Class: InfectiousAgent
classDiagram
class InfectiousAgent
click InfectiousAgent href "../InfectiousAgent"
InfectiousAgent : description
InfectiousAgent : evidence
InfectiousAgent --> "*" EvidenceItem : evidence
click EvidenceItem href "../EvidenceItem"
InfectiousAgent : has_subtypes
InfectiousAgent --> "*" Subtype : has_subtypes
click Subtype href "../Subtype"
InfectiousAgent : name
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String |
direct | |
evidence | * EvidenceItem |
direct | |
description | 0..1 String |
direct | |
has_subtypes | * Subtype |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Disease | infectious_agent | range | InfectiousAgent |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/dppkb
Mappings
Mapping Type | Mapped Value |
---|---|
self | dppkb:InfectiousAgent |
native | dppkb:InfectiousAgent |
LinkML Source
Direct
name: InfectiousAgent
from_schema: https://w3id.org/dppkb
slots:
- name
- evidence
- description
- has_subtypes
Induced
name: InfectiousAgent
from_schema: https://w3id.org/dppkb
attributes:
name:
name: name
examples:
- value: Adolescent Nephronophthisis
from_schema: https://w3id.org/dppkb
rank: 1000
identifier: true
alias: name
owner: InfectiousAgent
domain_of:
- Subtype
- EpidemiologyInfo
- Pathophysiology
- Phenotype
- Biochemical
- Genetic
- Environmental
- Disease
- Treatment
- InfectiousAgent
- Transmission
- Assay
- Diagnosis
- Inheritance
- Variant
- Mechanism
- ModelingConsideration
range: string
required: true
evidence:
name: evidence
from_schema: https://w3id.org/dppkb
rank: 1000
multivalued: true
alias: evidence
owner: InfectiousAgent
domain_of:
- Subtype
- Prevalence
- ProgressionInfo
- EpidemiologyInfo
- Pathophysiology
- Phenotype
- Biochemical
- Genetic
- Environmental
- AnimalModel
- Treatment
- InfectiousAgent
- Transmission
- Diagnosis
- Inheritance
- ModelingConsideration
range: EvidenceItem
inlined: true
inlined_as_list: true
description:
name: description
from_schema: https://w3id.org/dppkb
rank: 1000
alias: description
owner: InfectiousAgent
domain_of:
- Subtype
- EpidemiologyInfo
- Pathophysiology
- Environmental
- Disease
- AnimalModel
- Treatment
- InfectiousAgent
- Transmission
- Assay
- Inheritance
- Variant
- Mechanism
- ModelingConsideration
range: string
has_subtypes:
name: has_subtypes
from_schema: https://w3id.org/dppkb
rank: 1000
multivalued: true
alias: has_subtypes
owner: InfectiousAgent
domain_of:
- Disease
- InfectiousAgent
range: Subtype
inlined: true
inlined_as_list: true