@prefix this: <https://w3id.org/np/RAQy_EWHjCh-ARWWzc44pR1JeFiIxFQyNYNt-_IyflkQM> .
@prefix sub: <https://w3id.org/np/RAQy_EWHjCh-ARWWzc44pR1JeFiIxFQyNYNt-_IyflkQM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:RO-Crate <http://schema.org/url> <https://w3id.org/ro/crate> ;
    a <https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Specification> , <https://w3id.org/fair/fip/terms/Metadata-data-linking-schema> , <https://w3id.org/fair/fip/terms/Metadata-schema> , <https://w3id.org/fair/fip/terms/Provenance-model> , <https://w3id.org/fair/fip/terms/Semantic-model> , <https://w3id.org/fair/fip/terms/Structured-vocabulary> ;
    rdfs:comment "RO-Crate is a community effort to establish a lightweight approach to packaging research data with their metadata. It is based on schema.org annotations in JSON-LD, and aims to make best-practice in formal metadata description accessible and practical for use in a wider variety of situations, from an individual researcher working with a folder of data, to large data-intensive computational research environments." ;
    rdfs:label "RO-Crate | Research Object Crate" ;
    rdfs:seeAlso <https://w3id.org/ro/crate> ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <https://doi.org/10.25504/FAIRsharing.wUoZKE> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB" ;
    npx:hasSignature "VhGbZrC/oKlzteSozDCuTyvEdEHarpl2IF/07hU9mqBoiQkXCr3Ai0KxLC8geV0j/gq8/RWVMFqhEYuZRqlcor/Ab/ZHsSEcKjU74rqK8sU6c7haDP49EjYZwhTxEV7S6a0gp2rSzqvF/TCf5MD7d3w4O70zNq/He9/uuzUIVOM=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-2195-3997 .
  this: dct:created "2024-05-03T09:14:41.044Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/fair/connect/FAIR-Supporting-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource> ;
    npx:introduces sub:RO-Crate ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAL5PB8358N-ieKxmi-R8ndfZvheMWCp3nokpOqqybNdM> .
}