Class: NamedThing
A generic grouping for any identifiable entity in the exposome
URI: schema:Thing
classDiagram
class NamedThing
click NamedThing href "../NamedThing/"
NamedThing <|-- BiologicalEntity
click BiologicalEntity href "../BiologicalEntity/"
NamedThing <|-- ChemicalEntity
click ChemicalEntity href "../ChemicalEntity/"
NamedThing <|-- ExposureEvent
click ExposureEvent href "../ExposureEvent/"
NamedThing <|-- BiologicalResponse
click BiologicalResponse href "../BiologicalResponse/"
NamedThing <|-- HealthOutcome
click HealthOutcome href "../HealthOutcome/"
NamedThing <|-- StudyEntity
click StudyEntity href "../StudyEntity/"
NamedThing <|-- Measurement
click Measurement href "../Measurement/"
NamedThing <|-- Association
click Association href "../Association/"
NamedThing <|-- AdverseOutcomePathway
click AdverseOutcomePathway href "../AdverseOutcomePathway/"
NamedThing <|-- DatabaseRecord
click DatabaseRecord href "../DatabaseRecord/"
NamedThing : category
NamedThing : description
NamedThing : id
NamedThing : name
NamedThing : xref
Inheritance
- NamedThing
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 Uriorcurie |
A unique identifier for a thing | direct |
| name | 0..1 String |
A human-readable name for a thing | direct |
| description | 0..1 String |
A human-readable description for a thing | direct |
| category | * String |
A category or type for a thing | direct |
| xref | * Uriorcurie |
External database cross-references | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ExposureMeasurement | measured_entity | range | NamedThing |
| BiomarkerMeasurement | measured_entity | range | NamedThing |
| AggregatedMeasurement | measured_entity | range | NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/diatomsRcool/exposome-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | schema:Thing |
| native | exposome_schema:NamedThing |
LinkML Source
Direct
name: NamedThing
description: A generic grouping for any identifiable entity in the exposome
from_schema: https://w3id.org/diatomsRcool/exposome-schema
slots:
- id
- name
- description
- category
- xref
class_uri: schema:Thing
Induced
name: NamedThing
description: A generic grouping for any identifiable entity in the exposome
from_schema: https://w3id.org/diatomsRcool/exposome-schema
attributes:
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: NamedThing
domain_of:
- NamedThing
range: uriorcurie
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:name
alias: name
owner: NamedThing
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:description
alias: description
owner: NamedThing
domain_of:
- NamedThing
range: string
category:
name: category
description: A category or type for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: category
owner: NamedThing
domain_of:
- NamedThing
range: string
multivalued: true
xref:
name: xref
description: External database cross-references
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: xref
owner: NamedThing
domain_of:
- NamedThing
range: uriorcurie
multivalued: true
class_uri: schema:Thing