Class: NamedEntity
A reference to an entity with an identifier and name. Used for cell_type, tissue_context, participant references, etc.
URI: soma:NamedEntity
classDiagram
class NamedEntity
click NamedEntity href "../NamedEntity/"
NamedEntity <|-- CellTypeReference
click CellTypeReference href "../CellTypeReference/"
NamedEntity <|-- SpeciesReference
click SpeciesReference href "../SpeciesReference/"
NamedEntity <|-- ChemicalEntityReference
click ChemicalEntityReference href "../ChemicalEntityReference/"
NamedEntity <|-- AnatomicalEntityReference
click AnatomicalEntityReference href "../AnatomicalEntityReference/"
NamedEntity <|-- ExposureCondition
click ExposureCondition href "../ExposureCondition/"
NamedEntity <|-- CellLine
click CellLine href "../CellLine/"
NamedEntity <|-- CellCultureConditions
click CellCultureConditions href "../CellCultureConditions/"
NamedEntity <|-- CellCultureMedium
click CellCultureMedium href "../CellCultureMedium/"
NamedEntity <|-- MediumSupplement
click MediumSupplement href "../MediumSupplement/"
NamedEntity : id
NamedEntity : name
Inheritance
- NamedEntity
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 Uriorcurie |
A unique identifier for the entity | direct |
| name | 0..1 String |
A human-readable name for the entity | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/EHS-Data-Standards/soma
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | soma:NamedEntity |
| native | soma:NamedEntity |
LinkML Source
Direct
name: NamedEntity
description: A reference to an entity with an identifier and name. Used for cell_type,
tissue_context, participant references, etc.
from_schema: https://w3id.org/EHS-Data-Standards/soma
slots:
- id
- name
Induced
name: NamedEntity
description: A reference to an entity with an identifier and name. Used for cell_type,
tissue_context, participant references, etc.
from_schema: https://w3id.org/EHS-Data-Standards/soma
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: NamedEntity
domain_of:
- NamedThing
- Unit
- NamedEntity
range: uriorcurie
required: true
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: NamedEntity
domain_of:
- NamedThing
- Unit
- NamedEntity
range: string