Class: AlspacDataSetVersionFreeze
Represents a freeze of a version of named_alspac_data_set. That is a specific set of data which can be applied to use by external colabs. It is normally a subset of files in a version of named alspac dataset, but sometimes file types will also change. For example .Rdata changed to .csv.
URI: dcat:Dataset
classDiagram
class AlspacDataSetVersionFreeze
NamedThing <|-- AlspacDataSetVersionFreeze
AlspacDataSetVersionFreeze : all_individuals_to_exclude_md5sum
AlspacDataSetVersionFreeze : description
AlspacDataSetVersionFreeze : freeze_date
AlspacDataSetVersionFreeze : freeze_number
AlspacDataSetVersionFreeze : freeze_of_alspac_dataset_version
AlspacDataSetVersionFreeze : freeze_of_named_alspac_dataset
AlspacDataSetVersionFreeze : freeze_size
AlspacDataSetVersionFreeze : git_tag
AlspacDataSetVersionFreeze : has_containers
AlspacDataSetVersionFreeze : has_parts
AlspacDataSetVersionFreeze : id
AlspacDataSetVersionFreeze : is_current_freeze
AlspacDataSetVersionFreeze : linker_file_md5sum
AlspacDataSetVersionFreeze : name
AlspacDataSetVersionFreeze : next_freeze
AlspacDataSetVersionFreeze : previous_freeze
AlspacDataSetVersionFreeze : primary_email
AlspacDataSetVersionFreeze : woc_file_md5sum
Inheritance
- NamedThing
- AlspacDataSetVersionFreeze
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
linker_file_md5sum | 0..1 xsd:string |
What is the md5sum of the dataset linker file used to make this freeze | direct |
freeze_size | 0..1 xsd:string |
The approximate size of all the data in the freeze | direct |
woc_file_md5sum | 0..1 xsd:string |
The md5sum of the woc file used to make this freeze | direct |
all_individuals_to_exclude_md5sum | 0..1 xsd:string |
The md5sum of the all_individuals_to_exclude to make this freeze | direct |
is_current_freeze | 0..1 xsd:boolean |
Is this current freeze? | direct |
freeze_number | 0..1 xsd:string |
What number freeze is this? | direct |
freeze_date | 0..1 xsd:date |
When was this freeze made? | direct |
previous_freeze | 0..1 AlspacDataSetVersionFreeze |
What was the previous freeze? | direct |
next_freeze | 0..1 AlspacDataSetVersionFreeze |
What is the next freeze ? | direct |
freeze_of_alspac_dataset_version | 0..1 AlspacDataSetVersion |
What version was this freeze built from? | direct |
freeze_of_named_alspac_dataset | 0..1 NamedAlspacDataset |
What named alspac dataset is this freeze built from? | direct |
primary_email | 0..1 xsd:string |
The main email address to contact | direct |
git_tag | 0..1 xsd:string |
The git tag of the repo that made this freeze | direct |
has_parts | 0..* DatasetPart |
A list of parts of a named alspac dataset version or freeze or custom dataset | 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 |
---|---|---|---|
AlspacDataSetVersion | has_freezes | range | AlspacDataSetVersionFreeze |
AlspacDataSetVersionFreeze | previous_freeze | range | AlspacDataSetVersionFreeze |
AlspacDataSetVersionFreeze | next_freeze | range | AlspacDataSetVersionFreeze |
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:AlspacDataSetVersionFreeze |
LinkML Source
Direct
name: AlspacDataSetVersionFreeze
description: Represents a freeze of a version of named_alspac_data_set. That is a
specific set of data which can be applied to use by external colabs. It is normally
a subset of files in a version of named alspac dataset, but sometimes file types
will also change. For example .Rdata changed to .csv.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- linker_file_md5sum
- freeze_size
- woc_file_md5sum
- all_individuals_to_exclude_md5sum
- is_current_freeze
- freeze_number
- freeze_date
- previous_freeze
- next_freeze
- freeze_of_alspac_dataset_version
- freeze_of_named_alspac_dataset
- primary_email
- git_tag
- has_parts
- has_containers
class_uri: dcat:Dataset
Induced
name: AlspacDataSetVersionFreeze
description: Represents a freeze of a version of named_alspac_data_set. That is a
specific set of data which can be applied to use by external colabs. It is normally
a subset of files in a version of named alspac dataset, but sometimes file types
will also change. For example .Rdata changed to .csv.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
linker_file_md5sum:
name: linker_file_md5sum
description: What is the md5sum of the dataset linker file used to make this freeze
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
close_mappings:
- spdx:checksum
- nfo:FileHash
rank: 1000
alias: linker_file_md5sum
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: string
freeze_size:
name: freeze_size
description: The approximate size of all the data in the freeze.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: freeze_size
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: string
woc_file_md5sum:
name: woc_file_md5sum
description: The md5sum of the woc file used to make this freeze
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: woc_file_md5sum
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: string
all_individuals_to_exclude_md5sum:
name: all_individuals_to_exclude_md5sum
description: The md5sum of the all_individuals_to_exclude to make this freeze
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: all_individuals_to_exclude_md5sum
owner: AlspacDataSetVersionFreeze
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersionFreeze
range: string
is_current_freeze:
name: is_current_freeze
description: Is this current freeze?
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: is_current_freeze
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: boolean
freeze_number:
name: freeze_number
description: What number freeze is this?
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: freeze_number
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: string
freeze_date:
name: freeze_date
description: When was this freeze made?
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: freeze_date
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: date
previous_freeze:
name: previous_freeze
description: What was the previous freeze?
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: previous_freeze
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: AlspacDataSetVersionFreeze
next_freeze:
name: next_freeze
description: What is the next freeze ?
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: next_freeze
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: AlspacDataSetVersionFreeze
freeze_of_alspac_dataset_version:
name: freeze_of_alspac_dataset_version
description: What version was this freeze built from?
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: freeze_of_alspac_dataset_version
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: AlspacDataSetVersion
freeze_of_named_alspac_dataset:
name: freeze_of_named_alspac_dataset
description: What named alspac dataset is this freeze built from?
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: freeze_of_named_alspac_dataset
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataSetVersionFreeze
range: NamedAlspacDataset
primary_email:
name: primary_email
description: The main email address to contact
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
exact_mappings:
- foaf:email
rank: 1000
slot_uri: schema:email
alias: primary_email
owner: AlspacDataSetVersionFreeze
domain_of:
- AlspacDataCatalogue
- NamedAlspacDataset
- AlspacDataSetVersionFreeze
range: string
git_tag:
name: git_tag
description: The git tag of the repo that made this freeze.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: git_tag
owner: AlspacDataSetVersionFreeze
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersionFreeze
range: string
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: AlspacDataSetVersionFreeze
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
- AlspacDataSetVersionFreeze
range: DatasetPart
inlined: true
inlined_as_list: true
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: AlspacDataSetVersionFreeze
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: AlspacDataSetVersionFreeze
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: AlspacDataSetVersionFreeze
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: AlspacDataSetVersionFreeze
domain_of:
- NamedThing
range: string
class_uri: dcat:Dataset