https://w3id.org/np/RAHtM-3NAOz_4RWRT1TgjgjaDY5eTButbmbmBu3sJlL90
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAHtM-3NAOz_4RWRT1TgjgjaDY5eTButbmbmBu3sJlL90> .
@prefix sub: <https://w3id.org/np/RAHtM-3NAOz_4RWRT1TgjgjaDY5eTButbmbmBu3sJlL90/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopjbldxyo7qF3Z2UDqqIasjSY0JG2DCHKT+FwbBjl/BKYCbyDKu8LelA2Rv42GQFDZClZFXYCDp/aqxbMvvyjX6yla1Qk1Qp7POtVhoHaRvUohr0OCd5dx6S2lCwXz5Yj+KHQr7QGrBs1cgRlUOrT31iyhRwvpfYFzvjXbiwgXUnlaTSGcPiAcGWW4EFsTClrh2JAfi2DTLCkGZ7J2feHCj3vs2t/5OpDqe5TkvNMeoEiqCVWZRAh/4vT5SsKq8Rt4MPOxb4ha/m3KeJtqtfPAzQVhOmirAE4mC4atGRArVJuj6zsOSAmqBvAu2kzB5lVOO6FnSdMi3VMUTvIvLfPQIDAQAB";
npx:hasSignature "n1s6PX4mp/W/qy/eg9bIoehozvcDur82ItR7JDMpw444F5hiLY699o4J0FBc2sZI+qzlL23Mt5Hpp/MQahimi/HsA5gEsTAItEFqOuQX8IySHx8j+1N0WRwE8LR4DI9ewTEidZ8mNpzXeLMyCbc4MnYmODeo4oXGqzPv62hDVs/OBXnNZsRBJacwVyqBK341Psa5TvWiH57jsSI8KatLNBiFNfeC4iVmDgfHVcYsEqEPlDI6s6FVahwolgCQP2RTUlQZ11j+XrnyHpE24NakgA5mR6rCvtFWdLkZY1juPKfYryWQhjHpZXbZNi+1f9UuJG09s1imcFNTx5X6Y72OOA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}