Skip to content

Commit

Permalink
Merge pull request #162 from psychoinformatics-de/ddist
Browse files Browse the repository at this point in the history
Add publication example for `thing` schema
  • Loading branch information
mih authored Apr 11, 2024
2 parents 8a8daeb + 8dc3413 commit 9ffcaea
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/thing/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@ prefixes:

default_prefix: dlthing

# list of Curie prefixes that are used in the representation of instances of
# the model. All prefixes in this list are added to the prefix sections of
# the target models.
emit_prefixes:
# needed to indicate a QuantitativeProperty via `meta_type`
- dlthing
# single prefix that enables a huge range of ontologies ready-to-use for
# descriptions -- seems worth emitting
- obo

imports:
Expand Down
73 changes: 73 additions & 0 deletions src/thing/unreleased/examples/Thing-publication.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"id": "https://doi.org/10.1038/s41597-022-01163-2",
"description": "Large-scale datasets present unique opportunities to perform scientific investigations with unprecedented breadth. However, they also pose considerable challenges for the findability, accessibility, interoperability, and reusability (FAIR) of research outcomes due to infrastructure limitations, data usage constraints, or software license restrictions. Here we introduce a DataLad-based, domain-agnostic framework suitable for reproducible data processing in compliance with open science mandates. The framework attempts to minimize platform idiosyncrasies and performance-related complexities. It affords the capture of machine-actionable computational provenance records that can be used to retrace and verify the origins of research outcomes, as well as be re-executed independent of the original computing infrastructure. We demonstrate the framework’s performance using two showcases: one highlighting data sharing and transparency (using the studyforrest.org dataset) and another highlighting scalability (using the largest public brain imaging dataset available: the UK Biobank dataset).",
"identifier": [
{
"notation": "10.1038/s41597-022-01163-2",
"schema_agency": "https://doi.org"
}
],
"is_about": [
"https://www.nature.com/subjects/data-processing",
"https://www.nature.com/subjects/data-publication-and-archiving",
"https://www.nature.com/subjects/software"
],
"meta_type": "dlthing:Thing",
"name": "FAIRLy big",
"has_property": [
{
"meta_type": "dlthing:Property",
"type": "dcterms:bibliographicCitation",
"value": "Wagner, A.S., Waite, L.K., Wierzba, M. et al. FAIRly big: A framework for computationally reproducible processing of large-scale data. Sci Data 9, 80 (2022)."
},
{
"is_defined_by": "https://portal.issn.org/resource/issn/2052-4463",
"meta_type": "dlthing:Property",
"type": "dcterms:isPartOf",
"value": "Scientific Data"
},
{
"meta_type": "dlthing:Property",
"name": "DOI",
"type": "bibo:doi",
"value": "https://doi.org/10.1038/s41597-022-01163-2"
},
{
"meta_type": "dlthing:Property",
"name": "Volume",
"type": "bibo:volume",
"value": "9"
},
{
"meta_type": "dlthing:Property",
"name": "Document number",
"type": "bibo:number",
"value": "80"
},
{
"meta_type": "dlthing:Property",
"name": "Number of pages",
"type": "bibo:numPages",
"range": "xsd:nonNegativeInteger",
"value": "17"
},
{
"meta_type": "dlthing:Property",
"type": "dcterms:modified",
"range": "xsd:date",
"value": "2022-02-11"
},
{
"meta_type": "dlthing:Property",
"type": "dcterms:date",
"range": "xsd:date",
"value": "2022-03-11"
}
],
"same_as": [
"https://www.nature.com/articles/s41597-022-01163-2"
],
"title": "FAIRly big: A framework for computationally reproducible processing of large-scale data",
"type": "bibo:AcademicArticle",
"@type": "Thing"
}
48 changes: 48 additions & 0 deletions src/thing/unreleased/examples/Thing-publication.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# A scientific publication.
# This is a simplified example lacking any relation descriptions
# (e.g. authors, funding, etc), see publication examples for
# other schemas for those aspects.
id: https://doi.org/10.1038/s41597-022-01163-2
type: bibo:AcademicArticle
name: "FAIRLy big"
title: "FAIRly big: A framework for computationally reproducible processing of large-scale data"
description:
"Large-scale datasets present unique opportunities to perform scientific investigations with unprecedented breadth. However, they also pose considerable challenges for the findability, accessibility, interoperability, and reusability (FAIR) of research outcomes due to infrastructure limitations, data usage constraints, or software license restrictions. Here we introduce a DataLad-based, domain-agnostic framework suitable for reproducible data processing in compliance with open science mandates. The framework attempts to minimize platform idiosyncrasies and performance-related complexities. It affords the capture of machine-actionable computational provenance records that can be used to retrace and verify the origins of research outcomes, as well as be re-executed independent of the original computing infrastructure. We demonstrate the framework’s performance using two showcases: one highlighting data sharing and transparency (using the studyforrest.org dataset) and another highlighting scalability (using the largest public brain imaging dataset available: the UK Biobank dataset)."
identifier:
- notation: 10.1038/s41597-022-01163-2
schema_agency: https://doi.org
# related topics
is_about:
- https://www.nature.com/subjects/data-processing
- https://www.nature.com/subjects/data-publication-and-archiving
- https://www.nature.com/subjects/software
#license: licenses:CC-BY-4.0
same_as:
- https://www.nature.com/articles/s41597-022-01163-2
# custom properties can be used to arbitrarily (and possibly redundantly)
# detail the publication record for better fit with specialized consumers
has_property:
- type: dcterms:bibliographicCitation
value: "Wagner, A.S., Waite, L.K., Wierzba, M. et al. FAIRly big: A framework for computationally reproducible processing of large-scale data. Sci Data 9, 80 (2022)."
- type: dcterms:isPartOf
value: Scientific Data
is_defined_by: https://portal.issn.org/resource/issn/2052-4463
- type: bibo:doi
name: DOI
value: https://doi.org/10.1038/s41597-022-01163-2
- type: bibo:volume
name: Volume
value: "9"
- type: bibo:number
name: Document number
value: "80"
- type: bibo:numPages
name: Number of pages
value: "17"
range: xsd:nonNegativeInteger
- type: dcterms:modified
range: xsd:date
value: "2022-02-11"
- type: dcterms:date
range: xsd:date
value: "2022-03-11"
1 change: 1 addition & 0 deletions src/thing/unreleased/validation/Thing.valid.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ data_sources:
- src/thing/unreleased/examples/Thing-identifiers.yaml
- src/thing/unreleased/examples/Thing-topic.yaml
- src/thing/unreleased/examples/Thing-customproperty.yaml
- src/thing/unreleased/examples/Thing-publication.yaml
plugins:
JsonschemaValidationPlugin:
closed: true
Expand Down

0 comments on commit 9ffcaea

Please sign in to comment.