Class: ResearchStudyCollection
A holder for ResearchStudy objects
URI: bdchm:ResearchStudyCollection
classDiagram
class ResearchStudyCollection
click ResearchStudyCollection href "../ResearchStudyCollection"
Entity <|-- ResearchStudyCollection
click Entity href "../Entity"
ResearchStudyCollection : entries
ResearchStudyCollection --> "1..*" ResearchStudy : entries
click ResearchStudy href "../ResearchStudy"
ResearchStudyCollection : id
Inheritance
- Entity
- ResearchStudyCollection
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| entries | 1..* ResearchStudy |
direct | |
| id | 1 Uriorcurie |
The 'logical' identifier of the entity within the system of record | Entity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/bdchm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | bdchm:ResearchStudyCollection |
| native | bdchm:ResearchStudyCollection |
LinkML Source
Direct
name: ResearchStudyCollection
description: A holder for ResearchStudy objects
from_schema: https://w3id.org/bdchm
is_a: Entity
attributes:
entries:
name: entries
from_schema: https://w3id.org/bdchm
rank: 1000
domain_of:
- ResearchStudyCollection
range: ResearchStudy
required: true
multivalued: true
inlined: true
tree_root: true
Induced
name: ResearchStudyCollection
description: A holder for ResearchStudy objects
from_schema: https://w3id.org/bdchm
is_a: Entity
attributes:
entries:
name: entries
from_schema: https://w3id.org/bdchm
rank: 1000
alias: entries
owner: ResearchStudyCollection
domain_of:
- ResearchStudyCollection
range: ResearchStudy
required: true
multivalued: true
inlined: true
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/bdchm
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: ResearchStudyCollection
domain_of:
- Entity
range: uriorcurie
required: true
tree_root: true