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 <|-- 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 <|-- SubjectAssertion
click SubjectAssertion href "../SubjectAssertion/"
Record : external_id
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 |
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
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