Skip to content

Class: EpidemiologyInfo

URI: dppkb:EpidemiologyInfo

classDiagram class EpidemiologyInfo click EpidemiologyInfo href "../EpidemiologyInfo" EpidemiologyInfo : description EpidemiologyInfo : evidence EpidemiologyInfo --> "*" EvidenceItem : evidence click EvidenceItem href "../EvidenceItem" EpidemiologyInfo : factors EpidemiologyInfo : maximum_value EpidemiologyInfo : mean_range EpidemiologyInfo : minimum_value EpidemiologyInfo : name EpidemiologyInfo : notes EpidemiologyInfo : unit

Slots

Name Cardinality and Range Description Inheritance
name 1
String
direct
description 0..1
String
direct
minimum_value 0..1
Float
direct
maximum_value 0..1
Float
direct
mean_range 0..1
String
direct
notes 0..1
String
direct
factors *
String
direct
unit 0..1
String
direct
evidence *
EvidenceItem
direct

Usages

used by used in type used
Disease epidemiology range EpidemiologyInfo

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/dppkb

Mappings

Mapping Type Mapped Value
self dppkb:EpidemiologyInfo
native dppkb:EpidemiologyInfo

LinkML Source

Direct

name: EpidemiologyInfo
from_schema: https://w3id.org/dppkb
slots:
- name
- description
- minimum_value
- maximum_value
- mean_range
- notes
- factors
- unit
- evidence

Induced

name: EpidemiologyInfo
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: EpidemiologyInfo
    domain_of:
    - Subtype
    - EpidemiologyInfo
    - Pathophysiology
    - Phenotype
    - Biochemical
    - Genetic
    - Environmental
    - Disease
    - Treatment
    - InfectiousAgent
    - Transmission
    - Assay
    - Diagnosis
    - Inheritance
    - Variant
    - Mechanism
    - ModelingConsideration
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: description
    owner: EpidemiologyInfo
    domain_of:
    - Subtype
    - EpidemiologyInfo
    - Pathophysiology
    - Environmental
    - Disease
    - AnimalModel
    - Treatment
    - InfectiousAgent
    - Transmission
    - Assay
    - Inheritance
    - Variant
    - Mechanism
    - ModelingConsideration
    range: string
  minimum_value:
    name: minimum_value
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: minimum_value
    owner: EpidemiologyInfo
    domain_of:
    - EpidemiologyInfo
    range: float
  maximum_value:
    name: maximum_value
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: maximum_value
    owner: EpidemiologyInfo
    domain_of:
    - EpidemiologyInfo
    range: float
  mean_range:
    name: mean_range
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: mean_range
    owner: EpidemiologyInfo
    domain_of:
    - EpidemiologyInfo
    range: string
  notes:
    name: notes
    examples:
    - value: Contagious stage where symptoms appear and the bacteria can be spread
        to others.
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: notes
    owner: EpidemiologyInfo
    domain_of:
    - Prevalence
    - ProgressionInfo
    - EpidemiologyInfo
    - Pathophysiology
    - Phenotype
    - Biochemical
    - Genetic
    - Environmental
    - Disease
    - Treatment
    - Transmission
    - Diagnosis
    range: string
  factors:
    name: factors
    examples:
    - value: '[''Genetic'', ''Environmental'', ''Infectious'', ''Autoimmune'', ''Metabolic'',
        ''Neoplastic'', ''Traumatic'', ''Iatrogenic'', ''Idiopathic'']'
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: factors
    owner: EpidemiologyInfo
    domain_of:
    - EpidemiologyInfo
    range: string
  unit:
    name: unit
    examples:
    - value: cm
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: unit
    owner: EpidemiologyInfo
    domain_of:
    - EpidemiologyInfo
    range: string
  evidence:
    name: evidence
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: evidence
    owner: EpidemiologyInfo
    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