Skip to content

Class: AnimalModel

URI: dppkb:AnimalModel

classDiagram class AnimalModel click AnimalModel href "../AnimalModel" AnimalModel : alleles AnimalModel : associated_phenotypes AnimalModel : background AnimalModel : category AnimalModel : description AnimalModel : evidence AnimalModel --> "*" EvidenceItem : evidence click EvidenceItem href "../EvidenceItem" AnimalModel : genes AnimalModel --> "*" GeneTerm : genes click GeneTerm href "../GeneTerm" AnimalModel : genotype AnimalModel : species

Slots

Name Cardinality and Range Description Inheritance
species 0..1
String
direct
genotype 0..1
String
direct
background 0..1
String
direct
genes *
GeneTerm
direct
category 0..1
String
direct
alleles *
String
direct
description 0..1
String
direct
associated_phenotypes *
String
direct
evidence *
EvidenceItem
direct

Usages

used by used in type used
Disease animal_models range AnimalModel

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AnimalModel
from_schema: https://w3id.org/dppkb
slots:
- species
- genotype
- background
- genes
- category
- alleles
- description
- associated_phenotypes
- evidence

Induced

name: AnimalModel
from_schema: https://w3id.org/dppkb
attributes:
  species:
    name: species
    examples:
    - value: Human
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: species
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: string
  genotype:
    name: genotype
    examples:
    - value: HLA-DQ2
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: genotype
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: string
  background:
    name: background
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: background
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: string
  genes:
    name: genes
    examples:
    - value: '[''HLA-DQ2'', ''HLA-DQ8'', ''INS'']'
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: genes
    owner: AnimalModel
    domain_of:
    - Pathophysiology
    - AnimalModel
    range: GeneTerm
  category:
    name: category
    examples:
    - value: Hematologic
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: category
    owner: AnimalModel
    domain_of:
    - Phenotype
    - Disease
    - AnimalModel
    range: string
  alleles:
    name: alleles
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: alleles
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: string
  description:
    name: description
    from_schema: https://w3id.org/dppkb
    rank: 1000
    alias: description
    owner: AnimalModel
    domain_of:
    - Subtype
    - EpidemiologyInfo
    - Pathophysiology
    - Environmental
    - Disease
    - AnimalModel
    - Treatment
    - InfectiousAgent
    - Transmission
    - Assay
    - Inheritance
    - Variant
    - Mechanism
    - ModelingConsideration
    range: string
  associated_phenotypes:
    name: associated_phenotypes
    examples:
    - value: '[''Celiac Disease'', ''Type 1 Diabetes'', ''Autoimmune Thyroid Disease'']'
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: associated_phenotypes
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: string
  evidence:
    name: evidence
    from_schema: https://w3id.org/dppkb
    rank: 1000
    multivalued: true
    alias: evidence
    owner: AnimalModel
    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