@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAoL8yweXQtkI0nrPZEFwx2ft8DebueFFjWd7rjZr9qOM> .
@prefix sub: <http://purl.org/np/RAoL8yweXQtkI0nrPZEFwx2ft8DebueFFjWd7rjZr9qOM#> .
@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 prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:RO-Crate a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    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 "Research Object Crate" ;
    rdfs:seeAlso <https://w3id.org/ro/crate> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7567-0311 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbhStqE38OJwT+ximq6JDoJdM4jm9VVlgaV8MC+3ZDKoLhRDA1owq/GRy65gWGff5Yxylfd17vx2L/wiNUb8ZjeRYz5fJMWgI95YjJNu2p9KIwQIyS2nNoyUrsac2yaCPHgAK28yKM2C5lhdUsPfxVc6HQRWAOQ72cz9Q0lKo2iwIDAQAB" ;
    npx:hasSignature "djOi2pknmSKGN0N9hiIy+akYOjWcN33BvOw133ZcAPUEd+nBreJ6Cr9xIQlWm4dDbGadHLeMhuQbjys2wUncwVhSY1MZWpleMpCX6LwH4y8M3qhhNhvpLYK4VXlnhpxCdhl4XDyhIWA39SQq4y6MRgwAaNIMSnBOLw4ys+xLUUM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-29T19:45:35.754Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-7567-0311 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:RO-Crate ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA73A2rqz2UboeQIbEkbWHihiV8P_7B2eu2mqDAJ3wpMk> .
}