@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:PROV a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Provenance-model;
rdfs:comment "The PROV standard defines a data model, serializations, and definitions to support the interchange of provenance information on the Web";
rdfs:label "PROV" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8050-0299 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCK0bP9YbOpX9gkjJ2pgsWHTSa7bNQUGoh1LmmALJZyElQjEswZH0UgweLiB0qO74y9XGnbjFUDJiQGeVML6XugTWR29ujRUk9vOU0YKe2ZXTjSm87bMD4S7w2kTIKg1EFu27TKmJwR1l4RoGJpB0YMzR/zris//sbDhpKYPUaA0QIDAQAB";
npx:hasSignature "frccyDsooejIKsP/WDaVUDdnfGngqvXR+N75aUh/XpDMywQc+MNKLU1wQyBkN8hdLf05oSF9nQuiWqxXE2QWemXT35mho8IixbHfsaZFo8LFBREIK17NNdygDPQNx0yff2MvATOwUQdNK+1krOJ1XleI+m1tOB6yZdhCjuxOHvQ=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-10-05T11:32:51.740+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8050-0299;
npx:introduces sub:PROV;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}