Class: Dataset

The dataset for the study

URI: cohra2:Dataset

classDiagram class Dataset click Dataset href "../Dataset" Dataset <|-- COHRA2Dataset click COHRA2Dataset href "../COHRA2Dataset" Dataset : records Dataset --> "*" Record : records click Record href "../Record"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
records *
Record
Slot for connecting the dataset to its records direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cohra2:Dataset
native cohra2:Dataset

LinkML Source

Direct

name: Dataset
description: The dataset for the study
from_schema: https://w3id.org/OHD/DFA-study/cohra2
slots:
- records
tree_root: true

Induced

name: Dataset
description: The dataset for the study
from_schema: https://w3id.org/OHD/DFA-study/cohra2
attributes:
  records:
    name: records
    description: Slot for connecting the dataset to its records
    from_schema: https://w3id.org/OHD/DFA-study/cohra2
    rank: 1000
    alias: records
    owner: Dataset
    domain_of:
    - Dataset
    range: Record
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true