https://w3id.org/np/RAWybn4Ygq5_U0GB4fYtB6SQQO_NnFR01l3iNH1uTmLVs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAWybn4Ygq5_U0GB4fYtB6SQQO_NnFR01l3iNH1uTmLVs> .
@prefix sub: <https://w3id.org/np/RAWybn4Ygq5_U0GB4fYtB6SQQO_NnFR01l3iNH1uTmLVs/> .
@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-15T10:08:28.559Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo/IadJPISJWunREw0sft3IzN4dXvClzG7OjZpOTrKGalEd9JXZbDFs6oS4luah8KoRTLi1YvIP3gn5auo+3ZIyyJilGDH/2MRlY4uVYjR/IGMp1696fi3SDqs+V9mEQ9TpLam/I/BHdbDuhMKLqvT7eqzDcA3RsMV+Wus6lfRzTkol6JHb8EP0IHB9HYv1KAIdZyyDrbcTPq43oPKuuRFuGmZmKlutvM0uA3u5E62HcXFYhB5/P7ulDbuH1bm5CbJf3Ktus8iN2dtd+9HHnrK07V3JxDx66pOqJvrptFnYGdAFkl9TL671N64MdxVYbBFQ2P4rZ5SNpOCXxXw4iCAQIDAQAB";
npx:hasSignature "ThSlvTuB2qFhQWaxy9xUDCc+NB/VXP1m+Y0N/BAImMGfvpYQDKOCu0uCyVk2Mcv5kdlmPPZYdrfJ7BrQI9vBkFQdLMpNR1DKmR8MvPngrmkJnUAgKWSATlwPaOMKOkjEh/KLRWFC3HEKrEgif2sG16JpdXEzlbQvlu0JZH6kshuG5CLvvynNH9hzSKcP8AcajbtzkahvY6oWdCwHB0Qm2Nc0YE7g/j7MowACOwRn9NukjpcZzmhzeqHZTkIJhMWhET8IsnEknT+egZ3YjH3ZcuboxZgCTws0bUkmCGxwZ20o4UqmlCJaD6qYmJ9VavkxpD+phoxXPH68xZ8mbyfVjA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}