Skip to content

Class: ChemicalEntity

The chemical used as the stressor chemical in an exposure event.

URI: zebrafish_toxicology_atlas_schema:ChemicalEntity

classDiagram class ChemicalEntity click ChemicalEntity href "../ChemicalEntity/" Entity <|-- ChemicalEntity click Entity href "../Entity/" ChemicalEntity : cas_id ChemicalEntity : chebi_id ChemicalEntity : chemical_name ChemicalEntity : synonym ChemicalEntity : uuid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
chebi_id 0..1
Uriorcurie
CHEBI identifier for the chemical direct
cas_id 0..1
String
CAS identifier for the chemical direct
chemical_name 0..1
String
Name of the chemical direct
synonym *
String
Other names for the chemical direct
uuid 1
String
UUID identifier Entity

Usages

used by used in type used
StressorChemical chemical_id range ChemicalEntity

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:ChemicalEntity
native zebrafish_toxicology_atlas_schema:ChemicalEntity
exact biolink:ChemicalEntity

LinkML Source

Direct

name: ChemicalEntity
description: The chemical used as the stressor chemical in an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
exact_mappings:
- biolink:ChemicalEntity
is_a: Entity
slots:
- chebi_id
- cas_id
- chemical_name
- synonym

Induced

name: ChemicalEntity
description: The chemical used as the stressor chemical in an exposure event.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
exact_mappings:
- biolink:ChemicalEntity
is_a: Entity
attributes:
  chebi_id:
    name: chebi_id
    description: CHEBI identifier for the chemical.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: chebi_id
    owner: ChemicalEntity
    domain_of:
    - ChemicalEntity
    range: uriorcurie
  cas_id:
    name: cas_id
    description: CAS identifier for the chemical.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: cas_id
    owner: ChemicalEntity
    domain_of:
    - ChemicalEntity
    range: string
  chemical_name:
    name: chemical_name
    description: Name of the chemical.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: chemical_name
    owner: ChemicalEntity
    domain_of:
    - ChemicalEntity
    range: string
  synonym:
    name: synonym
    description: Other names for the chemical.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: synonym
    owner: ChemicalEntity
    domain_of:
    - ChemicalEntity
    range: string
    multivalued: 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: ChemicalEntity
    domain_of:
    - Entity
    range: string
    required: true