@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix pav: . @prefix rdf: . @prefix owl: . @prefix rdfg: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; "Basel"; . a ; "CC0-1.0"; "Creative Commons Zero v1.0 Universal"; "1.0" . a ; , , , ; "2019"; ; "A lightweight approach to research object data packaging"; ; . a ; "Frederik Coppens" . a ; "Eoghan Ó Carragáin" . a ; "Kristi Holmes" . a ; "Stian Soiland-Reyes" . a ; "Finn Bacall" . a ; "Salvador Capella-Gutierrez" . a ; "Thomas Thelen" . a ; "Nick Juty" . a ; "Michael R Crusoe" . a ; "Peter Sefton" . a ; "Jason A. Clark" . a ; "José María Fernández" . a ; "Jose Manuel Gomez-Perez" . a ; "Alasdair J. G. Gray" . a ; "Ignacio Eguinoa" . a ; "Kyle Chard" . a ; "Oscar Corcho" . a ; "Daniel Garijo" . a ; "Giacomo Tartari" . a ; "Carole Goble" . a ; "Stuart Owen" . a ; "Alan R Williams" . a ; "Raul Palma" . a ; "Apache-2.0"; "Apache License 2.0"; "2.0" . a ; "2019-06-25"; ; "ISMB ECCB 2019"; "2019-06-21" . a ; "PDF 1.4"; "Acrobat PDF 1.4 - Portable Document Format" . a ; "HTML5"; "Hypertext Markup Language 5" . a ; "BOSC2019"; "2019-06-25"; ; "Bioinformatics Open Source Conference 2019"; "2019-06-24"; . a ; "2019-08-29"; ; "A lightweight approach to research object... - Stian Soiland-Reyes - OBF: BOSC - ISMB ECCB 2019"; . a ; , , , , , , , , , , , , , , , , , , , , , , ; ; "2019-11-15"; """This specification defines a method, known as RO-Crate (Research Object Crate), of organizing file-based data with associated metadata, using linked data principles, in both human and machine readable formats, with the ability to include additional domain-specific metadata. The core of RO-Crate is a JSON-LD file, the RO-Crate Metadata File, named ro-crate-metadata.jsonld. This file contains structured metadata about the dataset as a whole (the Root Data Entity) and, optionally, about some or all of its files. This provides a simple way to, for example, assert the authors (e.g. people, organizations) of the RO-Crate or one its files, or to capture more complex provenance for files, such as how they were created using software and equipment. While providing the formal specification for RO-Crate, this document also aims to be a practical guide for software authors to create tools for generating and consuming research data packages, with explanation by examples."""; , , ; ; ; "RO-Crate specification dataset"; ; "1.0.0" . a , ; ; "text/html", ; ; "RO-Crate Metadata Specification 1.0"; ; "1.0.0" . a ; "application/pdf", ; "https://github.com/ResearchObject/ro-crate/releases/download/1.0.0/ro-crate-1.0.0.pdf"; "RO-Crate Metadata Specification 1.0"; ; "1.0.0" . a ; "application/ld+json"; ; ; "RO-Crate JSON-LD Context"; ; "1.0.0" . a ; dct:conformsTo ; ; "ro-crate-metadata.jsonld"; . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { this: a npx:RoCrateNanopub; dct:created "2025-07-16T15:47:44.643+02:00"^^xsd:dateTime . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbztY8l4lWqVF8L/djJ1knoc7Nm5kVHT9NqSe0fXO9Hel3DRO2IyxJYVEvThhllBuHNtZK32ww23AlglArokhxPCSBPKvVgQS6r46khF2D85tnd5htaBq+bfjMqL+LDlQh3LdBpAqrLmsmfsPkU65CCxSGufBs2v39p41z5FkRXE1JKJ/UZe+1OUq+CibjOfo1g1Nz6HO0fZML7GnQBj5X9lvU0llmDk/sqdNMxAJDSQh2/Zh0kz7+Dm7vJOx3mNEXU4FuzVzKBYwTotvEcJod7Vot1fPOJXPGoNDVNKMQffCala9o4pqT739LS7R7ZFVMjzPkLUxYCjnEgOZI5t6wIDAQAB"; npx:hasSignature "UumgOvEAkiKaTaTqSwgBd+zznp66Q69jMsi7GetDbdiPn06wlhn+Ettjezr2rEtvRHBoZzju7vkoJaW5M6rR5WYhqquBc7+gtpUdAcAonY0rsEInP3GwrVkfSYbrCscn55GU4YnNovyhm6w4R27zA5d8MzGgF2vYZ86wCxQyog4M2/8s7vvcbm1HuhAT/zDbDpycphQo3zt7/mKkht0AYCUEBzhzSzZFjmlF0NUXAklWHzGcIF14/S8+a8+gSzbwhkWuHDse1tCtUZVvdc6gGCPC0VozB1msoGvXrb9SnEjcG8hYLgCbcjc5wOFF40+dYLISNU3z81lT6qBtWVD5Nw=="; npx:hasSignatureTarget this:; npx:signedBy . }