Class: Entity
Any resource that has its own identifier
- NOTE: this is an abstract class and should not be instantiated directly
URI: schema:Thing
classDiagram
class Entity
Entity <|-- Person
Entity <|-- Demography
Entity <|-- Participant
Entity <|-- ResearchStudy
Entity <|-- Consent
Entity <|-- Visit
Entity <|-- Organization
Entity <|-- TimePoint
Entity <|-- Questionnaire
Entity <|-- QuestionnaireItem
Entity <|-- QuestionnaireResponse
Entity <|-- Condition
Entity <|-- DimensionalObservation
Entity <|-- DimensionalObservationSet
Entity <|-- Document
Entity <|-- Specimen
Entity <|-- SpecimenContainer
Entity <|-- SpecimenCreationActivity
Entity <|-- SpecimenQualityObservation
Entity <|-- SpecimenQuantityObservation
Entity <|-- SpecimenProcessingActivity
Entity <|-- SpecimenStorageActivity
Entity <|-- SpecimenTransportActivity
Entity <|-- BiologicProduct
Entity <|-- Substance
Entity <|-- Quantity
Entity <|-- BodySite
Entity : id
Inheritance
- Entity
- Person
- Demography
- Participant
- ResearchStudy
- Consent
- Visit
- Organization
- TimePoint
- Questionnaire
- QuestionnaireItem
- QuestionnaireResponse
- Condition
- DimensionalObservation
- DimensionalObservationSet
- Document
- Specimen
- SpecimenContainer
- SpecimenCreationActivity
- SpecimenQualityObservation
- SpecimenQuantityObservation
- SpecimenProcessingActivity
- SpecimenStorageActivity
- SpecimenTransportActivity
- BiologicProduct
- Substance
- Quantity
- BodySite
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 Uriorcurie |
The 'logical' identifier of the entity within the system of record | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Document | focus | range | Entity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nhlbidatastage/bdchm
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Thing |
native | bdchm:Entity |
LinkML Source
Direct
name: Entity
description: Any resource that has its own identifier
from_schema: https://w3id.org/nhlbidatastage/bdchm
abstract: true
slots:
- id
class_uri: schema:Thing
Induced
name: Entity
description: Any resource that has its own identifier
from_schema: https://w3id.org/nhlbidatastage/bdchm
abstract: true
attributes:
id:
name: id
description: The 'logical' identifier of the entity within the system of record. The
simple value of this attribute stands for an identifier of this data object
within the system, it can be used as a reference from other objects within the
same system (i.e. primary and foreign keys), and it should be unique per type
of object. The same data object copied to a different system will likely have
a different "id" in the new system since "id" values are system specific and
do not represent persistent business identifiers. Business identifiers are assigned
outside the information system and are captured in the "identifier" field. The
"id" field is more likely to be a serially or randomly generated value that
is assigned to the data object as it is created in a system.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Entity
domain_of:
- Entity
range: uriorcurie
class_uri: schema:Thing