Class: DatasetPart
Represents a part of named alspac data set, in a version or freeze or custom dataset. For example in an omics context the data collected for a single chr which would be made availble as a dcat distribution of this type of dataset which would be of a specific file.
URI: dcat:Dataset
classDiagram
class DatasetPart
NamedThing <|-- DatasetPart
DatasetPart : data_distributions
DatasetPart : description
DatasetPart : id
DatasetPart : name
Inheritance
- NamedThing
- DatasetPart
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
data_distributions | 0..* DataDistribution |
A list of data distributions for this abstract dataset | direct |
id | 1..1 xsd:anyURI |
A unique identifier for a thing | NamedThing |
name | 0..1 xsd:string |
A human-readable name for a thing | NamedThing |
description | 0..1 xsd:string |
A human-readable description for a thing | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
BespokeAlspacDataset | has_parts | range | DatasetPart |
AlspacDataSetVersion | has_parts | range | DatasetPart |
AlspacDataSetVersionFreeze | has_parts | range | DatasetPart |
Identifier and Mapping Information
Schema Source
- from schema: http://purl.org/alspac/alspac-data-catalogue-schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | dcat:Dataset |
native | alspacdcs:DatasetPart |
LinkML Source
Direct
name: DatasetPart
description: Represents a part of named alspac data set, in a version or freeze or
custom dataset. For example in an omics context the data collected for a single
chr which would be made availble as a dcat distribution of this type of dataset
which would be of a specific file.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- data_distributions
class_uri: dcat:Dataset
Induced
name: DatasetPart
description: Represents a part of named alspac data set, in a version or freeze or
custom dataset. For example in an omics context the data collected for a single
chr which would be made availble as a dcat distribution of this type of dataset
which would be of a specific file.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
data_distributions:
name: data_distributions
description: A list of data distributions for this abstract dataset
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: data_distributions
owner: DatasetPart
domain_of:
- DatasetPart
range: DataDistribution
inlined: true
inlined_as_list: true
id:
name: id
description: A unique identifier for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: DatasetPart
domain_of:
- NamedThing
range: uriorcurie
name:
name: name
description: A human-readable name for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:name
alias: name
owner: DatasetPart
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:description
alias: description
owner: DatasetPart
domain_of:
- NamedThing
range: string
class_uri: dcat:Dataset