https://w3id.org/np/RA6403dkWEWL_mgLsbtVqI9MI502gx2zw1wLRM6hvOFH4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA6403dkWEWL_mgLsbtVqI9MI502gx2zw1wLRM6hvOFH4> .
@prefix sub: <https://w3id.org/np/RA6403dkWEWL_mgLsbtVqI9MI502gx2zw1wLRM6hvOFH4/> .
@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:created "2026-03-11T08:21:44.282Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzlVnlglzuOGx3au3ER/v08YM+JAZZK0hP8tyGZppt/H0Mho0BBLmcFZWrSnqxcLfCaCT4oV8MPDFpl1wGWiPIUFMQ4NQ2qDOQVHmsJpbq8dWDLXk5/evGyBex0iNh4S2V146A1h9dcaqs43PHq5eztrZCiFNVgMhhKHWOaIPOIICHKuh+9RoEEEldNVGRAj0GCvjU2HGGBibxjz3DH2RSIn6TgD0XKYUtwrjAvv1ufq2PgulhrSooCchi7GxYzchRZ/X3S/rf06u/0tPxtq/1m8zDfVSyGm/shIJoULRdHyi0S582ey0EyI7Ax3CWbJGxbdq8Ega2640pbo40uUOjQIDAQAB";
npx:hasSignature "cDcSSKLm8ldPcHPIn6nnpOuRiPsexGXmu30bc52gZj/Tu69Ifz9ctHEe0eTzjJZ+3F+OzNPriQkwM3ZDryDLBelwiG4fipGrTjBNGe4MfmhelsqaaZhC2QZJck7PnKHvYS0jOA3cI1x7VyHoimKavE7uAiSd41jZXIjQM+k9KxL6LDJCg9c65mCKXL5jjDMAHEmCw67TvxXGhhgqxhQNcmxEvliK0GYs221F4tWNnWR9k8xbfjIPuEaEfYpxK+dKRAioYImU8NzLibn6H+2tnwAXMwJ1Z4t+8atAaEtxwHPVKgt7g0+1wkiZcrqgZfW7V//Wv/y+6JSMsH7f0dpWlA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}