Nanopublication

< Home

ID

http://purl.org/np/RAcYMfIt1ICpNTg0RCiR0QHfNoSUU-b-5Yw3w06HSL9VA

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAcYMfIt1ICpNTg0RCiR0QHfNoSUU-b-5Yw3w06HSL9VA> .
@prefix sub: <http://purl.org/np/RAcYMfIt1ICpNTg0RCiR0QHfNoSUU-b-5Yw3w06HSL9VA#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:RO_Crate a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema,
      fip:Semantic-model, fip: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 "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 "TgHW7Pz/73GLgv9haeMTgxhIaMX3jv4Uk5/X3Pvq11nRpZmhPZANHxfA19Vbx4XGcKAt6lFTVmQh1aLBjUHKBmST339ms7ZaxPiXtE+8m0wKJoqVH/4gE/Cqt632RwocDdHlBSuBDtdzPiqUAFtvTV6+wxlMu3p/RtSpSpfCQRk=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-04-29T20:33:52.350Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-7567-0311;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:RO_Crate;
    <https://w3id.org/linkflows/reviews/isUpdateOf> <http://purl.org/np/RAoL8yweXQtkI0nrPZEFwx2ft8DebueFFjWd7rjZr9qOM>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAOGu9Lh0BD4tbIRB9RG6RGRA_ObDh75NTbIqaWgxxs8M>, <http://purl.org/np/RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA73A2rqz2UboeQIbEkbWHihiV8P_7B2eu2mqDAJ3wpMk> .
}