Class: DatasetCollection
Container class for defining a collection of datasets.
classDiagram
class DatasetCollection
click DatasetCollection href "../DatasetCollection/"
DatasetCollection : datasets
DatasetCollection --> "*" Dataset : datasets
click Dataset href "../Dataset/"
DatasetCollection : schema_version
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| datasets | * Dataset |
List of datasets in the collection | direct |
| schema_version | 0..1 String |
Version of the schema used for the collection | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/brc/brc_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | brc:DatasetCollection |
| native | brc:DatasetCollection |
LinkML Source
Direct
name: DatasetCollection
description: Container class for defining a collection of datasets.
from_schema: https://w3id.org/brc/brc_schema
attributes:
datasets:
name: datasets
description: List of datasets in the collection.
from_schema: https://w3id.org/brc/brc_schema
rank: 1000
domain_of:
- DatasetCollection
range: Dataset
multivalued: true
inlined: true
inlined_as_list: true
schema_version:
name: schema_version
description: Version of the schema used for the collection.
examples:
- value: 0.1.1
from_schema: https://w3id.org/brc/brc_schema
rank: 1000
domain_of:
- DatasetCollection
range: string
tree_root: true
Induced
name: DatasetCollection
description: Container class for defining a collection of datasets.
from_schema: https://w3id.org/brc/brc_schema
attributes:
datasets:
name: datasets
description: List of datasets in the collection.
from_schema: https://w3id.org/brc/brc_schema
rank: 1000
alias: datasets
owner: DatasetCollection
domain_of:
- DatasetCollection
range: Dataset
multivalued: true
inlined_as_list: true
schema_version:
name: schema_version
description: Version of the schema used for the collection.
examples:
- value: 0.1.1
from_schema: https://w3id.org/brc/brc_schema
rank: 1000
alias: schema_version
owner: DatasetCollection
domain_of:
- DatasetCollection
range: string
tree_root: true