Skip to content

Class: Subtype

URI: dppkb:Subtype

classDiagram class Subtype click Subtype href "../Subtype" Subtype : description Subtype : evidence Subtype --> "*" EvidenceItem : evidence click EvidenceItem href "../EvidenceItem" Subtype : geography Subtype --> "*" GeographyTerm : geography click GeographyTerm href "../GeographyTerm" Subtype : locations Subtype --> "*" AnatomicalEntityTerm : locations click AnatomicalEntityTerm href "../AnatomicalEntityTerm" Subtype : name Subtype : review_notes

Slots

Name Cardinality and Range Description Inheritance
name 1
String
direct
description 0..1
String
direct
evidence *
EvidenceItem
direct
review_notes 0..1
String
direct
locations *
AnatomicalEntityTerm
direct
geography *
GeographyTerm
direct

Usages

used by used in type used
Disease has_subtypes range Subtype
InfectiousAgent has_subtypes range Subtype

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Subtype
from_schema: https://w3id.org/dppkb
slots:
- name
- description
- evidence
- review_notes
- locations
- geography

Induced

name: Subtype
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: Subtype
    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: Subtype
    domain_of:
    - Subtype
    - EpidemiologyInfo
    - Pathophysiology
    - Environmental
    - Disease
    - AnimalModel
    - Treatment
    - InfectiousAgent
    - Transmission
    - Assay
    - Inheritance
    - Variant
    - Mechanism
    - ModelingConsideration
    range: string
  evidence:
    name: evidence
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: evidence
    owner: Subtype
    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
  review_notes:
    name: review_notes
    examples:
    - value: Added an additional clinically relevant subtype.
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: review_notes
    owner: Subtype
    domain_of:
    - Subtype
    - ProgressionInfo
    - Phenotype
    - Genetic
    - Environmental
    - Treatment
    range: string
  locations:
    name: locations
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: locations
    owner: Subtype
    domain_of:
    - Subtype
    - Pathophysiology
    range: AnatomicalEntityTerm
  geography:
    name: geography
    examples:
    - value: '[''Philippines'']'
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: geography
    owner: Subtype
    domain_of:
    - Subtype
    range: GeographyTerm