Skip to content

Class: Control

A subject serves as a reference for assessing phenotypic outcome in the phenotype observation set.

URI: zebrafish_toxicology_atlas_schema:Control

classDiagram class Control click Control href "../Control/" ZappEntity <|-- Control click ZappEntity href "../ZappEntity/" Control : comment Control : control_image Control --> "*" ControlImage : control_image click ControlImage href "../ControlImage/" Control : control_type Control : id Control : vehicle_if_treated Control --> "0..1" VehicleOfTransmission : vehicle_if_treated click VehicleOfTransmission href "../VehicleOfTransmission/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
control_type 0..1
String
Type of control (e direct
vehicle_if_treated 0..1
VehicleOfTransmission
The vehicle used in a control direct
comment 0..1
String
Additional comments direct
control_image *
ControlImage
Image associated with this control direct
id 1
Integer
Auto-generated integer identifier ZappEntity

Usages

used by used in type used
Experiment control range Control

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

LinkML Source

Direct

name: Control
description: A subject serves as a reference for assessing phenotypic outcome in the
  phenotype observation set.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: ZappEntity
slots:
- control_type
- vehicle_if_treated
- comment
- control_image

Induced

name: Control
description: A subject serves as a reference for assessing phenotypic outcome in the
  phenotype observation set.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: ZappEntity
attributes:
  control_type:
    name: control_type
    description: Type of control (e.g., wildtype vs mutant, treated vs untreated).
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Control
    domain_of:
    - Control
    range: string
  vehicle_if_treated:
    name: vehicle_if_treated
    description: The vehicle used in a control.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Control
    domain_of:
    - Control
    range: VehicleOfTransmission
    inlined: true
    inlined_as_list: true
  comment:
    name: comment
    description: Additional comments.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Control
    domain_of:
    - Control
    - ExposureEvent
    - StressorChemical
    - VehicleOfTransmission
    range: string
  control_image:
    name: control_image
    description: Image associated with this control.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    owner: Control
    domain_of:
    - PhenotypeObservationSet
    - Control
    range: ControlImage
    multivalued: true
    inlined: true
    inlined_as_list: true
  id:
    name: id
    description: Auto-generated integer identifier.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    owner: Control
    domain_of:
    - ZappEntity
    range: integer
    required: true