Class: Term
A structured reference to an ontology term
URI: dismech:Term
classDiagram
class Term
click Term href "../Term/"
Term : id
Term : label
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 Uriorcurie |
Ontology term identifier (CURIE) | direct |
| label | 0..1 String |
Human-readable label for the ontology term | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch-initiative/dismech
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dismech:Term |
| native | dismech:Term |
LinkML Source
Direct
name: Term
description: A structured reference to an ontology term
from_schema: https://w3id.org/monarch-initiative/dismech
slots:
- id
- label
Induced
name: Term
description: A structured reference to an ontology term
from_schema: https://w3id.org/monarch-initiative/dismech
attributes:
id:
name: id
description: Ontology term identifier (CURIE)
from_schema: https://w3id.org/monarch-initiative/dismech
rank: 1000
identifier: true
alias: id
owner: Term
domain_of:
- Term
range: uriorcurie
required: true
label:
name: label
description: Human-readable label for the ontology term
comments:
- This is automatically validated by the linkml-term-validator tool.
from_schema: https://w3id.org/monarch-initiative/dismech
rank: 1000
alias: label
owner: Term
domain_of:
- Term
range: string