Skip to content

Class: ExposureRoute

A route-of-exposure term. Term URIs are expected to be reachable from

EXO:0000154 (route of exposure) in the EXO ontology.

__

URI: zebrafish_toxicology_atlas_schema:ExposureRoute

classDiagram class ExposureRoute click ExposureRoute href "../ExposureRoute/" OntologyEntity <|-- ExposureRoute click OntologyEntity href "../OntologyEntity/" ExposureRoute : term_label ExposureRoute : 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 route range ExposureRoute

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:ExposureRoute
native zebrafish_toxicology_atlas_schema:ExposureRoute

LinkML Source

Direct

name: ExposureRoute
description: 'A route-of-exposure term. Term URIs are expected to be reachable from

  EXO:0000154 (route of exposure) in the EXO ontology.

  '
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: ExposureRoute
description: 'A route-of-exposure term. Term URIs are expected to be reachable from

  EXO:0000154 (route of exposure) in the EXO ontology.

  '
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: ExposureRoute
    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: ExposureRoute
    domain_of:
    - PhenotypeTerm
    - ExposureRoute
    - ExposureType
    range: string
    required: true