Class: Disease
A disease or medical condition
URI: MONDO:0000001
classDiagram
class Disease
click Disease href "../Disease/"
HealthOutcome <|-- Disease
click HealthOutcome href "../HealthOutcome/"
Disease : affected_anatomy
Disease --> "0..1" AnatomicalEntity : affected_anatomy
click AnatomicalEntity href "../AnatomicalEntity/"
Disease : category
Disease : description
Disease : disease_category
Disease : id
Disease : mondo_id
Disease : name
Disease : xref
Inheritance
- NamedThing
- HealthOutcome
- Disease
- HealthOutcome
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| mondo_id | 0..1 Uriorcurie |
MONDO disease identifier | direct |
| disease_category | 0..1 String |
Category of disease | direct |
| affected_anatomy | 0..1 AnatomicalEntity |
Anatomical location affected | direct |
| id | 1 Uriorcurie |
A unique identifier for a thing | NamedThing |
| name | 0..1 String |
A human-readable name for a thing | NamedThing |
| description | 0..1 String |
A human-readable description for a thing | NamedThing |
| category | * String |
A category or type for a thing | NamedThing |
| xref | * Uriorcurie |
External database cross-references | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| GeneToDiseaseAssociation | disease | range | Disease |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/diatomsRcool/exposome-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | MONDO:0000001 |
| native | exposome_schema:Disease |
LinkML Source
Direct
name: Disease
description: A disease or medical condition
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: HealthOutcome
slots:
- mondo_id
- disease_category
- affected_anatomy
class_uri: MONDO:0000001
Induced
name: Disease
description: A disease or medical condition
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: HealthOutcome
attributes:
mondo_id:
name: mondo_id
description: MONDO disease identifier
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: mondo_id
owner: Disease
domain_of:
- Disease
range: uriorcurie
pattern: ^MONDO:\d{7}$
disease_category:
name: disease_category
description: Category of disease
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: disease_category
owner: Disease
domain_of:
- Disease
range: string
affected_anatomy:
name: affected_anatomy
description: Anatomical location affected
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: affected_anatomy
owner: Disease
domain_of:
- Disease
range: AnatomicalEntity
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Disease
domain_of:
- NamedThing
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:name
alias: name
owner: Disease
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:description
alias: description
owner: Disease
domain_of:
- NamedThing
range: string
category:
name: category
description: A category or type for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: category
owner: Disease
domain_of:
- NamedThing
range: string
multivalued: true
xref:
name: xref
description: External database cross-references
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: xref
owner: Disease
domain_of:
- NamedThing
range: uriorcurie
multivalued: true
class_uri: MONDO:0000001