diff --git a/docs/1.1/data-entities.md b/docs/1.1/data-entities.md index 9df4a1ac..1ca5e9a4 100644 --- a/docs/1.1/data-entities.md +++ b/docs/1.1/data-entities.md @@ -299,7 +299,25 @@ These can be included for File Data Entities as additional metadata, regardless ### Directories on the web; dataset distributions -A _Directory File Entry_ or [Dataset] identifier expressed as an absolute URL on the web can be harder to download than a [File] because it consists of multiple resources. It is RECOMMENDED that such directories have a complete listing of their content in [hasPart], enabling download traversal. +A _Directory File Entry_ or [Dataset] identifier expressed as an absolute URL on the web can be harder to download than a [File] because it consists of multiple resources. It is RECOMMENDED that such directories have a complete listing of their content in [hasPart], enabling download traversal: + +```json + { + "@id": "http://example.com/downloads/2020/", + "@type": "Dataset", + "name": "A directory with many small files", + "description": "This directory contains multiple small files.", + "hasPart": [ + { + "@id": "http://example.com/downloads/2020/file1.csv" + }, + { + "@id": "http://example.com/downloads/2020/file2.csv" + }, + ... + ] + } +``` Alternatively, a common mechanism to provide downloads of a reasonably sized directory is as an archive file in formats such as `.zip` or `.tar.gz`, described as a [DataDownload]. diff --git a/docs/1.2-DRAFT/context.jsonld b/docs/1.2-DRAFT/context.jsonld index bfcb8658..55ac9b27 100644 --- a/docs/1.2-DRAFT/context.jsonld +++ b/docs/1.2-DRAFT/context.jsonld @@ -2892,6 +2892,8 @@ "ResourceDescriptor": "http://www.w3.org/ns/dx/prof/ResourceDescriptor", "ResourceRole": "http://www.w3.org/ns/dx/prof/ResourceRole", "Profile": "http://www.w3.org/ns/dx/prof/Profile", + "Geometry": "http://www.opengis.net/ont/geosparql#Geometry", + "asWKT": "http://www.opengis.net/ont/geosparql#asWKT", "@label": "http://www.w3.org/2000/01/rdf-schema#label", "pcdm": "http://pcdm.org/models#", "bibo": "http://purl.org/ontology/bibo/", @@ -2913,6 +2915,7 @@ "roterms": "http://purl.org/ro/roterms#", "relation": "http://www.iana.org/assignments/relation/", "wf4ever": "http://purl.org/ro/wf4ever#", - "vann": "http://purl.org/vocab/vann/" + "vann": "http://purl.org/vocab/vann/", + "geosparql": "http://www.opengis.net/ont/geosparql#" } } diff --git a/docs/1.2-DRAFT/metadata.md b/docs/1.2-DRAFT/metadata.md index 5d6eeb2c..34b96dcf 100644 --- a/docs/1.2-DRAFT/metadata.md +++ b/docs/1.2-DRAFT/metadata.md @@ -143,6 +143,11 @@ These terms are being proposed by [Bioschemas profile ComputationalWorkflow 1.0- * `input` mapped to * `output` mapped to +To support geometry in [Places](contextual-entities.md#places), these terms from the [GeoSPARQL ontology]: + +* `Geometry` mapped to +* `asWKT` mapped to + {: .note } > In this specification the proposed Bioschemas terms use the temporary namespace; future releases of RO-Crate may reflect mapping to the namespace. diff --git a/docs/1.2-DRAFT/ro-crate-metadata.json b/docs/1.2-DRAFT/ro-crate-metadata.json index 629f3552..2c1eaab0 100644 --- a/docs/1.2-DRAFT/ro-crate-metadata.json +++ b/docs/1.2-DRAFT/ro-crate-metadata.json @@ -298,6 +298,12 @@ }, { "@id": "http://schema.org/Property" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#asWKT" } ], "identifier": {"@id": "https://doi.org/DOI"}, @@ -345,6 +351,9 @@ { "@id": "#vocabulary-rdfs" }, + { + "@id": "#vocabulary-geosparql" + }, { "@id": "#specification" }, @@ -660,6 +669,44 @@ "name": "Vocabulary", "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:vocabulary" }, + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry", + "@type": "DefinedTerm", + "description": "A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS).", + "name": "Geometry", + "termCode": "Geometry", + "sameAs": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/#Geometry", + "inDefinedTermSet": { + "@id": "http://www.opengis.net/ont/geosparql#" + } + }, + { + "@id": "http://www.opengis.net/ont/geosparql#asWKT", + "@type": "DefinedTerm", + "description": "The WKT (Well-Known Text) serialization (ISO13249) of a Geometry.", + "name": "Geometry", + "termCode": "asWKT", + "citation": { "@id": "https://portal.ogc.org/files/?artifact_id=25355" }, + "sameAs": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/#asWKT", + "inDefinedTermSet": { + "@id": "http://www.opengis.net/ont/geosparql#" + } + }, + { + "@id": "https://portal.ogc.org/files/?artifact_id=25355", + "@type": "CreativeWork", + "name": "OpenGIS Implementation Specification for Geographic information – Simple feature access – Part 1: Common architecture", + "version": "1.2.1", + "url": "https://www.ogc.org/standard/sfa/" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#", + "@type": "DefinedTermSet", + "name": "GeoSPARQL ontology", + "version": "1.1", + "sameAs": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/", + "url": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/spec.html" + }, { "@id": "http://www.w3.org/ns/json-ld#Context", "@type": "DefinedTerm", @@ -1873,7 +1920,18 @@ "hasRole": { "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + }, + { + "@id": "#vocabulary-geosparql", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "http://www.opengis.net/ont/geosparql#" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } } + ] } diff --git a/docs/1.2-DRAFT/ro-crate-preview.html b/docs/1.2-DRAFT/ro-crate-preview.html index e41b1444..ece36274 100644 --- a/docs/1.2-DRAFT/ro-crate-preview.html +++ b/docs/1.2-DRAFT/ro-crate-preview.html @@ -305,6 +305,12 @@ }, { "@id": "http://schema.org/Property" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#asWKT" } ], "identifier": { @@ -354,368 +360,928 @@ { "@id": "#vocabulary-rdfs" }, + { + "@id": "#vocabulary-geosparql" + }, { "@id": "#specification" }, { "@id": "#example-rainfall" } - ] - }, - { - "@id": "https://creativecommons.org/publicdomain/zero/1.0/", - "@type": "CreativeWork", - "identifier": { - "@id": "http://spdx.org/licenses/CC0-1.0" - }, - "name": "Creative Commons Zero v1.0 Universal", - "version": "1.0" + ], + "@reverse": { + "conformsTo": [ + { + "@id": "ro-crate-metadata.json" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/" + } + ], + "about": [ + { + "@id": "ro-crate-metadata.json" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-8131-2150", - "@type": "Person", - "name": "Eoghan Ó Carragáin" + "@id": "http://datasciencehub.net/", + "@type": "Journal", + "issn": "2451-8492", + "name": "Data Science", + "url": "http://datasciencehub.net/", + "@reverse": { + "isPartOf": [ + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-3545-944X", - "@type": "Person", - "name": "Peter Sefton" + "@id": "http://pcdm.org/models#", + "@type": "DefinedTermSet", + "name": "Portland Common Data Model", + "sameAs": "https://pcdm.org/2016/04/18/models", + "version": "2016/04/18", + "@reverse": { + "inDefinedTermSet": [ + { + "@id": "http://pcdm.org/models#Collection" + }, + { + "@id": "http://pcdm.org/models#File" + }, + { + "@id": "http://pcdm.org/models#Object" + }, + { + "@id": "http://pcdm.org/models#hasFile" + }, + { + "@id": "http://pcdm.org/models#hasMember" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-9842-9718", - "@type": "Person", - "name": "Stian Soiland-Reyes" + "@id": "http://pcdm.org/models#Collection", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://pcdm.org/models#" + }, + "name": "Repository collection", + "termCode": "RepositoryCollection", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-9260-0753", - "@type": "Person", - "name": "Oscar Corcho" + "@id": "http://pcdm.org/models#File", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://pcdm.org/models#" + }, + "name": "Repository file", + "termCode": "RepositoryFile", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": "Person", - "name": "Daniel Garijo" + "@id": "http://pcdm.org/models#Object", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://pcdm.org/models#" + }, + "name": "Repository object", + "termCode": "RepositoryObject", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-4289-4922", - "@type": "Person", - "name": "Raul Palma" + "@id": "http://pcdm.org/models#hasFile", + "@type": [ + "DefinedTerm", + "Property" + ], + "inDefinedTermSet": { + "@id": "http://pcdm.org/models#" + }, + "name": "has file", + "termCode": "hasFile", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-6565-5145", - "@type": "Person", - "name": "Frederik Coppens" + "@id": "http://pcdm.org/models#hasMember", + "@type": [ + "DefinedTerm", + "Property" + ], + "inDefinedTermSet": { + "@id": "http://pcdm.org/models#" + }, + "name": "has member", + "termCode": "hasMember", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-1219-2137", - "@type": "Person", - "name": "Carole Goble" + "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", + "@type": "DefinedTerm", + "name": "preferred namespace prefix", + "description": "The preferred namespace prefix to use when using terms from this vocabulary in an document.", + "url": "https://vocab.org/vann/#preferredNamespacePrefix" }, { - "@id": "https://orcid.org/0000-0002-4806-5140", - "@type": "Person", - "name": "José María Fernández" + "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", + "@type": "DefinedTerm", + "name": "preferred namespace URI", + "description": "The preferred namespace URI to use when using terms from this vocabulary in an document", + "url": "https://vocab.org/vann/#preferredNamespaceUri" }, { - "@id": "https://orcid.org/0000-0002-7370-4805", - "@type": "Person", - "name": "Kyle Chard" + "@id": "http://schema.org/version/15.0/", + "@type": [ + "DefinedTermSet", + "Standard" + ], + "name": "Schema.org vocabulary (http prefix)", + "encoding": { + "@id": "https://schema.org/version/15.0/schemaorg-current-http.jsonld" + }, + "vann:preferredNamespaceUri": "http://schema.org/", + "version": "15.0", + "url": "https://schema.org/docs/developers.html", + "@reverse": { + "isProfileOf": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "inDefinedTermSet": [ + { + "@id": "http://schema.org/Class" + }, + { + "@id": "http://schema.org/Property" + } + ], + "isBasedOn": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT/context" + } + ], + "hasArtifact": [ + { + "@id": "#vocabulary-schema" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-5491-6431", - "@type": "Person", - "name": "Jose Manuel Gomez-Perez" + "@id": "https://schema.org/version/15.0/schemaorg-current-http.jsonld", + "@type": "CreativeWork", + "encodingFormat": "application/ld+json", + "conformsTo": { + "@id": "https://www.w3.org/TR/rdf-schema/" + }, + "@reverse": { + "encoding": [ + { + "@id": "http://schema.org/version/15.0/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-2961-9670", - "@type": "Person", - "name": "Michael R Crusoe" + "@id": "http://www.iana.org/assignments/relation/cite-as", + "@type": [ + "DefinedTerm", + "Property" + ], + "inDefinedTermSet": { + "@id": "https://www.iana.org/assignments/link-relations/" + }, + "name": "Cite as", + "termCode": "cite-as", + "url": "https://doi.org/10.17487/RFC8574", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-6190-122X", - "@type": "Person", - "name": "Ignacio Eguinoa" + "@id": "https://www.w3.org/TR/rdf-schema/", + "@type": "Standard", + "name": "RDF Schema (rdfs)", + "hasPart": { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + }, + "@reverse": { + "conformsTo": [ + { + "@id": "https://schema.org/version/15.0/schemaorg-current-http.jsonld" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-2036-8350", - "@type": "Person", - "name": "Nick Juty" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "@type": "DefinedTermSet", + "url": "https://www.w3.org/TR/rdf-schema/", + "vann:preferredNamespacePrefix": "rdfs", + "vann:preferredNamespaceUri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "@reverse": { + "hasPart": [ + { + "@id": "https://www.w3.org/TR/rdf-schema/" + } + ], + "inDefinedTermSet": [ + { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Class" + }, + { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + } + ], + "hasArtifact": [ + { + "@id": "#vocabulary-rdfs" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-8420-5254", - "@type": "Person", - "name": "Kristi Holmes" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Class", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + }, + "name": "Class (rdfs)", + "description": "Class definition as part of a Profile Crate", + "url": "https://www.w3.org/TR/rdf-schema/#ch_class", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-3588-6257", - "@type": "Person", - "name": "Jason A. Clark" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + }, + "name": "Property (rdfs)", + "description": "Property definition as part of a Profile Crate", + "url": "https://www.w3.org/TR/rdf-schema/#ch_property", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-0309-604X", - "@type": "Person", - "name": "Salvador Capella-Gutierrez" + "@id": "http://schema.org/Class", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://schema.org/version/15.0/" + }, + "name": "Class (schema.org)", + "description": "Class reference, defined outside the Profile Crate as indicated by @id url or inDefinedTermSet", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-5711-4872", - "@type": "Person", - "name": "Alasdair J. G. Gray" + "@id": "http://schema.org/Property", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://schema.org/version/15.0/" + }, + "name": "Property (schema.org)", + "description": "Property reference, defined outside the Profile Crate as indicated by @id url or inDefinedTermSet", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-2130-0865", - "@type": "Person", - "name": "Stuart Owen" + "@id": "http://www.w3.org/ns/dx/prof", + "@type": "DefinedTermSet", + "name": "Profiles Vocabulary", + "sameAs": "http://www.w3.org/ns/dx/prof/1.0", + "url": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/", + "version": "1.0", + "@reverse": { + "inDefinedTermSet": [ + { + "@id": "http://www.w3.org/ns/dx/prof#Profile" + }, + { + "@id": "http://www.w3.org/ns/dx/prof#ResourceDescriptor" + }, + { + "@id": "http://www.w3.org/ns/dx/prof#ResourceRole" + }, + { + "@id": "http://www.w3.org/ns/dx/prof#hasArtifact" + }, + { + "@id": "http://www.w3.org/ns/dx/prof#hasResource" + }, + { + "@id": "http://www.w3.org/ns/dx/prof#hasRole" + } + ], + "hasArtifact": [ + { + "@id": "#vocabulary-prof" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-3156-2105", - "@type": "Person", - "name": "Alan R Williams" + "@id": "http://www.w3.org/ns/dx/prof#Profile", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/ns/dx/prof" + }, + "name": "Profile", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Class:Profile", + "termCode": "Profile", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-1130-2154", - "@type": "Person", - "name": "Giacomo Tartari" + "@id": "http://www.w3.org/ns/dx/prof#ResourceDescriptor", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/ns/dx/prof" + }, + "name": "Resource descriptor", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Class:ResourceDescriptor", + "termCode": "ResourceDescriptor", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-0048-3300", - "@type": "Person", - "name": "Finn Bacall" + "@id": "http://www.w3.org/ns/dx/prof#ResourceRole", + "@type": [ + "DefinedTerm", + "Class" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/ns/dx/prof" + }, + "name": "Resource role", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Class:ResourceRole", + "termCode": "ResourceRole", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-1756-2128", - "@type": "Person", - "name": "Thomas Thelen" - }, - { - "@id": "https://orcid.org/0000-0002-7552-1009", - "@type": "Person", - "name": "Hervé Ménager" - }, - { - "@id": "https://orcid.org/0000-0003-4929-1219", - "@type": "Person", - "name": "Laura Rodríguez-Navas" - }, - { - "@id": "https://orcid.org/0000-0003-1541-5631", - "@type": "Person", - "name": "Paul Walk" - }, - { - "@id": "https://orcid.org/0000-0002-0337-8610", - "@type": "Person", - "name": "brandon whitehead" + "@id": "http://www.w3.org/ns/dx/prof#hasArtifact", + "@type": [ + "DefinedTerm", + "Property" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/ns/dx/prof" + }, + "name": "has artifact", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Property:hasArtifact", + "termCode": "hasArtifact", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-6960-357X", - "@type": "Person", - "name": "Mark Wilkinson" + "@id": "http://www.w3.org/ns/dx/prof#hasResource", + "@type": [ + "DefinedTerm", + "Property" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/ns/dx/prof" + }, + "name": "has resource", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Property:hasResource", + "termCode": "hasResource", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-0183-6910", - "@type": "Person", - "name": "Paul Groth" + "@id": "http://www.w3.org/ns/dx/prof#hasRole", + "@type": [ + "DefinedTerm", + "Property" + ], + "inDefinedTermSet": { + "@id": "http://www.w3.org/ns/dx/prof" + }, + "name": "has role", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Property:hasRole", + "termCode": "hasRole", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-0223-1059", - "@type": "Person", - "name": "Erich Bremer" + "@id": "http://www.w3.org/ns/dx/prof#role/", + "@type": "DefinedTermSet", + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/constraints" + }, + { + "@id": "http://www.w3.org/ns/dx/prof/role/example" + }, + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + }, + { + "@id": "http://www.w3.org/ns/dx/prof/role/mapping" + }, + { + "@id": "http://www.w3.org/ns/dx/prof/role/schema" + }, + { + "@id": "http://www.w3.org/ns/dx/prof/role/specification" + }, + { + "@id": "http://www.w3.org/ns/dx/prof/role/validation" + }, + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ], + "name": "Resource Roles vocabulary", + "url": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#resource-roles-vocab" }, { - "@id": "https://orcid.org/0000-0003-3986-0510", - "@type": "Person", - "alternateName": "LJ Garcia Castro", - "name": "Leyla Jael Castro" + "@id": "http://www.w3.org/ns/dx/prof/role/constraints", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Descriptions of obligations, limitations or extensions that the profile defines", + "name": "Constraints", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:constraints", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-6022-9825", - "@type": "Person", - "name": "Karl Sebby" + "@id": "http://www.w3.org/ns/dx/prof/role/example", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Sample instance data conforming to the profile", + "name": "Example", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:example", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ], + "hasRole": [ + { + "@id": "#example-rainfall" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-3468-0652", - "@type": "Person", - "name": "Alexander Kanitz" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Documents, in human-readable form, how to use the profile", + "name": "Guidance", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:guidance", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-1991-0533", - "@type": "Person", - "name": "Ana Trisovic" + "@id": "http://www.w3.org/ns/dx/prof/role/mapping", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Describes conversions between two specifications", + "name": "Mapping", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:mapping", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-3910-0474", - "@type": "Person", - "name": "Gavin Kennedy" + "@id": "http://www.w3.org/ns/dx/prof/role/schema", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Machine-readable structural descriptions of data defined by the profile", + "name": "Schema", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:schema", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-3486-8193", - "@type": "Person", - "name": "Mark Graves" + "@id": "http://www.w3.org/ns/dx/prof/role/specification", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Defining the profile in human-readable form", + "name": "Specification", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:specification", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ], + "hasRole": [ + { + "@id": "#specification" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-8172-8981", - "@type": "Person", - "name": "Jasper Koehorst" + "@id": "http://www.w3.org/ns/dx/prof/role/validation", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Supplies instructions about how to verify conformance of data to the profile", + "name": "Validation", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:validation", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-8271-5429", - "@type": "Person", - "name": "Simone Leo" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary", + "@type": [ + "DefinedTerm", + "ResourceRole" + ], + "description": "Defines terms used in the profile specification", + "name": "Vocabulary", + "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:vocabulary", + "@reverse": { + "hasDefinedTerm": [ + { + "@id": "http://www.w3.org/ns/dx/prof#role/" + } + ], + "hasRole": [ + { + "@id": "#vocabulary-pcdm" + }, + { + "@id": "#vocabulary-prof" + }, + { + "@id": "#vocabulary-prof-roles" + }, + { + "@id": "#vocabulary-schema" + }, + { + "@id": "#vocabulary-rdfs" + }, + { + "@id": "#vocabulary-geosparql" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-9648-6484", - "@type": "Person", - "name": "Marc Portier" + "@id": "http://www.opengis.net/ont/geosparql#Geometry", + "@type": "DefinedTerm", + "description": "A coherent set of direct positions in space. The positions are held within a Spatial Reference System (SRS).", + "name": "Geometry", + "termCode": "Geometry", + "sameAs": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/#Geometry", + "inDefinedTermSet": { + "@id": "http://www.opengis.net/ont/geosparql#" + }, + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-5432-2748", - "@type": "Person", - "name": "Paul Brack" + "@id": "http://www.opengis.net/ont/geosparql#asWKT", + "@type": "DefinedTerm", + "description": "The WKT (Well-Known Text) serialization (ISO13249) of a Geometry.", + "name": "Geometry", + "termCode": "asWKT", + "citation": { + "@id": "https://portal.ogc.org/files/?artifact_id=25355" + }, + "sameAs": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/#asWKT", + "inDefinedTermSet": { + "@id": "http://www.opengis.net/ont/geosparql#" + }, + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-1743-8300", - "@type": "Person", - "name": "Milan Ojsteršek" + "@id": "https://portal.ogc.org/files/?artifact_id=25355", + "@type": "CreativeWork", + "name": "OpenGIS Implementation Specification for Geographic information – Simple feature access – Part 1: Common architecture", + "version": "1.2.1", + "url": "https://www.ogc.org/standard/sfa/", + "@reverse": { + "citation": [ + { + "@id": "http://www.opengis.net/ont/geosparql#asWKT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-0522-5674", - "@type": "Person", - "name": "Bert Droesbeke" + "@id": "http://www.opengis.net/ont/geosparql#", + "@type": "DefinedTermSet", + "name": "GeoSPARQL ontology", + "version": "1.1", + "sameAs": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/", + "url": "https://opengeospatial.github.io/ogc-geosparql/geosparql11/spec.html", + "@reverse": { + "inDefinedTermSet": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#asWKT" + } + ], + "hasArtifact": [ + { + "@id": "#vocabulary-geosparql" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-2142-1731", - "@type": "Person", - "name": "Chenxu Niu" + "@id": "http://www.w3.org/ns/json-ld#Context", + "@type": "DefinedTerm", + "name": "JSON-LD Context", + "url": "https://www.w3.org/TR/json-ld/", + "@reverse": { + "conformsTo": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT/context" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-9986-7223", - "@type": "Person", - "name": "Kosuke Tanabe" + "@id": "http://www.w3.org/ns/json-ld#flattened", + "@type": "Profile", + "name": "Flattened JSON-LD", + "isProfileOf": { + "@id": "http://www.w3.org/TR/2014/REC-json-ld-20140116/" + }, + "version": "1.0", + "url": "https://www.w3.org/TR/json-ld1/#flattened-document-form", + "@reverse": { + "isProfileOf": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-4929-7875", - "@type": "Person", - "name": "Tomasz Miksa" + "@id": "http://www.w3.org/TR/2014/REC-json-ld-20140116/", + "@type": "Standard", + "name": "JSON-LD 1.0", + "description": "A JSON-based Serialization for Linked Data", + "version": "1.0", + "sameAs": { + "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/880" + }, + "@reverse": { + "isProfileOf": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "http://www.w3.org/ns/json-ld#flattened" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-5383-6993", - "@type": "Person", - "name": "Marco La Rosa" + "@id": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE", + "@type": "Profile", + "description": "Bioschemas specification for describing a Computational Workflow", + "name": "ComputationalWorkflow profile", + "version": "1.0-RELEASE", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT/context" + } + ] + } }, { - "@id": "https://orcid.org/0000-0001-6387-5988", - "@type": "Person", - "name": "Cedric Decruw" + "@id": "https://bioschemas.org/profiles/FormalParameter/1.0-RELEASE", + "description": "Bioschemas specification for describing a formal parameter in the Life Sciences", + "name": "FormalParameter Profile", + "version": "1.0-RELEASE", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT/context" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-3883-4169", - "@type": "Person", - "name": "Andreas Czerniak" + "@id": "https://creativecommons.org/publicdomain/zero/1.0/", + "@type": "CreativeWork", + "identifier": { + "@id": "http://spdx.org/licenses/CC0-1.0" + }, + "name": "Creative Commons Zero v1.0 Universal", + "version": "1.0", + "@reverse": { + "license": [ + { + "@id": "ro-crate-metadata.json" + }, + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT/context" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-5761-7533", - "@type": "Person", - "name": "Jeremy Jay" + "@id": "https://creativecommons.org/licenses/by/4.0/", + "@type": "CreativeWork", + "identifier": { + "@id": "http://spdx.org/licenses/CC-BY-4.0" + }, + "name": "Creative Commons Attribution 4.0 International", + "version": "4.0" }, { - "@id": "https://orcid.org/0000-0002-0792-8157", - "@type": "Person", - "name": "Sergio Serra" - }, - { - "@id": "https://orcid.org/0000-0001-8772-7904", - "@type": "Person", - "name": "Ronald Siebes" - }, - { - "@id": "https://orcid.org/0000-0003-4196-3658", - "@type": "Person", - "name": "Shaun de Witt" - }, - { - "@id": "https://orcid.org/0000-0002-2318-4477", - "@type": "Person", - "name": "Shady El Damaty" - }, - { - "@id": "https://orcid.org/0000-0002-1248-3594", - "@type": "Person", - "name": "Douglas Lowe" - }, - { - "@id": "https://orcid.org/0000-0003-1498-6205", - "@type": "Person", - "name": "Xuanqi Li" - }, - { - "@id": "https://orcid.org/0000-0001-9888-7954", - "@type": "Person", - "name": "Sveinung Gundersen" - }, - { - "@id": "https://orcid.org/0000-0001-9156-9478", - "@type": "Person", - "name": "Muhammad Radifar" - }, - { - "@id": "https://orcid.org/0000-0002-0003-2024", - "@type": "Person", - "name": "Rudolf Wittner" - }, - { - "@id": "https://orcid.org/0000-0002-4565-9760", - "@type": "Person", - "name": "Oliver Woolland" - }, - { - "@id": "https://orcid.org/0000-0002-8940-4946", - "@type": "Person", - "name": "Paul De Geest" - }, - { - "@id": "https://orcid.org/0000-0002-2257-9127", - "@type": "Person", - "name": "Douglas Fils" - }, - { - "@id": "https://orcid.org/0000-0002-5526-7138", - "@type": "Person", - "name": "Florian Wetzels" - }, - { - "@id": "https://orcid.org/0000-0003-0606-2512", - "@type": "Person", - "name": "Raül Sirvent" - }, - { - "@id": "https://orcid.org/0000-0001-9228-2882", - "@type": "Person", - "name": "Abigail Miller" - }, - { - "@id": "https://orcid.org/0000-0003-0617-9219", - "@type": "Person", - "name": "Jake Emerson" - }, - { - "@id": "https://orcid.org/0000-0002-0679-4361", - "@type": "Person", - "name": "Davide Fucci" - }, - { - "@id": "https://orcid.org/0000-0001-8250-4074", - "@type": "Person", - "name": "Bruno P. Kinoshita" - }, - { - "@id": "https://orcid.org/0000-0003-1361-7301", - "@type": "Person", - "name": "Maciek Bąk" - }, - { - "@id": "https://orcid.org/0000-0003-3234-6762", - "@type": "Person", - "name": "Jens Hollunder" + "@id": "https://doi.org/DOI", + "@type": "PropertyValue", + "propertyID": "https://registry.identifiers.org/registry/doi", + "value": "doi:DOI", + "url": "https://doi.org/DOI", + "@reverse": { + "identifier": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { "@id": "https://doi.org/10.3233/DS-210053", @@ -777,143 +1343,14 @@ "mainEntityOfPage": { "@id": "https://w3id.org/ro/doi/10.5281/zenodo.5146227" }, - "name": "Packaging research artefacts with RO-Crate" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/", - "@type": [ - "WebSite", - "File" - ], - "encodingFormat": [ - "text/html", - { - "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/471" - } - ], - "encoding": [ - { - "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" - }, - { - "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" - } - ], - "identifier": { - "@id": "https://doi.org/DOI" - }, - "name": "RO-Crate Metadata Specification 1.2-DRAFT", - "sameAs": { - "@id": "https://zenodo.org/record/ZENODO/files/ro-crate-TAG.html" - }, - "version": "TAG", - "hasPart": [ - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/introduction.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/terminology.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/structure.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/metadata.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/root-data-entity.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/data-entities.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/crate-focus.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/contextual-entities.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/provenance.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/profiles.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/workflows.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/changelog.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/implementation-notes.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/jsonld.html" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/relative-uris.html" - } - ] - }, - { - "@id": "https://w3id.org/ro/crate/1.2-DRAFT/context", - "@type": "File", - "conformsTo": { - "@id": "http://www.w3.org/ns/json-ld#Context" - }, - "encodingFormat": "application/ld+json", - "isBasedOn": [ - { - "@id": "http://schema.org/version/15.0/" - }, - { - "@id": "https://pcdm.org/2016/04/18/models" - }, - { - "@id": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE" - }, - { - "@id": "https://bioschemas.org/profiles/FormalParameter/1.0-RELEASE" - } - ], - "license": { - "@id": "https://creativecommons.org/publicdomain/zero/1.0/" - }, - "name": "RO-Crate JSON-LD Context", - "sameAs": [ - { - "@id": "https://zenodo.org/record/ZENODO/files/ro-crate-context-TAG.jsonld" - }, - { - "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-context-TAG.jsonld" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/context.jsonld" - } - ], - "version": "TAG" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/", - "@type": "Dataset", - "conformsTo": { - "@id": "https://w3id.org/ro/crate/1.2-DRAFT" - }, - "name": "Example dataset for RO-Crate specification", - "license": { - "@id": "https://creativecommons.org/publicdomain/zero/1.0/" - }, - "subjectOf": [ - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/ro-crate-metadata.json" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/ro-crate-preview.html" - } - ] + "name": "Packaging research artefacts with RO-Crate", + "@reverse": { + "citation": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html", @@ -984,7 +1421,24 @@ "sameAs": { "@id": "https://zenodo.org/record/ZENODO/files/ro-crate-TAG.html" }, - "version": "TAG" + "version": "TAG", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "encoding": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ], + "hasArtifact": [ + { + "@id": "#specification" + } + ] + } }, { "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf", @@ -1055,916 +1509,2321 @@ "sameAs": { "@id": "https://zenodo.org/record/ZENODO/files/ro-crate-1.2-DRAFT.pdf" }, - "version": "TAG" + "version": "TAG", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "encoding": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof#ResourceDescriptor", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/ns/dx/prof" - }, - "name": "Resource descriptor", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Class:ResourceDescriptor", - "termCode": "ResourceDescriptor" + "@id": "https://orcid.org/0000-0001-5383-6993", + "@type": "Person", + "name": "Marco La Rosa", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof#ResourceRole", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/ns/dx/prof" - }, - "name": "Resource role", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Class:ResourceRole", - "termCode": "ResourceRole" + "@id": "https://orcid.org/0000-0001-6022-9825", + "@type": "Person", + "name": "Karl Sebby", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof#Profile", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/ns/dx/prof" - }, - "name": "Profile", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Class:Profile", - "termCode": "Profile" + "@id": "https://orcid.org/0000-0001-6387-5988", + "@type": "Person", + "name": "Cedric Decruw", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof#hasArtifact", - "@type": [ - "DefinedTerm", - "Property" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/ns/dx/prof" - }, - "name": "has artifact", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Property:hasArtifact", - "termCode": "hasArtifact" + "@id": "https://orcid.org/0000-0001-6565-5145", + "@type": "Person", + "name": "Frederik Coppens", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof#hasResource", - "@type": [ - "DefinedTerm", - "Property" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/ns/dx/prof" - }, - "name": "has resource", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Property:hasResource", - "termCode": "hasResource" + "@id": "https://orcid.org/0000-0001-6960-357X", + "@type": "Person", + "name": "Mark Wilkinson", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof#hasRole", - "@type": [ - "DefinedTerm", - "Property" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/ns/dx/prof" - }, - "name": "has role", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Property:hasRole", - "termCode": "hasRole" + "@id": "https://orcid.org/0000-0001-8131-2150", + "@type": "Person", + "name": "Eoghan Ó Carragáin", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.iana.org/assignments/relation/cite-as", - "@type": [ - "DefinedTerm", - "Property" - ], - "inDefinedTermSet": { - "@id": "https://www.iana.org/assignments/link-relations/" - }, - "name": "Cite as", - "termCode": "cite-as", - "url": "https://doi.org/10.17487/RFC8574" + "@id": "https://orcid.org/0000-0001-8172-8981", + "@type": "Person", + "name": "Jasper Koehorst", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://pcdm.org/models#Object", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://pcdm.org/models#" - }, - "name": "Repository object", - "termCode": "RepositoryObject" + "@id": "https://orcid.org/0000-0001-8250-4074", + "@type": "Person", + "name": "Bruno P. Kinoshita", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://pcdm.org/models#Collection", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://pcdm.org/models#" - }, - "name": "Repository collection", - "termCode": "RepositoryCollection" + "@id": "https://orcid.org/0000-0001-8271-5429", + "@type": "Person", + "name": "Simone Leo", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://pcdm.org/models#File", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://pcdm.org/models#" - }, - "name": "Repository file", - "termCode": "RepositoryFile" + "@id": "https://orcid.org/0000-0001-8420-5254", + "@type": "Person", + "name": "Kristi Holmes", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://pcdm.org/models#hasMember", - "@type": [ - "DefinedTerm", - "Property" - ], - "inDefinedTermSet": { - "@id": "http://pcdm.org/models#" - }, - "name": "has member", - "termCode": "hasMember" + "@id": "https://orcid.org/0000-0001-8772-7904", + "@type": "Person", + "name": "Ronald Siebes", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://pcdm.org/models#hasFile", - "@type": [ - "DefinedTerm", - "Property" - ], - "inDefinedTermSet": { - "@id": "http://pcdm.org/models#" - }, - "name": "has file", - "termCode": "hasFile" + "@id": "https://orcid.org/0000-0001-9156-9478", + "@type": "Person", + "name": "Muhammad Radifar", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Class", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - }, - "name": "Class (rdfs)", - "description": "Class definition as part of a Profile Crate", - "url": "https://www.w3.org/TR/rdf-schema/#ch_class" + "@id": "https://orcid.org/0000-0001-9228-2882", + "@type": "Person", + "name": "Abigail Miller", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - }, - "name": "Property (rdfs)", - "description": "Property definition as part of a Profile Crate", - "url": "https://www.w3.org/TR/rdf-schema/#ch_property" + "@id": "https://orcid.org/0000-0001-9842-9718", + "@type": "Person", + "name": "Stian Soiland-Reyes", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://schema.org/Class", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://schema.org/version/15.0/" - }, - "name": "Class (schema.org)", - "description": "Class reference, defined outside the Profile Crate as indicated by @id url or inDefinedTermSet" + "@id": "https://orcid.org/0000-0001-9888-7954", + "@type": "Person", + "name": "Sveinung Gundersen", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://schema.org/Property", - "@type": [ - "DefinedTerm", - "Class" - ], - "inDefinedTermSet": { - "@id": "http://schema.org/version/15.0/" - }, - "name": "Property (schema.org)", - "description": "Property reference, defined outside the Profile Crate as indicated by @id url or inDefinedTermSet" + "@id": "https://orcid.org/0000-0002-0003-2024", + "@type": "Person", + "name": "Rudolf Wittner", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "https://doi.org/DOI", - "@type": "PropertyValue", - "propertyID": "https://registry.identifiers.org/registry/doi", - "value": "doi:DOI", - "url": "https://doi.org/DOI" + "@id": "https://orcid.org/0000-0002-0048-3300", + "@type": "Person", + "name": "Finn Bacall", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "https://w3id.org/ro/crate/1.1", - "@type": "Dataset", - "name": "RO-Crate specification 1.1", - "version": "1.1.2" + "@id": "https://orcid.org/0000-0002-0309-604X", + "@type": "Person", + "name": "Salvador Capella-Gutierrez", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "https://w3id.org/ro/crate/", - "@type": "WebSite", - "maintainer": { - "@id": "https://www.researchobject.org/ro-crate/community" - }, - "name": "Research Object Crate (RO-Crate) website", - "publisher": { - "@id": "https://www.researchobject.org/" - }, - "url": "https://www.researchobject.org/ro-crate/" + "@id": "https://orcid.org/0000-0002-0337-8610", + "@type": "Person", + "name": "brandon whitehead", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/TR/2014/REC-json-ld-20140116/", - "@type": "Standard", - "name": "JSON-LD 1.0", - "description": "A JSON-based Serialization for Linked Data", - "version": "1.0", - "sameAs": { - "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/880" + "@id": "https://orcid.org/0000-0002-0679-4361", + "@type": "Person", + "name": "Davide Fucci", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "http://www.w3.org/ns/json-ld#flattened", - "@type": "Profile", - "name": "Flattened JSON-LD", - "isProfileOf": { - "@id": "http://www.w3.org/TR/2014/REC-json-ld-20140116/" - }, - "version": "1.0", - "url": "https://www.w3.org/TR/json-ld1/#flattened-document-form" + "@id": "https://orcid.org/0000-0002-0792-8157", + "@type": "Person", + "name": "Sergio Serra", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://schema.org/version/15.0/", - "@type": [ - "DefinedTermSet", - "Standard" - ], - "name": "Schema.org vocabulary (http prefix)", - "encoding": { - "@id": "https://schema.org/version/15.0/schemaorg-current-http.jsonld" - }, - "vann:preferredNamespaceUri": "http://schema.org/", - "version": "15.0", - "url": "https://schema.org/docs/developers.html" + "@id": "https://orcid.org/0000-0002-1248-3594", + "@type": "Person", + "name": "Douglas Lowe", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "https://www.apache.org/licenses/LICENSE-2.0", - "@type": "CreativeWork", - "name": "Apache License 2.0", - "version": "2.0", - "identifier": { - "@id": "http://spdx.org/licenses/Apache-2.0" + "@id": "https://orcid.org/0000-0002-1756-2128", + "@type": "Person", + "name": "Thomas Thelen", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "https://www.researchobject.org/ro-crate/community", - "@type": "Project", - "member": [ - { - "@id": "https://orcid.org/0000-0001-8131-2150" - }, - { - "@id": "https://orcid.org/0000-0002-3545-944X" - }, - { - "@id": "https://orcid.org/0000-0001-9842-9718" - }, - { - "@id": "https://orcid.org/0000-0002-9260-0753" - }, - { - "@id": "https://orcid.org/0000-0003-0454-7145" - }, - { - "@id": "https://orcid.org/0000-0003-4289-4922" - }, - { - "@id": "https://orcid.org/0000-0001-6565-5145" - }, - { - "@id": "https://orcid.org/0000-0003-1219-2137" - }, - { - "@id": "https://orcid.org/0000-0002-4806-5140" - }, - { - "@id": "https://orcid.org/0000-0002-7370-4805" - }, - { - "@id": "https://orcid.org/0000-0002-5491-6431" - }, - { - "@id": "https://orcid.org/0000-0002-2961-9670" - }, - { - "@id": "https://orcid.org/0000-0002-6190-122X" - }, - { - "@id": "https://orcid.org/0000-0002-2036-8350" - }, - { - "@id": "https://orcid.org/0000-0001-8420-5254" - }, - { - "@id": "https://orcid.org/0000-0002-3588-6257" - }, - { - "@id": "https://orcid.org/0000-0002-0309-604X" - }, - { - "@id": "https://orcid.org/0000-0002-5711-4872" - }, - { - "@id": "https://orcid.org/0000-0003-2130-0865" - }, - { - "@id": "https://orcid.org/0000-0003-3156-2105" - }, - { - "@id": "https://orcid.org/0000-0003-1130-2154" - }, - { - "@id": "https://orcid.org/0000-0002-0048-3300" - }, - { - "@id": "https://orcid.org/0000-0002-1756-2128" - }, - { - "@id": "https://orcid.org/0000-0002-7552-1009" - }, - { - "@id": "https://orcid.org/0000-0003-4929-1219" - }, - { - "@id": "https://orcid.org/0000-0003-1541-5631" - }, - { - "@id": "https://orcid.org/0000-0002-0337-8610" - }, - { - "@id": "https://orcid.org/0000-0001-6960-357X" - }, - { - "@id": "https://orcid.org/0000-0003-0183-6910" - }, - { - "@id": "https://orcid.org/0000-0003-0223-1059" - }, - { - "@id": "https://orcid.org/0000-0003-3986-0510" - }, - { - "@id": "https://orcid.org/0000-0001-6022-9825" - }, - { - "@id": "https://orcid.org/0000-0002-3468-0652" - }, - { - "@id": "https://orcid.org/0000-0003-1991-0533" - }, - { - "@id": "https://orcid.org/0000-0003-3910-0474" - }, - { - "@id": "https://orcid.org/0000-0003-3486-8193" - }, - { - "@id": "https://orcid.org/0000-0001-8172-8981" - }, - { - "@id": "https://orcid.org/0000-0001-8271-5429" - }, - { - "@id": "https://orcid.org/0000-0002-9648-6484" - }, - { - "@id": "https://orcid.org/0000-0002-5432-2748" - }, - { - "@id": "https://orcid.org/0000-0003-1743-8300" - }, - { - "@id": "https://orcid.org/0000-0003-0522-5674" - }, - { - "@id": "https://orcid.org/0000-0002-2142-1731" - }, - { - "@id": "https://orcid.org/0000-0002-9986-7223" - }, - { - "@id": "https://orcid.org/0000-0002-4929-7875" - }, - { - "@id": "https://orcid.org/0000-0001-5383-6993" - }, - { - "@id": "https://orcid.org/0000-0001-6387-5988" - }, - { - "@id": "https://orcid.org/0000-0003-3883-4169" - }, - { - "@id": "https://orcid.org/0000-0002-5761-7533" - }, - { - "@id": "https://orcid.org/0000-0002-0792-8157" - }, - { - "@id": "https://orcid.org/0000-0001-8772-7904" - }, - { - "@id": "https://orcid.org/0000-0003-4196-3658" - }, - { - "@id": "https://orcid.org/0000-0002-2318-4477" - }, - { - "@id": "https://orcid.org/0000-0002-1248-3594" - }, - { - "@id": "https://orcid.org/0000-0003-1498-6205" - }, - { - "@id": "https://orcid.org/0000-0001-9888-7954" - }, - { - "@id": "https://orcid.org/0000-0001-9156-9478" - }, - { - "@id": "https://orcid.org/0000-0002-0003-2024" - }, - { - "@id": "https://orcid.org/0000-0002-4565-9760" - }, - { - "@id": "https://orcid.org/0000-0002-8940-4946" - }, - { - "@id": "https://orcid.org/0000-0002-2257-9127" - }, - { - "@id": "https://orcid.org/0000-0002-5526-7138" - }, - { - "@id": "https://orcid.org/0000-0003-0606-2512" - }, - { - "@id": "https://orcid.org/0000-0001-9228-2882" - }, - { - "@id": "https://orcid.org/0000-0003-0617-9219" - }, - { - "@id": "https://orcid.org/0000-0002-0679-4361" - }, - { - "@id": "https://orcid.org/0000-0001-8250-4074" - }, - { - "@id": "https://orcid.org/0000-0003-1361-7301" - }, - { - "@id": "https://orcid.org/0000-0003-3234-6762" - } - ], - "name": "RO-Crate Community", - "parentOrganization": { - "@id": "https://www.researchobject.org/" - }, - "sdDatePublished": "2022-01-19T10:54:41Z", - "url": "https://www.researchobject.org/ro-crate/community" + "@id": "https://orcid.org/0000-0002-2036-8350", + "@type": "Person", + "name": "Nick Juty", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "https://www.researchobject.org/", - "@type": "Organization", - "name": "ResearchObject.org", - "url": "https://www.researchobject.org/" + "@id": "https://orcid.org/0000-0002-2142-1731", + "@type": "Person", + "name": "Chenxu Niu", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "#vocabulary-schema", - "@type": "ResourceDescriptor", - "hasArtifact": { - "@id": "http://schema.org/version/15.0/" - }, - "hasRole": { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://orcid.org/0000-0002-2257-9127", + "@type": "Person", + "name": "Douglas Fils", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "#vocabulary-pcdm", - "@type": "ResourceDescriptor", - "hasArtifact": { - "@id": "http://pcdm.org/models" - }, - "hasRole": { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://orcid.org/0000-0002-2318-4477", + "@type": "Person", + "name": "Shady El Damaty", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "#vocabulary-prof", - "@type": "ResourceDescriptor", - "hasArtifact": { - "@id": "http://www.w3.org/ns/dx/prof" - }, - "hasRole": { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://orcid.org/0000-0002-2961-9670", + "@type": "Person", + "name": "Michael R Crusoe", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "#vocabulary-prof-roles", - "@type": "ResourceDescriptor", - "hasArtifact": { - "@id": "http://pcdm.org/models" - }, - "hasRole": { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://orcid.org/0000-0002-3079-6586", + "@type": "Person", + "name": "Björn Grüning", + "@reverse": { + "author": [ + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ] } }, { - "@id": "#vocabulary-rdfs", - "@type": "ResourceDescriptor", - "hasArtifact": { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - }, - "hasRole": { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://orcid.org/0000-0002-3468-0652", + "@type": "Person", + "name": "Alexander Kanitz", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "#specification", - "@type": "ResourceDescriptor", - "hasArtifact": { - "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" - }, - "hasRole": { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "https://orcid.org/0000-0002-3545-944X", + "@type": "Person", + "name": "Peter Sefton", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "#example-rainfall", - "@type": "ResourceDescriptor", - "hasArtifact": { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/" - }, - "hasRole": { - "@id": "http://www.w3.org/ns/dx/prof/role/example" + "@id": "https://orcid.org/0000-0002-3588-6257", + "@type": "Person", + "name": "Jason A. Clark", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] } }, { - "@id": "http://datasciencehub.net/", - "@type": "Journal", - "issn": "2451-8492", - "name": "Data Science", - "url": "http://datasciencehub.net/" + "@id": "https://orcid.org/0000-0002-4565-9760", + "@type": "Person", + "name": "Oliver Woolland", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://pcdm.org/models#", - "@type": "DefinedTermSet", - "name": "Portland Common Data Model", - "sameAs": "https://pcdm.org/2016/04/18/models", - "version": "2016/04/18" + "@id": "https://orcid.org/0000-0002-4806-5140", + "@type": "Person", + "name": "José María Fernández", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://purl.org/vocab/vann/preferredNamespacePrefix", - "@type": "DefinedTerm", - "name": "preferred namespace prefix", - "description": "The preferred namespace prefix to use when using terms from this vocabulary in an document.", - "url": "https://vocab.org/vann/#preferredNamespacePrefix" + "@id": "https://orcid.org/0000-0002-4929-7875", + "@type": "Person", + "name": "Tomasz Miksa", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://purl.org/vocab/vann/preferredNamespaceUri", - "@type": "DefinedTerm", - "name": "preferred namespace URI", - "description": "The preferred namespace URI to use when using terms from this vocabulary in an document", - "url": "https://vocab.org/vann/#preferredNamespaceUri" + "@id": "https://orcid.org/0000-0002-5432-2748", + "@type": "Person", + "name": "Paul Brack", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-5491-6431", + "@type": "Person", + "name": "Jose Manuel Gomez-Perez", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-5526-7138", + "@type": "Person", + "name": "Florian Wetzels", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-5711-4872", + "@type": "Person", + "name": "Alasdair J. G. Gray", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-5761-7533", + "@type": "Person", + "name": "Jeremy Jay", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-6190-122X", + "@type": "Person", + "name": "Ignacio Eguinoa", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-7370-4805", + "@type": "Person", + "name": "Kyle Chard", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-7552-1009", + "@type": "Person", + "name": "Hervé Ménager", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-8940-4946", + "@type": "Person", + "name": "Paul De Geest", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-9260-0753", + "@type": "Person", + "name": "Oscar Corcho", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-9648-6484", + "@type": "Person", + "name": "Marc Portier", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0002-9986-7223", + "@type": "Person", + "name": "Kosuke Tanabe", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-0183-6910", + "@type": "Person", + "name": "Paul Groth", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-0223-1059", + "@type": "Person", + "name": "Erich Bremer", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145", + "@type": "Person", + "name": "Daniel Garijo", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-0522-5674", + "@type": "Person", + "name": "Bert Droesbeke", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-0606-2512", + "@type": "Person", + "name": "Raül Sirvent", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-0617-9219", + "@type": "Person", + "name": "Jake Emerson", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1130-2154", + "@type": "Person", + "name": "Giacomo Tartari", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1219-2137", + "@type": "Person", + "name": "Carole Goble", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1304-1939", + "@type": "Person", + "name": "Mercè Crosas", + "@reverse": { + "author": [ + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1361-7301", + "@type": "Person", + "name": "Maciek Bąk", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1498-6205", + "@type": "Person", + "name": "Xuanqi Li", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1541-5631", + "@type": "Person", + "name": "Paul Walk", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1743-8300", + "@type": "Person", + "name": "Milan Ojsteršek", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-1991-0533", + "@type": "Person", + "name": "Ana Trisovic", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-2130-0865", + "@type": "Person", + "name": "Stuart Owen", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-3156-2105", + "@type": "Person", + "name": "Alan R Williams", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-3234-6762", + "@type": "Person", + "name": "Jens Hollunder", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-3486-8193", + "@type": "Person", + "name": "Mark Graves", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-3883-4169", + "@type": "Person", + "name": "Andreas Czerniak", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-3910-0474", + "@type": "Person", + "name": "Gavin Kennedy", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-3986-0510", + "@type": "Person", + "alternateName": "LJ Garcia Castro", + "name": "Leyla Jael Castro", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-4196-3658", + "@type": "Person", + "name": "Shaun de Witt", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-4289-4922", + "@type": "Person", + "name": "Raul Palma", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } + }, + { + "@id": "https://orcid.org/0000-0003-4929-1219", + "@type": "Person", + "name": "Laura Rodríguez-Navas", + "@reverse": { + "author": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "member": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "https://schema.org/version/15.0/schemaorg-current-http.jsonld", - "@type": "CreativeWork", - "encodingFormat": "application/ld+json", - "conformsTo": { - "@id": "https://www.w3.org/TR/rdf-schema/" + "@id": "http://spdx.org/licenses/CC0-1.0", + "@type": "PropertyValue", + "propertyID": "http://spdx.org/rdf/terms#licenseId", + "name": "spdx", + "value": "CC0-1.0", + "@reverse": { + "identifier": [ + { + "@id": "https://creativecommons.org/publicdomain/zero/1.0/" + } + ] } }, { - "@id": "https://www.w3.org/TR/rdf-schema/", - "@type": "Standard", - "name": "RDF Schema (rdfs)", - "hasPart": { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "http://spdx.org/licenses/CC-BY-4.0", + "@type": "PropertyValue", + "propertyID": "http://spdx.org/rdf/terms#licenseId", + "name": "spdx", + "value": "CC-BY-4.0", + "@reverse": { + "identifier": [ + { + "@id": "https://creativecommons.org/licenses/by/4.0/" + } + ] } }, { - "@id": "https://www.iana.org/assignments/link-relations/", - "@type": "DefinedTermSet", - "name": "IANA Link Relations" + "@id": "http://spdx.org/licenses/Apache-2.0", + "@type": "PropertyValue", + "propertyID": "http://spdx.org/rdf/terms#licenseId", + "name": "spdx", + "value": "Apache-2.0", + "@reverse": { + "identifier": [ + { + "@id": "https://www.apache.org/licenses/LICENSE-2.0" + } + ] + } }, { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "@type": "DefinedTermSet", - "url": "https://www.w3.org/TR/rdf-schema/", - "vann:preferredNamespacePrefix": "rdfs", - "vann:preferredNamespaceUri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://w3id.org/ro/crate/", + "@type": "WebSite", + "maintainer": { + "@id": "https://www.researchobject.org/ro-crate/community" + }, + "name": "Research Object Crate (RO-Crate) website", + "publisher": { + "@id": "https://www.researchobject.org/" + }, + "url": "https://www.researchobject.org/ro-crate/", + "@reverse": { + "isPartOf": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof", - "@type": "DefinedTermSet", - "name": "Profiles Vocabulary", - "sameAs": "http://www.w3.org/ns/dx/prof/1.0", - "url": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/", - "version": "1.0" + "@id": "https://w3id.org/ro/crate/1.1", + "@type": "Dataset", + "name": "RO-Crate specification 1.1", + "version": "1.1.2", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof#role/", - "@type": "DefinedTermSet", - "hasDefinedTerm": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/constraints" - }, + "@id": "https://w3id.org/ro/crate/1.2-DRAFT/context", + "@type": "File", + "conformsTo": { + "@id": "http://www.w3.org/ns/json-ld#Context" + }, + "encodingFormat": "application/ld+json", + "isBasedOn": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/example" + "@id": "http://schema.org/version/15.0/" }, { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://pcdm.org/2016/04/18/models" }, { - "@id": "http://www.w3.org/ns/dx/prof/role/mapping" + "@id": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE" }, { - "@id": "http://www.w3.org/ns/dx/prof/role/schema" - }, + "@id": "https://bioschemas.org/profiles/FormalParameter/1.0-RELEASE" + } + ], + "license": { + "@id": "https://creativecommons.org/publicdomain/zero/1.0/" + }, + "name": "RO-Crate JSON-LD Context", + "sameAs": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "https://zenodo.org/record/ZENODO/files/ro-crate-context-TAG.jsonld" }, { - "@id": "http://www.w3.org/ns/dx/prof/role/validation" + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-context-TAG.jsonld" }, { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/context.jsonld" } ], - "name": "Resource Roles vocabulary", - "url": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#resource-roles-vocab" + "version": "TAG", + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/constraints", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Descriptions of obligations, limitations or extensions that the profile defines", - "name": "Constraints", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:constraints" + "@id": "https://w3id.org/ro/doi/10.5281/zenodo.5146227", + "@type": "Dataset", + "name": "Packaging research artefacts with RO-Crate (RO-Crate)", + "@reverse": { + "mainEntityOfPage": [ + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/example", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Sample instance data conforming to the profile", - "name": "Example", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:example" + "@id": "https://www.apache.org/licenses/LICENSE-2.0", + "@type": "CreativeWork", + "name": "Apache License 2.0", + "version": "2.0", + "identifier": { + "@id": "http://spdx.org/licenses/Apache-2.0" + }, + "@reverse": { + "license": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Documents, in human-readable form, how to use the profile", - "name": "Guidance", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:guidance" + "@id": "https://www.iana.org/assignments/link-relations/", + "@type": "DefinedTermSet", + "name": "IANA Link Relations", + "@reverse": { + "inDefinedTermSet": [ + { + "@id": "http://www.iana.org/assignments/relation/cite-as" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/mapping", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Describes conversions between two specifications", - "name": "Mapping", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:mapping" + "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/18", + "@type": "WebPage", + "alternateName": "PDF 1.4", + "name": "Acrobat PDF 1.4 - Portable Document Format", + "@reverse": { + "encodingFormat": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/schema", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Machine-readable structural descriptions of data defined by the profile", - "name": "Schema", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:schema" + "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/471", + "@type": "WebPage", + "alternateName": "HTML5", + "name": "Hypertext Markup Language 5", + "@reverse": { + "encodingFormat": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/specification", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Defining the profile in human-readable form", - "name": "Specification", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:specification" + "@id": "https://www.researchobject.org/", + "@type": "Organization", + "name": "ResearchObject.org", + "url": "https://www.researchobject.org/", + "@reverse": { + "publisher": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://w3id.org/ro/crate/" + } + ], + "parentOrganization": [ + { + "@id": "https://www.researchobject.org/ro-crate/community" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/validation", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Supplies instructions about how to verify conformance of data to the profile", - "name": "Validation", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:validation" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/about.html", + "@type": "WebPage", + "name": "About this document", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ] + } }, { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary", - "@type": [ - "DefinedTerm", - "ResourceRole" - ], - "description": "Defines terms used in the profile specification", - "name": "Vocabulary", - "sameAs": "https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/#Role:vocabulary" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/changelog.html", + "@type": "WebPage", + "name": "Changelog", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "http://www.w3.org/ns/json-ld#Context", - "@type": "DefinedTerm", - "name": "JSON-LD Context", - "url": "https://www.w3.org/TR/json-ld/" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/implementation-notes.html", + "@type": "WebPage", + "name": "Implementation notes", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE", - "@type": "Profile", - "description": "Bioschemas specification for describing a Computational Workflow", - "name": "ComputationalWorkflow profile", - "version": "1.0-RELEASE" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/", + "@type": "WebPage", + "name": "Appendix", + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/changelog.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/implementation-notes.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/jsonld.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/relative-uris.html" + } + ], + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://bioschemas.org/profiles/FormalParameter/1.0-RELEASE", - "description": "Bioschemas specification for describing a formal parameter in the Life Sciences", - "name": "FormalParameter Profile", - "version": "1.0-RELEASE", - "@type": "Thing" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/jsonld.html", + "@type": "WebPage", + "name": "RO-Crate JSON-LD", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "http://spdx.org/licenses/CC0-1.0", - "@type": "PropertyValue", - "propertyID": "http://spdx.org/rdf/terms#licenseId", - "name": "spdx", - "value": "CC0-1.0" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/relative-uris.html", + "@type": "WebPage", + "name": "Handling relative URI references", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://creativecommons.org/licenses/by/4.0/", - "@type": "CreativeWork", - "identifier": { - "@id": "http://spdx.org/licenses/CC-BY-4.0" - }, - "name": "Creative Commons Attribution 4.0 International", - "version": "4.0" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/contextual-entities.html", + "@type": "WebPage", + "name": "Contextual Entities", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0003-1304-1939", - "@type": "Person", - "name": "Mercè Crosas" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/crate-focus.html", + "@type": "WebPage", + "name": "The focus of an RO-Crate", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://orcid.org/0000-0002-3079-6586", - "@type": "Person", - "name": "Björn Grüning" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/data-entities.html", + "@type": "WebPage", + "name": "Data Entities", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://w3id.org/ro/doi/10.5281/zenodo.5146227", + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/", "@type": "Dataset", - "name": "Packaging research artefacts with RO-Crate (RO-Crate)" - }, - { - "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/471", - "@type": "WebPage", - "alternateName": "HTML5", - "name": "Hypertext Markup Language 5" + "conformsTo": { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + "name": "Example dataset for RO-Crate specification", + "license": { + "@id": "https://creativecommons.org/publicdomain/zero/1.0/" + }, + "subjectOf": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/ro-crate-metadata.json" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/ro-crate-preview.html" + } + ], + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "hasArtifact": [ + { + "@id": "#example-rainfall" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/about.html", - "@type": "WebPage", - "name": "About this document" + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/", + "@type": [ + "WebSite", + "File" + ], + "encodingFormat": [ + "text/html", + { + "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/471" + } + ], + "encoding": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "identifier": { + "@id": "https://doi.org/DOI" + }, + "name": "RO-Crate Metadata Specification 1.2-DRAFT", + "sameAs": { + "@id": "https://zenodo.org/record/ZENODO/files/ro-crate-TAG.html" + }, + "version": "TAG", + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/introduction.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/terminology.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/structure.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/metadata.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/root-data-entity.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/data-entities.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/crate-focus.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/contextual-entities.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/provenance.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/profiles.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/workflows.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/changelog.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/implementation-notes.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/jsonld.html" + }, + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/relative-uris.html" + } + ], + "@reverse": { + "hasPart": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ], + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ] + } }, { "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/introduction.html", "@type": "WebPage", - "name": "Introduction" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/terminology.html", - "@type": "WebPage", - "name": "Terminology" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/structure.html", - "@type": "WebPage", - "name": "RO-Crate Structure" + "name": "Introduction", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/metadata.html", "@type": "WebPage", - "name": "Metadata of the RO-Crate" - }, - { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/root-data-entity.html", - "@type": "WebPage", - "name": "Root Data Entity" + "name": "Metadata of the RO-Crate", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/data-entities.html", + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/profiles.html", "@type": "WebPage", - "name": "Data Entities" + "name": "Profiles", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/crate-focus.html", + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/provenance.html", "@type": "WebPage", - "name": "The focus of an RO-Crate" + "name": "Provenance of entities", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/contextual-entities.html", + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/root-data-entity.html", "@type": "WebPage", - "name": "Contextual Entities" + "name": "Root Data Entity", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/provenance.html", + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/structure.html", "@type": "WebPage", - "name": "Provenance of entities" + "name": "RO-Crate Structure", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/profiles.html", + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/terminology.html", "@type": "WebPage", - "name": "Profiles" + "name": "Terminology", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/workflows.html", "@type": "WebPage", - "name": "Workflows and scripts" + "name": "Workflows and scripts", + "@reverse": { + "isBasedOn": [ + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf" + } + ], + "hasPart": [ + { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/", - "@type": "WebPage", - "name": "Appendix", - "hasPart": [ + "@id": "https://www.researchobject.org/ro-crate/community", + "@type": "Project", + "member": [ + { + "@id": "https://orcid.org/0000-0001-8131-2150" + }, + { + "@id": "https://orcid.org/0000-0002-3545-944X" + }, + { + "@id": "https://orcid.org/0000-0001-9842-9718" + }, + { + "@id": "https://orcid.org/0000-0002-9260-0753" + }, + { + "@id": "https://orcid.org/0000-0003-0454-7145" + }, + { + "@id": "https://orcid.org/0000-0003-4289-4922" + }, + { + "@id": "https://orcid.org/0000-0001-6565-5145" + }, + { + "@id": "https://orcid.org/0000-0003-1219-2137" + }, + { + "@id": "https://orcid.org/0000-0002-4806-5140" + }, + { + "@id": "https://orcid.org/0000-0002-7370-4805" + }, + { + "@id": "https://orcid.org/0000-0002-5491-6431" + }, + { + "@id": "https://orcid.org/0000-0002-2961-9670" + }, + { + "@id": "https://orcid.org/0000-0002-6190-122X" + }, + { + "@id": "https://orcid.org/0000-0002-2036-8350" + }, + { + "@id": "https://orcid.org/0000-0001-8420-5254" + }, + { + "@id": "https://orcid.org/0000-0002-3588-6257" + }, + { + "@id": "https://orcid.org/0000-0002-0309-604X" + }, + { + "@id": "https://orcid.org/0000-0002-5711-4872" + }, + { + "@id": "https://orcid.org/0000-0003-2130-0865" + }, + { + "@id": "https://orcid.org/0000-0003-3156-2105" + }, + { + "@id": "https://orcid.org/0000-0003-1130-2154" + }, + { + "@id": "https://orcid.org/0000-0002-0048-3300" + }, + { + "@id": "https://orcid.org/0000-0002-1756-2128" + }, + { + "@id": "https://orcid.org/0000-0002-7552-1009" + }, + { + "@id": "https://orcid.org/0000-0003-4929-1219" + }, + { + "@id": "https://orcid.org/0000-0003-1541-5631" + }, + { + "@id": "https://orcid.org/0000-0002-0337-8610" + }, + { + "@id": "https://orcid.org/0000-0001-6960-357X" + }, + { + "@id": "https://orcid.org/0000-0003-0183-6910" + }, + { + "@id": "https://orcid.org/0000-0003-0223-1059" + }, + { + "@id": "https://orcid.org/0000-0003-3986-0510" + }, + { + "@id": "https://orcid.org/0000-0001-6022-9825" + }, + { + "@id": "https://orcid.org/0000-0002-3468-0652" + }, + { + "@id": "https://orcid.org/0000-0003-1991-0533" + }, + { + "@id": "https://orcid.org/0000-0003-3910-0474" + }, + { + "@id": "https://orcid.org/0000-0003-3486-8193" + }, + { + "@id": "https://orcid.org/0000-0001-8172-8981" + }, + { + "@id": "https://orcid.org/0000-0001-8271-5429" + }, + { + "@id": "https://orcid.org/0000-0002-9648-6484" + }, + { + "@id": "https://orcid.org/0000-0002-5432-2748" + }, + { + "@id": "https://orcid.org/0000-0003-1743-8300" + }, + { + "@id": "https://orcid.org/0000-0003-0522-5674" + }, + { + "@id": "https://orcid.org/0000-0002-2142-1731" + }, + { + "@id": "https://orcid.org/0000-0002-9986-7223" + }, + { + "@id": "https://orcid.org/0000-0002-4929-7875" + }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/changelog.html" + "@id": "https://orcid.org/0000-0001-5383-6993" }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/implementation-notes.html" + "@id": "https://orcid.org/0000-0001-6387-5988" }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/jsonld.html" + "@id": "https://orcid.org/0000-0003-3883-4169" }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/relative-uris.html" + "@id": "https://orcid.org/0000-0002-5761-7533" + }, + { + "@id": "https://orcid.org/0000-0002-0792-8157" + }, + { + "@id": "https://orcid.org/0000-0001-8772-7904" + }, + { + "@id": "https://orcid.org/0000-0003-4196-3658" + }, + { + "@id": "https://orcid.org/0000-0002-2318-4477" + }, + { + "@id": "https://orcid.org/0000-0002-1248-3594" + }, + { + "@id": "https://orcid.org/0000-0003-1498-6205" + }, + { + "@id": "https://orcid.org/0000-0001-9888-7954" + }, + { + "@id": "https://orcid.org/0000-0001-9156-9478" + }, + { + "@id": "https://orcid.org/0000-0002-0003-2024" + }, + { + "@id": "https://orcid.org/0000-0002-4565-9760" + }, + { + "@id": "https://orcid.org/0000-0002-8940-4946" + }, + { + "@id": "https://orcid.org/0000-0002-2257-9127" + }, + { + "@id": "https://orcid.org/0000-0002-5526-7138" + }, + { + "@id": "https://orcid.org/0000-0003-0606-2512" + }, + { + "@id": "https://orcid.org/0000-0001-9228-2882" + }, + { + "@id": "https://orcid.org/0000-0003-0617-9219" + }, + { + "@id": "https://orcid.org/0000-0002-0679-4361" + }, + { + "@id": "https://orcid.org/0000-0001-8250-4074" + }, + { + "@id": "https://orcid.org/0000-0003-1361-7301" + }, + { + "@id": "https://orcid.org/0000-0003-3234-6762" } - ] + ], + "name": "RO-Crate Community", + "parentOrganization": { + "@id": "https://www.researchobject.org/" + }, + "sdDatePublished": "2022-01-19T10:54:41Z", + "url": "https://www.researchobject.org/ro-crate/community", + "@reverse": { + "maintainer": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + }, + { + "@id": "https://w3id.org/ro/crate/" + } + ], + "author": [ + { + "@id": "https://doi.org/10.3233/DS-210053" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/changelog.html", - "@type": "WebPage", - "name": "Changelog" + "@id": "#example-rainfall", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/examples/rainfall-1.2.0/" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/example" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/implementation-notes.html", - "@type": "WebPage", - "name": "Implementation notes" + "@id": "#specification", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/specification" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/jsonld.html", - "@type": "WebPage", - "name": "RO-Crate JSON-LD" + "@id": "#vocabulary-pcdm", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "http://pcdm.org/models" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://www.researchobject.org/ro-crate/1.2-DRAFT/appendix/relative-uris.html", - "@type": "WebPage", - "name": "Handling relative URI references" + "@id": "#vocabulary-prof", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "http://www.w3.org/ns/dx/prof" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "https://www.nationalarchives.gov.uk/PRONOM/fmt/18", - "@type": "WebPage", - "alternateName": "PDF 1.4", - "name": "Acrobat PDF 1.4 - Portable Document Format" + "@id": "#vocabulary-prof-roles", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "http://pcdm.org/models" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } }, { - "@id": "http://spdx.org/licenses/Apache-2.0", - "@type": "PropertyValue", - "propertyID": "http://spdx.org/rdf/terms#licenseId", - "name": "spdx", - "value": "Apache-2.0" + "@id": "#vocabulary-schema", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "http://schema.org/version/15.0/" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } + }, + { + "@id": "#vocabulary-rdfs", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } + }, + { + "@id": "#vocabulary-geosparql", + "@type": "ResourceDescriptor", + "hasArtifact": { + "@id": "http://www.opengis.net/ont/geosparql#" + }, + "hasRole": { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + }, + "@reverse": { + "hasResource": [ + { + "@id": "https://w3id.org/ro/crate/1.2-DRAFT" + } + ] + } } ] } @@ -1972,7 +3831,7 @@ - + @@ -2255,6 +4114,10 @@

Go to: RO-Crate specifica
  • Class (schema.org)
  • Property (schema.org)
  • + +
  • Geometry
  • + +
  • Geometry
  • identifier [?] @@ -2296,6 +4159,8 @@

    Go to: RO-Crate specifica
  • #vocabulary-rdfs
  • +
  • #vocabulary-geosparql
  • +
  • #specification
  • #example-rainfall
  • @@ -5530,6 +7395,87 @@

    Go to: Property (schema.org)

    + +


    +
    +

    Go to: Geometry

    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +


    +
    +

    Go to: Geometry

    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +



    @@ -5701,7 +7647,7 @@

    Go to: Schema.org vocabulary encoding [?] https://schema.org/version/15.0/schemaorg-current-http.jsonld - vann:preferredNamespaceUri [?] + vann:preferredNamespaceUri http://schema.org/ version [?] @@ -6147,6 +8093,36 @@

    #vocabulary-rdfs

    + +


    +
    +

    #vocabulary-geosparql

    + + + + +
    + + + + + + + + + + + + + + + + + + + +
    +



    diff --git a/docs/_includes/references.liquid b/docs/_includes/references.liquid index 4eaee3f8..e629b3bb 100644 --- a/docs/_includes/references.liquid +++ b/docs/_includes/references.liquid @@ -101,6 +101,7 @@ and is also rendered into the end of the PDF. [IANA link relations]: https://www.iana.org/assignments/link-relations/ [RFC8574]: https://www.iana.org/go/rfc8574 [citation styles]: https://citationstyles.org/ +[GeoSPARQL ontology]: https://opengeospatial.github.io/ogc-geosparql/geosparql11/ [Action]: http://schema.org/Action [ActionStatusType]: http://schema.org/ActionStatusType @@ -132,6 +133,8 @@ and is also rendered into the end of the PDF. [Thing]: http://schema.org/Thing [UpdateAction]: http://schema.org/UpdateAction [WebSite]: http://schema.org/WebSite +[Geometry]: https://opengeospatial.github.io/ogc-geosparql/geosparql11/#Geometry +[asWKT]: https://opengeospatial.github.io/ogc-geosparql/geosparql11/#asWKT [about]: http://schema.org/about [accountablePerson]: http://schema.org/accountablePerson diff --git a/docs/community.md b/docs/community.md index 7fce5038..c6fa7818 100644 --- a/docs/community.md +++ b/docs/community.md @@ -19,9 +19,11 @@ title: Community --> # RO-Crate Community + {: .no_toc } ## Table of contents + {: .no_toc .text-delta } 1. TOC @@ -103,8 +105,12 @@ The _RO-Crate_ team is: * Martin Weise * Vartika Bisht * Toshiyuki Nishiyama Hiraki +* Bram Ulrichts +* Michael Falk +* Eli Chadwick + -The RO-Crate Community is open for anyone to [join us](https://github.com/ResearchObject/ro-crate/issues/1)! +The RO-Crate Community is open for anyone to [join us](https://github.com/ResearchObject/ro-crate/issues/1)! ## Meetings @@ -114,7 +120,7 @@ See also [recent and upcoming events](outreach#upcoming-and-recent-events). ## Mailing list -The RO-Crate Community has a low-traffic public [RO-Crate mailing list](https://lists.elixir-europe.org/mailman/listinfo/ro-crate_elixir-europe.org), used for announcements and general enquiries. +The RO-Crate Community has a low-traffic public [RO-Crate mailing list](https://lists.elixir-europe.org/mailman/listinfo/ro-crate_elixir-europe.org), used for announcements and general enquiries. Note that most discussion about the [RO-Crate specifications](specification.md) typically happen in [GitHub issues](https://github.com/ResearchObject/ro-crate/issues) and [community meetings](https://s.apache.org/ro-crate-minutes). @@ -126,14 +132,12 @@ We have an informal Slack chat channel [#ro-crate on seek4science.slack.com](htt Contributors to the RO-Crate community are expected to comply with our [Code of Conduct](https://github.com/ResearchObject/ro-crate/blob/master/CODE_OF_CONDUCT.md) to ensure an open and inclusive environment. - ## Contributing To suggest changes, improvements or issues, use the GitHub repository - if you are new to GitHub or Open Source you may appreciate the [GitHub guides](https://guides.github.com/) like [Hello World](https://guides.github.com/activities/hello-world/), [MarkDown](https://guides.github.com/features/mastering-markdown/) and [How to contribute to open source](https://opensource.guide/how-to-contribute/) -You are welcome to [join us](https://github.com/ResearchObject/ro-crate/issues/1)! +You are welcome to [join us](https://github.com/ResearchObject/ro-crate/issues/1)! ## Open Source This specification and documentation is Open Source and licensed as [Apache License, version 2.0](https://github.com/ResearchObject/ro-crate/blob/master/LICENSE), see for details. - diff --git a/docs/outreach.md b/docs/outreach.md index f6b10c29..21b43814 100644 --- a/docs/outreach.md +++ b/docs/outreach.md @@ -21,11 +21,6 @@ title: Outreach and Publications # RO-Crate Outreach and Publications {: .no_toc } -{: .tip} -> **Upcoming tutorial**: _Improving FAIRability of your research outcomes with RO-Crates, SignPosting and Bioschemas_ -> At [Semantic Web Applications and Tools for Health Care and Life Sciences](https://www.swat4ls.org/workshops/leiden2024/) (SWAT4HCLS), 2024-02-26/--29, Leiden, The Netherlands. -> [[Register](https://www.swat4ls.org/workshops/leiden2024/registration/) (by 12 February 2024) - ## Table of contents {: .no_toc .text-delta } diff --git a/docs/tutorials.md b/docs/tutorials.md index 2d205365..f0eab918 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -19,13 +19,14 @@ title: Tutorials --> # RO-Crate tutorials + {: .no_toc } -* [Galaxy Smörgåsbord 2023](https://gallantries.github.io/video-library/events/smorgasbord3/): module [FAIR data and provenance with RO-Crate and Galaxy](https://gallantries.github.io/video-library/modules/ro-crate): - - [An overview of the RO-Crate concept and its implementations](https://gallantries.github.io/video-library/videos/ro-crates/intro/slides): [[video](https://www.youtube.com/watch?v=5GYdN5B1tc8)] (17 min), [[slides/transcripts](https://doi.org/10.5281/zenodo.7828632)] - - [RO-Crate - Introduction](https://training.galaxyproject.org/topics/fair/tutorials/ro-crate-intro/tutorial.html) - - [RO-Crate in Python](https://training.galaxyproject.org/topics/fair/tutorials/ro-crate-in-python/tutorial.html) - - [Workflow Run RO-Crate introduction](https://training.galaxyproject.org/topics/fair/tutorials/ro-crate-workflow-run-ro-crate/tutorial.html) - +* The Carpentries-style tutorial [Packaging Data with RO-Crate](https://www.researchobject.org/packaging_data_with_ro-crate/) guides you through constructing a simple RO-Crate. +* The [Galaxy Smörgåsbord 2023](https://gallantries.github.io/video-library/events/smorgasbord3/) module [FAIR data and provenance with RO-Crate and Galaxy](https://gallantries.github.io/video-library/modules/ro-crate) has further learning material: + * [An overview of the RO-Crate concept and its implementations](https://gallantries.github.io/video-library/videos/ro-crates/intro/slides): [[video](https://www.youtube.com/watch?v=5GYdN5B1tc8)] (17 min), [[slides/transcripts](https://doi.org/10.5281/zenodo.7828632)] + * [RO-Crate - Introduction](https://training.galaxyproject.org/topics/fair/tutorials/ro-crate-intro/tutorial.html): guides you through constructing a simple RO-Crate, similar to the Carpentries-style tutorial above + * [RO-Crate in Python](https://training.galaxyproject.org/topics/fair/tutorials/ro-crate-in-python/tutorial.html): introduces the [`rocrate`](https://github.com/ResearchObject/ro-crate-py) Python package which can be used to construct, edit, and read RO-Crates + * [Workflow Run RO-Crate introduction](https://training.galaxyproject.org/topics/fair/tutorials/ro-crate-workflow-run-ro-crate/tutorial.html): guides you through constructing an RO-Crate which captures an execution of a computational workflow. diff --git a/scripts/schema-context.py b/scripts/schema-context.py index 5b888881..9061da9b 100755 --- a/scripts/schema-context.py +++ b/scripts/schema-context.py @@ -154,6 +154,7 @@ def main(): ## from DC Terms, used in profiles and metadata file ("conformsTo", "http://purl.org/dc/terms/conformsTo"), ("Standard", "http://purl.org/dc/terms/Standard"), + ## ## The Profiles Vocabulary # https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/ @@ -167,6 +168,11 @@ def main(): ("Profile", "http://www.w3.org/ns/dx/prof/Profile"), ## END + ## GeoSparql terms + ("Geometry", "http://www.opengis.net/ont/geosparql#Geometry"), + ("asWKT", "http://www.opengis.net/ont/geosparql#asWKT"), + ## END + ## FIXME: Where is this used from? ("@label", "http://www.w3.org/2000/01/rdf-schema#label"), @@ -193,6 +199,7 @@ def main(): ("relation", "http://www.iana.org/assignments/relation/"), ("wf4ever", "http://purl.org/ro/wf4ever#"), ("vann", "http://purl.org/vocab/vann/"), + ("geosparql", "http://www.opengis.net/ont/geosparql#"), # Disabled, see https://github.com/ResearchObject/ro-crate/pull/73 # ("@base", None) ])