Skip to content

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

used by used in type used
Descriptor term range Term
CellTypeDescriptor term range Term
BiologicalProcessDescriptor term range Term
AnatomicalEntityDescriptor term range Term
ChemicalEntityDescriptor term range Term
GeneDescriptor term range Term
CellularComponentDescriptor term range Term
ProteinComplexDescriptor term range Term
AssayDescriptor term range Term
TriggerDescriptor term range Term
DiseaseDescriptor term range Term
BiomarkerDescriptor term range Term
GeneProductDescriptor term range Term
HistopathologyFindingDescriptor term range Term
LifeCycleStageDescriptor term range Term
PhenotypeDescriptor term range Term
InheritanceDescriptor term range Term
TreatmentDescriptor term range Term
RegimenDescriptor term range Term
ExposureDescriptor term range Term
EnvironmentDescriptor term range Term
OrganismDescriptor term range Term
HostDescriptor term range Term
SampleTypeDescriptor term range Term
CriteriaItem term range Term
TermMapping term range Term
ICD10CMMapping term range Term
ICD11FMapping term range Term
MondoMapping term range Term
ConditionDescriptor term range Term
GOEnrichmentTerm term range Term

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