Class: Entity
The base class for all entities in the Zebrafish Toxicology Atlas Schema.
- NOTE: this is an abstract class and should not be instantiated directly
URI: zebrafish_toxicology_atlas_schema:Entity
classDiagram
class Entity
click Entity href "../Entity/"
Entity <|-- Study
click Study href "../Study/"
Entity <|-- Experiment
click Experiment href "../Experiment/"
Entity <|-- PhenotypeObservationSet
click PhenotypeObservationSet href "../PhenotypeObservationSet/"
Entity <|-- Phenotype
click Phenotype href "../Phenotype/"
Entity <|-- Control
click Control href "../Control/"
Entity <|-- ExposureEvent
click ExposureEvent href "../ExposureEvent/"
Entity <|-- Regimen
click Regimen href "../Regimen/"
Entity <|-- StressorChemical
click StressorChemical href "../StressorChemical/"
Entity <|-- ChemicalEntity
click ChemicalEntity href "../ChemicalEntity/"
Entity <|-- Image
click Image href "../Image/"
Entity <|-- ControlImage
click ControlImage href "../ControlImage/"
Entity <|-- Fish
click Fish href "../Fish/"
Entity : uuid
Inheritance
- Entity
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| uuid | 1 String |
UUID identifier | direct |
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:Entity |
| native | zebrafish_toxicology_atlas_schema:Entity |
LinkML Source
Direct
name: Entity
description: The base class for all entities in the Zebrafish Toxicology Atlas Schema.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
abstract: true
slots:
- uuid
Induced
name: Entity
description: The base class for all entities in the Zebrafish Toxicology Atlas Schema.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
abstract: true
attributes:
uuid:
name: uuid
description: UUID identifier.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
identifier: true
alias: uuid
owner: Entity
domain_of:
- Entity
range: string
required: true