Slot: subsets (multivalued)
Description: The set of ontology subsets a term belongs to (e.g. GO slim subsets, MONDO rare disease subset). Carries the values of `oboInOwl:inSubset` annotations from source ontologies through to downstream knowledge graphs.
Domain: NamedThing
Range: String
Inheritance
- node_property
- subsets
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| OntologyClass | a concept or class in an ontology, vocabulary or thesaurus. Note that nodes in a biolink compatible KG can be considered both instances of biolink classes, and OWL classes in their own right. In general you should not need to use this class directly. Instead, use the appropriate biolink class. For example, for the GO concept of endocytosis (GO:0006897), use bl:BiologicalProcess as the type. | no |
LinkML Source
name: subsets
description: The set of ontology subsets a term belongs to (e.g. GO slim subsets,
MONDO rare disease subset). Carries the values of `oboInOwl:inSubset` annotations
from source ontologies through to downstream knowledge graphs.
from_schema: https://w3id.org/biolink/vocab/
exact_mappings:
- oboInOwl:inSubset
is_a: node property
domain: named thing
alias: subsets
domain_of:
- ontology class
range: string
multivalued: true