Skip to content

Class: PhenotypeTerm

A phenotype ontology term from the Zebrafish Phenotype ontology (ZP).

URI: zebrafish_toxicology_atlas_schema:PhenotypeTerm

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

Inheritance

Slots

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

Usages

used by used in type used
Phenotype phenotype_term_id range PhenotypeTerm

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:PhenotypeTerm
native zebrafish_toxicology_atlas_schema:PhenotypeTerm
exact biolink:PhenotypicFeature

LinkML Source

Direct

name: PhenotypeTerm
description: A phenotype ontology term from the Zebrafish Phenotype ontology (ZP).
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
exact_mappings:
- biolink:PhenotypicFeature
is_a: OntologyEntity
slots:
- term_uri
- term_label

Induced

name: PhenotypeTerm
description: A phenotype ontology term from the Zebrafish Phenotype ontology (ZP).
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
exact_mappings:
- biolink:PhenotypicFeature
is_a: OntologyEntity
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: PhenotypeTerm
    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: PhenotypeTerm
    domain_of:
    - PhenotypeTerm
    - ExposureRoute
    - ExposureType
    range: string