Class: ClassEnrichmentResultSet

A collection of enrichemt results

URI: ontoenrich:ClassEnrichmentResultSet

classDiagram class ClassEnrichmentResultSet click ClassEnrichmentResultSet href "../ClassEnrichmentResultSet" ClassEnrichmentResultSet : results ClassEnrichmentResultSet --> "*" ClassEnrichmentResult : results click ClassEnrichmentResult href "../ClassEnrichmentResult"

Slots

Name

Cardinality and Range

Description

Inheritance

results

*
ClassEnrichmentResult

The enrichment results

direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/class-enrichment

Mappings

Mapping Type

Mapped Value

self

ontoenrich:ClassEnrichmentResultSet

native

ontoenrich:ClassEnrichmentResultSet

LinkML Source

Direct

```yaml name: ClassEnrichmentResultSet description: A collection of enrichemt results from_schema: https://w3id.org/oak/class-enrichment attributes: results: name: results description: The enrichment results from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentResultSet range: ClassEnrichmentResult multivalued: true
</details>

### Induced

<details>
```yaml
name: ClassEnrichmentResultSet
description: A collection of enrichemt results
from_schema: https://w3id.org/oak/class-enrichment
attributes:
  results:
    name: results
    description: The enrichment results
    from_schema: https://w3id.org/oak/class-enrichment
    rank: 1000
    alias: results
    owner: ClassEnrichmentResultSet
    domain_of:
    - ClassEnrichmentResultSet
    range: ClassEnrichmentResult
    multivalued: true