Class: Record (Record)
One row / entity within the database
- NOTE: this is an abstract class and should not be instantiated directly
URI: includedcc:Record
classDiagram
class Record
click Record href "../Record/"
Record <|-- Study
click Study href "../Study/"
Record <|-- StudyMetadata
click StudyMetadata href "../StudyMetadata/"
Record <|-- VirtualBiorepository
click VirtualBiorepository href "../VirtualBiorepository/"
Record <|-- DOI
click DOI href "../DOI/"
Record <|-- Investigator
click Investigator href "../Investigator/"
Record <|-- Publication
click Publication href "../Publication/"
Record <|-- Subject
click Subject href "../Subject/"
Record <|-- Demographics
click Demographics href "../Demographics/"
Record <|-- Family
click Family href "../Family/"
Record <|-- FamilyRelationship
click FamilyRelationship href "../FamilyRelationship/"
Record <|-- FamilyMember
click FamilyMember href "../FamilyMember/"
Record <|-- SubjectAssertion
click SubjectAssertion href "../SubjectAssertion/"
Record <|-- Sample
click Sample href "../Sample/"
Record <|-- BiospecimenCollection
click BiospecimenCollection href "../BiospecimenCollection/"
Record <|-- Aliquot
click Aliquot href "../Aliquot/"
Record <|-- Encounter
click Encounter href "../Encounter/"
Record <|-- EncounterDefinition
click EncounterDefinition href "../EncounterDefinition/"
Record <|-- ActivityDefinition
click ActivityDefinition href "../ActivityDefinition/"
Record <|-- File
click File href "../File/"
Record : access_policy_id
Record --> "0..1" AccessPolicy : access_policy_id
click AccessPolicy href "../AccessPolicy/"
Record : external_id
Record : study_id
Record --> "0..1" Study : study_id
click Study href "../Study/"
Inheritance
- Record
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| external_id | * Uriorcurie |
Other identifiers for this entity, eg, from the submitting study or in system... | direct |
| access_policy_id | 0..1 AccessPolicy |
Global identifier for the access policy that applies to this row of data | direct |
| study_id | 0..1 Study |
INCLUDE Global ID for the study | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/include-access-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | includedcc:Record |
| native | includedcc:Record |
LinkML Source
Direct
name: Record
description: One row / entity within the database
title: Record
from_schema: https://includedcc.org/include-access-model
abstract: true
slots:
- external_id
- access_policy_id
- study_id
Induced
name: Record
description: One row / entity within the database
title: Record
from_schema: https://includedcc.org/include-access-model
abstract: true
attributes:
external_id:
name: external_id
description: Other identifiers for this entity, eg, from the submitting study
or in systems like dbGaP
title: External Identifiers
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: external_id
owner: Record
domain_of:
- Record
range: uriorcurie
required: false
multivalued: true
access_policy_id:
name: access_policy_id
description: Global identifier for the access policy that applies to this row
of data.
title: Access Policy ID
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: access_policy_id
owner: Record
domain_of:
- Record
- AccessPolicy
range: AccessPolicy
study_id:
name: study_id
description: INCLUDE Global ID for the study
title: Study ID
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: study_id
owner: Record
domain_of:
- Record
- StudyMetadata
range: Study
multivalued: false