Skip to content

Class: AnimalModel

URI: namo:AnimalModel

classDiagram class AnimalModel click AnimalModel href "../AnimalModel/" ModelSystem <|-- AnimalModel click ModelSystem href "../ModelSystem/" AnimalModel : age AnimalModel --> "0..1" Term : age click Term href "../Term/" AnimalModel : description AnimalModel : environment AnimalModel --> "0..1" Term : environment click Term href "../Term/" AnimalModel : id AnimalModel : models AnimalModel --> "*" ModelsRelationship : models click ModelsRelationship href "../ModelsRelationship/" AnimalModel : name AnimalModel : species AnimalModel --> "1" Term : species click Term href "../Term/" AnimalModel : strain AnimalModel --> "0..1" Term : strain click Term href "../Term/" AnimalModel : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
species 1
Term
The species of the animal used in the model system direct
strain 0..1
Term
The specific strain of the animal used in the model system direct
age 0..1
Term
The age of the animal used in the model system direct
environment 0..1
Term
The environmental conditions under which the animal model is maintained direct
models *
ModelsRelationship
ModelSystem
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
type 0..1
String
NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarch-initiative/namo

Mappings

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

LinkML Source

Direct

name: AnimalModel
from_schema: https://w3id.org/monarch-initiative/namo
is_a: ModelSystem
attributes:
  species:
    name: species
    description: The species of the animal used in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - AnimalModel
    range: Term
    bindings:
    - range: SpeciesEnum
      obligation_level: REQUIRED
      binds_value_of: id
    required: true
  strain:
    name: strain
    description: The specific strain of the animal used in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - AnimalModel
    range: Term
    bindings:
    - range: StrainEnum
      obligation_level: REQUIRED
      binds_value_of: id
  age:
    name: age
    description: The age of the animal used in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - AnimalModel
    range: Term
    bindings:
    - range: OrganismAgeEnum
      obligation_level: REQUIRED
      binds_value_of: id
  environment:
    name: environment
    description: The environmental conditions under which the animal model is maintained.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - AnimalModel
    range: Term

Induced

name: AnimalModel
from_schema: https://w3id.org/monarch-initiative/namo
is_a: ModelSystem
attributes:
  species:
    name: species
    description: The species of the animal used in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: species
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: Term
    bindings:
    - range: SpeciesEnum
      obligation_level: REQUIRED
      binds_value_of: id
    required: true
  strain:
    name: strain
    description: The specific strain of the animal used in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: strain
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: Term
    bindings:
    - range: StrainEnum
      obligation_level: REQUIRED
      binds_value_of: id
  age:
    name: age
    description: The age of the animal used in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: age
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: Term
    bindings:
    - range: OrganismAgeEnum
      obligation_level: REQUIRED
      binds_value_of: id
  environment:
    name: environment
    description: The environmental conditions under which the animal model is maintained.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: environment
    owner: AnimalModel
    domain_of:
    - AnimalModel
    range: Term
  models:
    name: models
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: models
    owner: AnimalModel
    domain_of:
    - ModelSystem
    range: ModelsRelationship
    multivalued: true
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: AnimalModel
    domain_of:
    - NamedThing
    - Reference
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: AnimalModel
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: AnimalModel
    domain_of:
    - NamedThing
    range: string
  type:
    name: type
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    designates_type: true
    alias: type
    owner: AnimalModel
    domain_of:
    - NamedThing
    range: string