Class: RelationshipType
Description: An OWL property used as an edge label
classDiagram
class RelationshipType
OntologyClass <|-- RelationshipType
RelationshipType : id
RelationshipType : subsets
Inheritance
- OntologyClass
- RelationshipType
Slots
| Name | Cardinality and Range | Inheritance | Examples |
|---|---|---|---|
| id: A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI |
1 String |
OntologyClass | |
| subsets: 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. |
* String |
OntologyClass |
LinkML Source
name: relationship type
description: An OWL property used as an edge label
from_schema: https://w3id.org/biolink/vocab/
is_a: ontology class