https://w3id.org/np/RAgV0CKDiX2u1ClbVRut3NENFG949KANIOrnnDqMIQ3rs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAgV0CKDiX2u1ClbVRut3NENFG949KANIOrnnDqMIQ3rs> .
@prefix sub: <https://w3id.org/np/RAgV0CKDiX2u1ClbVRut3NENFG949KANIOrnnDqMIQ3rs/> .
@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:23:11.300Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk8KW/hR/I8QMgOK4v5za/mkKOZAdOyWCZplycaGa696qNjyptDB8d4tXGapKlioqnCR9ck08nozBFuxN0wHowYypRFqsuRLp9gc1drEnB8VR2yH5yOgufvJMwgOz4FCHGSWzX+Z/MCttO8hqI31ZRGdPmRfzt/rTpWhc6RpLlxb8YrIBlK5ivYVihKg4DaRvTE0vDvBahtDBkeiDdZ4vjiIuoNA7xc/VenA9GvGa5Gv2eafIq6Quy+ZcIdZqZFIYkIwlwyPtGVdFpuAH6YEP0/5Pnz1z4wXnoHm6AkeUL1dKcCbAasP6a7reVyT01FSXc5ZTpPu8ssoQ7EMTbAtt6QIDAQAB";
npx:hasSignature "J87L+S5GyUuMYEZlb2ArI8pKyDsm+PGG5fI8mbCAr3rf9kl+Tsh+EHZOOk+UF2/5ahGki3n4lXFdAmDEPmgTsXyAeypZyo/qIgFLabc5ZarpF4cOZkJMJyc14Sx0sVIZjWwHjLrEI9KOuHsqgyH16dXUjDLxGMjG9GukvjJ9qFWalRLXW5IlpH8wjoLPQzFY+05WrO7PnwhFaxuQRdYYYHiYi5AVP6kOYalQe9Jy/qrh1/tbx0P1cF4Z4j1s74CPBDoQ3SYfip1QWdI8AMIzTgGYantDu8Q71RrCXnOGXd5iuE5iFPBsB6/lvUMYOvjayhoQa9/b3p41fuy6AgtbRA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}