Class: AlspacDataSetVersion
Represents a version of a named_alspac_data_set. That is a specific set of data which internal people to alspac can use.
URI: dcat:Dataset
classDiagram
class AlspacDataSetVersion
NamedThing <|-- AlspacDataSetVersion
AlspacDataSetVersion : authors
AlspacDataSetVersion : dataset_size
AlspacDataSetVersion : description
AlspacDataSetVersion : has_containers
AlspacDataSetVersion : has_freezes
AlspacDataSetVersion : has_next_version
AlspacDataSetVersion : has_parts
AlspacDataSetVersion : has_previous_version
AlspacDataSetVersion : has_scripts
AlspacDataSetVersion : id
AlspacDataSetVersion : is_current_version
AlspacDataSetVersion : known_issues
AlspacDataSetVersion : name
AlspacDataSetVersion : qc_description
AlspacDataSetVersion : qc_parts
AlspacDataSetVersion : ug_parts
AlspacDataSetVersion : version_of
Inheritance
- NamedThing
- AlspacDataSetVersion
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
qc_description | 0..1 xsd:string |
Some free text to describe any quality control that has been performed | direct |
qc_parts | 0..* QCKeyValue |
A list of key value pairs for for information about quality control of this d... | direct |
ug_parts | 0..* UGKeyValue |
A list of key value pairs, where a key is something you might want to do and ... | direct |
version_of | 0..1 NamedAlspacDataset |
What named Alspac dataset is this a version of | direct |
is_current_version | 0..1 xsd:string |
Is this the current version of a named alspac dataset | direct |
has_previous_version | 0..1 xsd:anyURI |
The previous version of this named alspac dataset | direct |
has_next_version | 0..1 xsd:anyURI |
The next version of this named alspac dataset | direct |
authors | 0..* xsd:string |
A list of orcids for the authors of the item | direct |
has_parts | 0..* DatasetPart |
A list of parts of a named alspac dataset version or freeze or custom dataset | direct |
known_issues | 0..* KnownIssue |
A list of known issues inline | direct |
has_scripts | 0..* Script |
A list of scripts that are included in a dataset version or freeze | direct |
has_freezes | 0..* AlspacDataSetVersionFreeze |
A list of freezes for this version of the data | direct |
dataset_size | 0..1 xsd:string |
The appoximate size in a version of a named Alspacdata set of custom data rel... | direct |
has_containers | 0..* DataContainer |
A list of dirs in this named alspac dataset version or freeze or custom data... | 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 |
---|---|---|---|
NamedAlspacDataset | has_current_version | range | AlspacDataSetVersion |
NamedAlspacDataset | versions | range | AlspacDataSetVersion |
AlspacDataSetVersionFreeze | freeze_of_alspac_dataset_version | range | AlspacDataSetVersion |
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:AlspacDataSetVersion |
LinkML Source
Direct
name: AlspacDataSetVersion
description: Represents a version of a named_alspac_data_set. That is a specific set
of data which internal people to alspac can use.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- qc_description
- qc_parts
- ug_parts
- version_of
- is_current_version
- has_previous_version
- has_next_version
- authors
- has_parts
- known_issues
- has_scripts
- has_freezes
- dataset_size
- has_containers
class_uri: dcat:Dataset
Induced
name: AlspacDataSetVersion
description: Represents a version of a named_alspac_data_set. That is a specific set
of data which internal people to alspac can use.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
qc_description:
name: qc_description
description: Some free text to describe any quality control that has been performed.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: qc_description
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: string
qc_parts:
name: qc_parts
description: A list of key value pairs for for information about quality control
of this dataset. A key might be something that has been done or a description
of a paramater. i.e 'snp_hwe_filter' and the value might be '5e-07'.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: qc_parts
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: QCKeyValue
inlined: true
inlined_as_list: true
ug_parts:
name: ug_parts
description: A list of key value pairs, where a key is something you might want
to do and value is a description and/or link to how you might want to do it.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: ug_parts
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: UGKeyValue
inlined: true
inlined_as_list: true
version_of:
name: version_of
description: What named Alspac dataset is this a version of
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: version_of
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: NamedAlspacDataset
is_current_version:
name: is_current_version
description: Is this the current version of a named alspac dataset
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: is_current_version
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: string
has_previous_version:
name: has_previous_version
description: The previous version of this named alspac dataset
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: has_previous_version
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: uriorcurie
has_next_version:
name: has_next_version
description: The next version of this named alspac dataset
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: has_next_version
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: uriorcurie
authors:
name: authors
description: A list of orcids for the authors of the item
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: authors
owner: AlspacDataSetVersion
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
- Script
range: string
inlined: true
inlined_as_list: true
has_parts:
name: has_parts
description: A list of parts of a named alspac dataset version or freeze or custom
dataset
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: has_parts
owner: AlspacDataSetVersion
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
- AlspacDataSetVersionFreeze
range: DatasetPart
inlined: true
inlined_as_list: true
known_issues:
name: known_issues
description: A list of known issues inline
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: known_issues
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: KnownIssue
inlined: true
inlined_as_list: true
has_scripts:
name: has_scripts
description: A list of scripts that are included in a dataset version or freeze
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: has_scripts
owner: AlspacDataSetVersion
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
range: Script
inlined: true
inlined_as_list: true
has_freezes:
name: has_freezes
description: A list of freezes for this version of the data
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: has_freezes
owner: AlspacDataSetVersion
domain_of:
- AlspacDataSetVersion
range: AlspacDataSetVersionFreeze
inlined: true
inlined_as_list: true
dataset_size:
name: dataset_size
description: The appoximate size in a version of a named Alspacdata set of custom
data release
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: dataset_size
owner: AlspacDataSetVersion
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
range: string
has_containers:
name: has_containers
description: A list of dirs in this named alspac dataset version or freeze or
custom dataset
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: has_containers
owner: AlspacDataSetVersion
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
- AlspacDataSetVersionFreeze
range: DataContainer
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: AlspacDataSetVersion
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: AlspacDataSetVersion
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: AlspacDataSetVersion
domain_of:
- NamedThing
range: string
class_uri: dcat:Dataset