https://w3id.org/np/RAIENmS-acxXB3-c6CTAANgwiTyQpTBz30SeL-nuactcw
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAIENmS-acxXB3-c6CTAANgwiTyQpTBz30SeL-nuactcw> .
@prefix sub: <https://w3id.org/np/RAIENmS-acxXB3-c6CTAANgwiTyQpTBz30SeL-nuactcw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyEuAvWyb7FR0USIqtwv19BFn2fjKOi50kJnX/DHNNxBzy1drCqEjp07E3HIPd01/qenqQQyU3mzGvtIJ49u+Qmg5VxAyLdrr2gh8Z3dDWOv3pkAoxx3jE7dEbR4/LgqZ94YeXIMEbW6bHhHfdYUzsYrlro+3HZ7x6zg3+vZQdSa2EIJnF1dAvWtggbAskFeVGQmf9n3sb0ugeiAP3TBlLyUyzmQg7lZ4Zw1KEdegJfj0loGXdsn1OyGRrbT+ea96ez754y3au3U/GQ2Hcv7/tkg6qS02Xc4EOWqIyZHB2vmZaPbv8tW/HiHiyeUQQsq+eUFD54Q1TiBkSpvKOuLfMQIDAQAB";
npx:hasSignature "p39SsRLArK92V/y+a49pLRhCotu8SyAr2lkqp1lLYedoL9ssxaDrta3SIo/Du+5ciMPvIu3bIaxrWGVydnuCPYhZas1EBphwy5PGz9THBykHFEG379e4QH3xr5i9Kp3JM+/JuMxTwz+Lpsd+6Wjh2To2GET5CJYdYRr75JN6lEQbp+YqYk5kEFyoqpzzeg5ox4GH816JKNvKTJ/3RQQyJYKH5ZH7YOcqrXiuX/aWCmylG1sN3DItXSb4WPewcxAO/l1BXxYpuErafDfgdxBRAuJPRhEc5f2WLz2ToyudfHS+knhnnxB7kqG07i18rApS96CsxwnFsZV15K+2BCSxQg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}