https://w3id.org/np/RAHKDdyFlHzkcngXXWWsh8AX3FacGW42kGVCtGt42FEu4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAHKDdyFlHzkcngXXWWsh8AX3FacGW42kGVCtGt42FEu4> .
@prefix sub: <https://w3id.org/np/RAHKDdyFlHzkcngXXWWsh8AX3FacGW42kGVCtGt42FEu4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0l+N08rq19WZ4nJHk7Ai6qwpKubxNfNwum2Q7yC+NhJcMbOX/jYWrXRJw25jXuJVhluV2cSbmgyyeICgQdyk/IdE2Tq+XE2uJ5+Aa+b51TXRz8OYo6Jr3P1ghA3/nauFXhCAGZb2pjJ2dKrBYi3Wpzo6kDUTCuNp1Nt8ckP9qx6EQkNGJid57OZxyss3n7jwjgYoaGtATuYNfTyoNznCs1rINvoToyPkda/8HRl+YBAO/4Nz8XqSNX2iRQVTSR3h1Xlh/ukyg845RNFTt2MJ/WrvvlwWKjwgq62trh/z8WVcF8PcacPqIjTWRcVOQmppQ1UREiwG9r9ZxnlqahQLdQIDAQAB";
npx:hasSignature "n8z6ssUO0RO1CnzEx8hX4LQ18VhyTbds2Y5ucF/oBW9Qm4987TPKF7aqnyqNywt6SBb/DCP8yS0PHJzYzSjztQDYmmUF6B+ayq8aZ3CLX7bX1qotyYFBVvXFAHEGN94U+Ky8mOZ4etOgVWqTeoCuJW+awgpHAv+x247CyUrV7Yz/JlWrwwEXlafdSHntjsKW4DUEN1B1bKcMQpW8GXOogqAIswoQbKaXmkNgyDvKPhcGC5TFwqFBDyT7dilFdfgwUyF96XiOeTE0irfAiy9ucLSswYCpcYgvuvDdOIBwtIQWmupxCnliYjHix7H/NXxug9qMOsb7Vt+sYQL+Q46mrA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}