Skip to content

Class: Disease

URI: drug:Disease

erDiagram Disease { string id string label }

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
String
A unique identifier for the named entity NamedEntity
label 0..1
String
The label (name) of the named thing NamedEntity

Usages

used by used in type used
ChemicalToDiseaseRelationship object range Disease

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • MESH

Annotations

property value
annotators sqlite:obo:mesh, sqlite:obo:mondo, sqlite:obo:hp, sqlite:obo:ncit, sqlite:obo:doid, bioportal:meddra

Schema Source

  • from schema: http://w3id.org/ontogpt/ctd

Mappings

Mapping Type Mapped Value
self drug:Disease
native drug:Disease

LinkML Source

Direct

name: Disease
id_prefixes:
- MESH
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:mesh, sqlite:obo:mondo, sqlite:obo:hp, sqlite:obo:ncit, sqlite:obo:doid,
      bioportal:meddra
  prompt.examples:
    tag: prompt.examples
    value: cardiac asystole, COVID-19, Headache, cancer
from_schema: http://w3id.org/ontogpt/ctd
is_a: NamedEntity
slot_usage:
  id:
    name: id
    values_from:
    - MeshDiseaseIdentifier
    domain_of:
    - NamedEntity
    - Publication
    pattern: ^MESH:[CD][0-9]{6}$

Induced

name: Disease
id_prefixes:
- MESH
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:mesh, sqlite:obo:mondo, sqlite:obo:hp, sqlite:obo:ncit, sqlite:obo:doid,
      bioportal:meddra
  prompt.examples:
    tag: prompt.examples
    value: cardiac asystole, COVID-19, Headache, cancer
from_schema: http://w3id.org/ontogpt/ctd
is_a: NamedEntity
slot_usage:
  id:
    name: id
    values_from:
    - MeshDiseaseIdentifier
    domain_of:
    - NamedEntity
    - Publication
    pattern: ^MESH:[CD][0-9]{6}$
attributes:
  id:
    name: id
    description: A unique identifier for the named entity
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    values_from:
    - MeshDiseaseIdentifier
    identifier: true
    alias: id
    owner: Disease
    domain_of:
    - NamedEntity
    - Publication
    range: string
    required: true
    pattern: ^MESH:[CD][0-9]{6}$
  label:
    name: label
    annotations:
      owl:
        tag: owl
        value: AnnotationProperty, AnnotationAssertion
    description: The label (name) of the named thing
    from_schema: http://w3id.org/ontogpt/ctd
    aliases:
    - name
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: Disease
    domain_of:
    - NamedEntity
    range: string