Skip to content

Class: ExposureType

An exposure-type term from ECTO.

__

URI: zebrafish_toxicology_atlas_schema:ExposureType

classDiagram class ExposureType click ExposureType href "../ExposureType/" OntologyEntity <|-- ExposureType click OntologyEntity href "../OntologyEntity/" ExposureType : term_label ExposureType : term_uri

Inheritance

Slots

Name Cardinality and Range Description Inheritance
term_uri 1
Uriorcurie
The URI of the phenotype ontology term direct
term_label 1
String
The human-readable label for the phenotype ontology term direct

Usages

used by used in type used
ExposureEvent exposure_type range ExposureType

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema

Mappings

Mapping Type Mapped Value
self zebrafish_toxicology_atlas_schema:ExposureType
native zebrafish_toxicology_atlas_schema:ExposureType

LinkML Source

Direct

name: ExposureType
description: 'An exposure-type term from ECTO.

  '
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: OntologyEntity
slots:
- term_uri
- term_label
slot_usage:
  term_label:
    name: term_label
    required: true

Induced

name: ExposureType
description: 'An exposure-type term from ECTO.

  '
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: OntologyEntity
slot_usage:
  term_label:
    name: term_label
    required: true
attributes:
  term_uri:
    name: term_uri
    description: The URI of the phenotype ontology term.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    owner: ExposureType
    domain_of:
    - PhenotypeTerm
    - ExposureRoute
    - ExposureType
    range: uriorcurie
    required: true
  term_label:
    name: term_label
    description: The human-readable label for the phenotype ontology term.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: ExposureType
    domain_of:
    - PhenotypeTerm
    - ExposureRoute
    - ExposureType
    range: string
    required: true