Class: Dataset

The dataset for the study

URI: [cq_sohea:Dataset](https://w3id.org/OHD/DFA-study/cq_sohea/Dataset)
classDiagram class Dataset click Dataset href "../Dataset/" Dataset <|-- CQSOHEADataset click CQSOHEADataset href "../CQSOHEADataset/" Dataset : records Dataset --> "*" Record : records click Record href "../Record/"
## Inheritance * **Dataset** * [CQSOHEADataset](CQSOHEADataset.md) ## Class Properties | Property | Value | | --- | --- | | Tree Root | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [records](records.md) | *
[Record](Record.md) | Slot for connecting the dataset to its records | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/OHD/DFA-study/cq_sohea ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | cq_sohea:Dataset | | native | cq_sohea:Dataset | ## LinkML Source ### Direct
name: Dataset
description: The dataset for the study
from_schema: https://w3id.org/OHD/DFA-study/cq_sohea
slots:
- records
tree_root: true

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