Class: ChemicalEntityReference
A reference to a chemical entity from CHEBI or an exposure concept from ECTO.
URI: soma:ChemicalEntityReference
classDiagram
class ChemicalEntityReference
click ChemicalEntityReference href "../ChemicalEntityReference/"
NamedEntity <|-- ChemicalEntityReference
click NamedEntity href "../NamedEntity/"
ChemicalEntityReference : id
ChemicalEntityReference : name
Inheritance
- NamedEntity
- ChemicalEntityReference
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 Uriorcurie |
A unique identifier for the entity | NamedEntity |
| name | 0..1 String |
A human-readable name for the entity | NamedEntity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ExposureCondition | exposure_agent | range | ChemicalEntityReference |
Identifier and Mapping Information
Valid ID Prefixes
Instances of this class should have identifiers with one of the following prefixes:
-
CHEBI
-
ECTO
Schema Source
- from schema: https://w3id.org/EHS-Data-Standards/soma
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | soma:ChemicalEntityReference |
| native | soma:ChemicalEntityReference |
LinkML Source
Direct
name: ChemicalEntityReference
id_prefixes:
- CHEBI
- ECTO
description: A reference to a chemical entity from CHEBI or an exposure concept from
ECTO.
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedEntity
slot_usage:
id:
name: id
pattern: ^(CHEBI:\d+|ECTO:\d{7})$
Induced
name: ChemicalEntityReference
id_prefixes:
- CHEBI
- ECTO
description: A reference to a chemical entity from CHEBI or an exposure concept from
ECTO.
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedEntity
slot_usage:
id:
name: id
pattern: ^(CHEBI:\d+|ECTO:\d{7})$
attributes:
id:
name: id
description: A unique identifier for the entity.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
identifier: true
alias: id
owner: ChemicalEntityReference
domain_of:
- NamedThing
- Unit
- NamedEntity
range: uriorcurie
required: true
pattern: ^(CHEBI:\d+|ECTO:\d{7})$
name:
name: name
description: A human-readable name for the entity.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
slot_uri: schema:name
alias: name
owner: ChemicalEntityReference
domain_of:
- NamedThing
- Unit
- NamedEntity
range: string