Skip to content

Class: ZappEntity

Internal entities with auto-generated integer IDs.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: zebrafish_toxicology_atlas_schema:ZappEntity

classDiagram class ZappEntity click ZappEntity href "../ZappEntity/" ZappEntity <|-- Study click Study href "../Study/" ZappEntity <|-- Experiment click Experiment href "../Experiment/" ZappEntity <|-- PhenotypeObservationSet click PhenotypeObservationSet href "../PhenotypeObservationSet/" ZappEntity <|-- Phenotype click Phenotype href "../Phenotype/" ZappEntity <|-- Control click Control href "../Control/" ZappEntity <|-- ExposureEvent click ExposureEvent href "../ExposureEvent/" ZappEntity <|-- Regimen click Regimen href "../Regimen/" ZappEntity <|-- StressorChemical click StressorChemical href "../StressorChemical/" ZappEntity <|-- VehicleOfTransmission click VehicleOfTransmission href "../VehicleOfTransmission/" ZappEntity <|-- Image click Image href "../Image/" ZappEntity <|-- ControlImage click ControlImage href "../ControlImage/" ZappEntity : id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
Auto-generated integer 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:ZappEntity
native zebrafish_toxicology_atlas_schema:ZappEntity

LinkML Source

Direct

name: ZappEntity
description: Internal entities with auto-generated integer IDs.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
abstract: true
slots:
- id

Induced

name: ZappEntity
description: Internal entities with auto-generated integer IDs.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
abstract: true
attributes:
  id:
    name: id
    description: Auto-generated integer identifier.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    owner: ZappEntity
    domain_of:
    - ZappEntity
    range: integer
    required: true