https://w3id.org/np/RAXzkPPAKJKhtZ6GLGnCMCp25EQcQ7FddXuWQGxemgN7k
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAXzkPPAKJKhtZ6GLGnCMCp25EQcQ7FddXuWQGxemgN7k> .
@prefix sub: <https://w3id.org/np/RAXzkPPAKJKhtZ6GLGnCMCp25EQcQ7FddXuWQGxemgN7k/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtVTWz0q3yZxBM9IsaloFRfZEswb4aWtDuaUXwn+BvOY1Jj2On8xaneU77NQwiS7xEJwXlqC81FbGLZ1htH864tJ2LKvhk97bdoxHBlty2XzMfDMyL6LHKm+FY5sGkFnX1kNCDhU0m7YMqlHmp2+nQKmi2pYWKciCWsoX6XazxHmGvROrBF8QCYIaI5YPXMUl6PdE0mY6PSdRAzBu2gMmllFDdE2rKJRCu+PLu4MiQm0HVC+LF94hPpBHIdRhypqXIeveXiRSu8D7UyGlK2GOLL0Z1VfAn+Wcel/fJZKL25x/YnNoYgoMtwXt7dzsyiGoR4HUW9DlfPe1dYSlqThrfwIDAQAB";
npx:hasSignature "mqhseH+NVsdnDflHNU2hjYuuc+v1rKwXXw1UfqwRih3Oj5IQ1Jxrr2kM+zsY7Sc7dWjoWtiNLADA4SWKnTUpIrAH8Nwnae2K9xwbqc2oSW1Nn6QqHvBj8ckJnxZazs7arQP/01sA6PI+h305zX2S8NXd69RZ+fknb6Z4O2UKAyTV6wQhTg6/UNPQWwGjp1jGBzOmC/29hyZbnsI3WFY7ajOE2KBna896WcnUbjWnnd7eOnxe//hI+TWAVyYNUJgnOWi5QNTqmLLsHfJxXPySE8drbGcOe5PFZH5VQslMFeHLGnJGLRLUXg+TbVvPI73n82ex/KWmbPKKsRAyq00YrQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}