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/"
Entity <|-- Control
click Entity href "../Entity/"
Control : comment
Control : control_image
Control --> "*" ControlImage : control_image
click ControlImage href "../ControlImage/"
Control : control_type
Control : uuid
Control : vehicle_if_treated
Control --> "0..1" VehicleEnumeration : vehicle_if_treated
click VehicleEnumeration href "../VehicleEnumeration/"
Inheritance
- Entity
- Control
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| control_type | 0..1 String |
Type of control (e | direct |
| vehicle_if_treated | 0..1 VehicleEnumeration |
The vehicle used in a control | direct |
| comment | 0..1 String |
Additional comments | direct |
| control_image | * ControlImage |
Image associated with this control | direct |
| uuid | 1 String |
UUID identifier | Entity |
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: Entity
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: Entity
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
alias: control_type
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
alias: vehicle_if_treated
owner: Control
domain_of:
- Control
range: VehicleEnumeration
comment:
name: comment
description: Additional comments.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: comment
owner: Control
domain_of:
- Control
- ExposureEvent
- StressorChemical
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
alias: control_image
owner: Control
domain_of:
- PhenotypeObservationSet
- Control
range: ControlImage
multivalued: true
inlined: true
inlined_as_list: true
uuid:
name: uuid
description: UUID identifier.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
identifier: true
alias: uuid
owner: Control
domain_of:
- Entity
range: string
required: true