Skip to content

Class: Phenotype

A phenotype observed in the fish as a result of exposure.

URI: zebrafish_toxicology_atlas_schema:Phenotype

classDiagram class Phenotype click Phenotype href "../Phenotype" NamedThing <|-- Phenotype click NamedThing href "../NamedThing" Phenotype : id Phenotype : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
String
ZP identifier for the phenotype NamedThing
name 0..1
String
Name of the phenotype NamedThing

Usages

used by used in type used
FishExposureOutcome outcome range Phenotype

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

LinkML Source

Direct

name: Phenotype
description: A phenotype observed in the fish as a result of exposure.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slot_usage:
  id:
    name: id
    description: ZP identifier for the phenotype.
    pattern: ^ZP:\d+$
  name:
    name: name
    description: Name of the phenotype.

Induced

name: Phenotype
description: A phenotype observed in the fish as a result of exposure.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: NamedThing
slot_usage:
  id:
    name: id
    description: ZP identifier for the phenotype.
    pattern: ^ZP:\d+$
  name:
    name: name
    description: Name of the phenotype.
attributes:
  id:
    name: id
    description: ZP identifier for the phenotype.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    alias: id
    owner: Phenotype
    domain_of:
    - NamedThing
    range: string
    required: true
    pattern: ^ZP:\d+$
  name:
    name: name
    description: Name of the phenotype.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: name
    owner: Phenotype
    domain_of:
    - NamedThing
    - Allele
    - Gene
    - ChemicalEntity
    - DevelopmentalStage
    range: string