https://w3id.org/np/RA-MIWjpJcF5u0Kk6NZ5PocoFpg1P82G4vc7moo6WiIs8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA-MIWjpJcF5u0Kk6NZ5PocoFpg1P82G4vc7moo6WiIs8> .
@prefix sub: <https://w3id.org/np/RA-MIWjpJcF5u0Kk6NZ5PocoFpg1P82G4vc7moo6WiIs8/> .
@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:21:12.549Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA255qui49r5PsEPEBKY1lB6aE+yAmN/9gc+0E3FVWRAVB3vA4LuNbczTacOXqJyOZ70Igo0kL9ul7cdITMxSA6FtnutSk4SD/j15aG4TXuGYzZZNcF/On1jEWUJt+oKk9pxLiW3DRMask9NP7klTIuHSvXZVdToM2uU83JF77jG7c7TGNOqXyNpAZPxbpP+tfzpoKBjrf0k7Zun/7Y/xtpeMZ0W4w+SAzmMNExruGXzwn9BTwhKh3W2s0VumFmyGgL8r1Y6R4cYo83IKOBUz6D599nW+frYAl9rGQmBarMP0e5PSeE4meVgv8EpBo03APff43iJyhzG9Y0fe5lrTOPwIDAQAB";
npx:hasSignature "Y9VbFTpjlbCmBMTS8Pd1xP7MZv36XgFSpPdfDBjN9GsVeBKnrEBulaNvxLHkr7T0r5h7Sld/bIN2Jad4UqAdGCoVPEdWm/tA+dfRggR0xBtlkUhs0ieBjz0ztCwgMMuOjrertMFVy4YIydqMF+8MRXePpgthph7dXpEl1J/SqFJAN7u9YditlcTfP2B+mezTFjVeNDyqi7acVoIN7zJhp4MPc+OewwvWGDxaDpjZt8+Df6f/lPTTiBNiS1HYroKRKem7lOrSSkYzP56yWM695yIqtV+ccpqThLTcwhoG9PSvqxFmy0ktGuVoSUUiCs4CBEL+iEmKG/x5C4z/iAwpLg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}