https://w3id.org/np/RAdIsHCd8sI5bIQBpl7rbF_KN5tSu3bu5oo6ek8F7mCOw
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAdIsHCd8sI5bIQBpl7rbF_KN5tSu3bu5oo6ek8F7mCOw> .
@prefix sub: <https://w3id.org/np/RAdIsHCd8sI5bIQBpl7rbF_KN5tSu3bu5oo6ek8F7mCOw/> .
@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-11T07:16:07.630Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm6jO6IhOQQ8W4DTogMOuwZaDoNeMaLH38bObgB3vB7lMin3oRBJng6fokSiPoqeLDhY0L2yJK53rysrgfhDhpXetaTZR6ywW5bti7Ci50OzM+Adh9nZQXB5T30IC2rgb/Cu48XDTV0naEhhHN3QSy97b+U61T6qpIuQhrcWOtC1ma4Crivj35vZ1X5IZ4+GYcrMoU1S5kLDTkq3GVFJOjG1SbVp67zzzr6Cxgrnr55+pS6MjX3nxHmF4z7tpvX/UW97e7sF/vOJGBNJJwKdsI9K/c9QKUsh21xE6EfoIGfQKvKqeAcPFLpqZPmW/6NssMo813Z8e6EPqisUjANOEhwIDAQAB";
npx:hasSignature "MRUQi+RA9RyRXWiqI2N1rg2R70uJ2EoY1AZ63gKeKiq93xHtegaLLlUast0I8cPXI8ZbnosAQ1qhjg63bO9UeZaLP7nfAkdBxlh4PuvrROTlG2TC/+iGSXO+Nzm2TqM4hB7gEHgA1Vdb0VaDRqLcByIBCEghQV/Ia+125QOAwCYc1+gZ6nrW+Hq6bAtjGxlnoPxsTcxcl5+AiUYK7OOcpSs95cf0wiVRteFq6ah+SIPQjtHufH77398583VqD+sdugHzS3biyqJKdmJKvru64EBMel9Mc4+NbigIcN76LfIitwveibethjFu2cdRnaIje3p2j6MV6WONb3BhhK9Iyw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}