@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix 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 .
}
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 ;
npx:introduces sub:RO_Crate;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
}