https://w3id.org/np/RApyNfNR_02umIMUbDcSR1IIsbbc9A6rJjSobkdUVcA4Q
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RApyNfNR_02umIMUbDcSR1IIsbbc9A6rJjSobkdUVcA4Q> .
@prefix sub: <https://w3id.org/np/RApyNfNR_02umIMUbDcSR1IIsbbc9A6rJjSobkdUVcA4Q/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<http://example.org/s> <http://example.org/p> <http://example.org/o> .
}
sub:provenance {
sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}
sub:pubinfo {
this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3y2NDVgNjLeXnyaPDf1MkoBYcjQMW6cVbFhkhFUUjPROjdjNk66uHwHgPLUMGU+zCl+DWMl8CGyahP/jNbVyyFG8CYrFwv+5q2oOwcpjaKYJrUOAPCqCJove0HgkbXAxwbSu3r2IzYvvLjB86o/UbnH7zIEd8WbJyC1R1taNZ+Je6ZY3FkQ+WrHub1iH2Fsc9weC2+LfhgBn5wCS3CNnShpg47r9v3yHyEq8LVTrt+SWodHmEMm5vo6ac49T/tNcbueqOJOJeAk2yXKMpVnKY+M2PlDhPuVDQAs5E4V38RN8DPaEpHlIk027ziy/ROz4CxSUcjCNCn1uqvrxjy7oJQIDAQAB";
npx:hasSignature "cgbtYRo6vsq8jYgfJrzE0UojKUeZNHEYSxLX/E53bqWMjw2Yd+F889Vq4VZxCC/RvwNDVE+IjCfXAzeUSFuLIaWijej+B2iem4kAGZ++M5/IWkp08Q5w2utEHLTlTmuy8qvZZQuV1ihPTK/4la0pQ+VYEqp2FlWrZYe3BQfHbUl66JsXy3bJsDDFce7BRunWwe9X/8VygJszL66CXKYPuVLonO34jGFY77hhumTsW/reiGvWcYENUvKQkZATQ/CICgNnFb4+EAkuAAjWT0yKWgCrtOghZrGA4HrrID4qiKyTdWJ+OUc+J21FBWVeRiOM7agve0l/H8y26JFutqQ0Qg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}