Skip to content

Class: Prevalence

URI: dppkb:Prevalence

classDiagram class Prevalence click Prevalence href "../Prevalence" Prevalence : evidence Prevalence --> "*" EvidenceItem : evidence click EvidenceItem href "../EvidenceItem" Prevalence : notes Prevalence : percentage Prevalence --> "0..1" Any : percentage click Any href "../Any" Prevalence : population Prevalence : subtype

Slots

Name Cardinality and Range Description Inheritance
subtype 0..1
String
direct
population 0..1
String
direct
percentage 0..1
Any or 
Float or 
Integer or 
String
direct
evidence *
EvidenceItem
direct
notes 0..1
String
direct

Usages

used by used in type used
Disease prevalence range Prevalence

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Prevalence
from_schema: https://w3id.org/dppkb
slots:
- subtype
- population
- percentage
- evidence
- notes

Induced

name: Prevalence
from_schema: https://w3id.org/dppkb
attributes:
  subtype:
    name: subtype
    examples:
    - value: Eyelid Myoclonia with Absences
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: subtype
    owner: Prevalence
    domain_of:
    - Prevalence
    - ProgressionInfo
    - Phenotype
    - Biochemical
    - Genetic
    range: string
  population:
    name: population
    examples:
    - value: Global
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: population
    owner: Prevalence
    domain_of:
    - Prevalence
    range: string
  percentage:
    name: percentage
    examples:
    - value: '0.1'
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: percentage
    owner: Prevalence
    domain_of:
    - Prevalence
    range: Any
    any_of:
    - range: float
    - range: integer
    - description: for ranges
      range: string
  evidence:
    name: evidence
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: evidence
    owner: Prevalence
    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
  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: Prevalence
    domain_of:
    - Prevalence
    - ProgressionInfo
    - EpidemiologyInfo
    - Pathophysiology
    - Phenotype
    - Biochemical
    - Genetic
    - Environmental
    - Disease
    - Treatment
    - Transmission
    - Diagnosis
    range: string