Class: BespokeAlspacDataset
This class is for describing and recording files that are released as bespoke data releases.
URI: dcat:Dataset
classDiagram
class BespokeAlspacDataset
NamedThing <|-- BespokeAlspacDataset
BespokeAlspacDataset : all_individuals_to_exclude_md5sum
BespokeAlspacDataset : authors
BespokeAlspacDataset : bnumber
BespokeAlspacDataset : dataset_size
BespokeAlspacDataset : date_of_release
BespokeAlspacDataset : derived_from
BespokeAlspacDataset : description
BespokeAlspacDataset : git_repo
BespokeAlspacDataset : git_tag
BespokeAlspacDataset : has_containers
BespokeAlspacDataset : has_parts
BespokeAlspacDataset : has_scripts
BespokeAlspacDataset : id
BespokeAlspacDataset : keywords
BespokeAlspacDataset : name
Inheritance
- NamedThing
- BespokeAlspacDataset
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
bnumber | 0..1 xsd:string |
An ALSPAC project code | direct |
date_of_release | 0..1 xsd:string |
The date this dataset was released to a colab | direct |
keywords | 0..* xsd:string |
A list of keywords | direct |
authors | 0..* xsd:string |
A list of orcids for the authors of the item | direct |
derived_from | 0..* NamedAlspacDataset |
List of NamedAlspacDatasets that were used at least in part to derive this Na... | direct |
has_scripts | 0..* Script |
A list of scripts that are included in a dataset version or freeze | direct |
has_parts | 0..* DatasetPart |
A list of parts of a named alspac dataset version or freeze or custom dataset | direct |
git_repo | 0..1 xsd:string |
The git repo for this object | direct |
git_tag | 0..1 xsd:string |
The git tag of the repo that made this freeze | 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 |
all_individuals_to_exclude_md5sum | 0..1 xsd:string |
The md5sum of the all_individuals_to_exclude to make this freeze | 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 |
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:BespokeAlspacDataset |
LinkML Source
Direct
name: BespokeAlspacDataset
description: This class is for describing and recording files that are released as
bespoke data releases.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- bnumber
- date_of_release
- keywords
- authors
- derived_from
- has_scripts
- has_parts
- git_repo
- git_tag
- dataset_size
- has_containers
- all_individuals_to_exclude_md5sum
class_uri: dcat:Dataset
Induced
name: BespokeAlspacDataset
description: This class is for describing and recording files that are released as
bespoke data releases.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
bnumber:
name: bnumber
description: An ALSPAC project code
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: bnumber
owner: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
range: string
date_of_release:
name: date_of_release
description: The date this dataset was released to a colab.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: date_of_release
owner: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
range: string
keywords:
name: keywords
description: A list of keywords.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: keywords
owner: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- NamedAlspacDataset
range: string
inlined: false
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: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
- Script
range: string
inlined: true
inlined_as_list: true
derived_from:
name: derived_from
description: List of NamedAlspacDatasets that were used at least in part to derive
this Named or custom dataset.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
multivalued: true
alias: derived_from
owner: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- NamedAlspacDataset
range: NamedAlspacDataset
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: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
range: Script
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: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
- AlspacDataSetVersionFreeze
range: DatasetPart
inlined: true
inlined_as_list: true
git_repo:
name: git_repo
description: The git repo for this object
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: git_repo
owner: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
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: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersionFreeze
range: string
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: BespokeAlspacDataset
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: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersion
- AlspacDataSetVersionFreeze
range: DataContainer
inlined: true
inlined_as_list: true
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: BespokeAlspacDataset
domain_of:
- BespokeAlspacDataset
- AlspacDataSetVersionFreeze
range: string
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: BespokeAlspacDataset
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: BespokeAlspacDataset
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: BespokeAlspacDataset
domain_of:
- NamedThing
range: string
class_uri: dcat:Dataset