Class: VehicleOfTransmission
The substance or medium used to deliver a stressor to a subject during an exposure event.
URI: zebrafish_toxicology_atlas_schema:VehicleOfTransmission
classDiagram
class VehicleOfTransmission
click VehicleOfTransmission href "../VehicleOfTransmission/"
ZappEntity <|-- VehicleOfTransmission
click ZappEntity href "../ZappEntity/"
VehicleOfTransmission : comment
VehicleOfTransmission : concentration
VehicleOfTransmission --> "0..1" QuantityValue : concentration
click QuantityValue href "../QuantityValue/"
VehicleOfTransmission : id
VehicleOfTransmission : manufacturer
VehicleOfTransmission --> "0..1" ManufacturerEnum : manufacturer
click ManufacturerEnum href "../ManufacturerEnum/"
VehicleOfTransmission : vehicle_type
VehicleOfTransmission --> "1" VehicleEnum : vehicle_type
click VehicleEnum href "../VehicleEnum/"
Inheritance
- ZappEntity
- VehicleOfTransmission
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| vehicle_type | 1 VehicleEnum |
The type of vehicle used to deliver a stressor, drawn from a controlled vocab... | direct |
| manufacturer | 0..1 ManufacturerEnum |
The manufacturer or supplier of the chemical | direct |
| concentration | 0..1 QuantityValue |
The dose or concentration of the chemical to which the subject was exposed to | direct |
| comment | 0..1 String |
Additional comments | direct |
| id | 1 Integer |
Auto-generated integer identifier | ZappEntity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Control | vehicle_if_treated | range | VehicleOfTransmission |
| ExposureEvent | vehicle | range | VehicleOfTransmission |
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:VehicleOfTransmission |
| native | zebrafish_toxicology_atlas_schema:VehicleOfTransmission |
LinkML Source
Direct
name: VehicleOfTransmission
description: The substance or medium used to deliver a stressor to a subject during
an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: ZappEntity
slots:
- vehicle_type
- manufacturer
- concentration
- comment
slot_usage:
concentration:
name: concentration
required: false
Induced
name: VehicleOfTransmission
description: The substance or medium used to deliver a stressor to a subject during
an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
is_a: ZappEntity
slot_usage:
concentration:
name: concentration
required: false
attributes:
vehicle_type:
name: vehicle_type
description: The type of vehicle used to deliver a stressor, drawn from a controlled
vocabulary.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
owner: VehicleOfTransmission
domain_of:
- VehicleOfTransmission
range: VehicleEnum
required: true
manufacturer:
name: manufacturer
description: The manufacturer or supplier of the chemical.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
owner: VehicleOfTransmission
domain_of:
- StressorChemical
- VehicleOfTransmission
range: ManufacturerEnum
concentration:
name: concentration
description: The dose or concentration of the chemical to which the subject was
exposed to.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
owner: VehicleOfTransmission
domain_of:
- StressorChemical
- VehicleOfTransmission
range: QuantityValue
required: false
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: VehicleOfTransmission
domain_of:
- Control
- ExposureEvent
- StressorChemical
- VehicleOfTransmission
range: string
id:
name: id
description: Auto-generated integer identifier.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
identifier: true
owner: VehicleOfTransmission
domain_of:
- ZappEntity
range: integer
required: true