https://w3id.org/np/RAPWjyqdB9uedGZAx6vADEtC2yYUquegu0aAY_wA4pRYs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAPWjyqdB9uedGZAx6vADEtC2yYUquegu0aAY_wA4pRYs> .
@prefix sub: <https://w3id.org/np/RAPWjyqdB9uedGZAx6vADEtC2yYUquegu0aAY_wA4pRYs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwZs0TLdujepbIZzdSG1VwIMoVxPP6PG/mGsz7ZI5VQ31LiHVPOs9g+D0zrFYZsjMN+FhqePNGNqy2DxhQb5V7hZEX+KjRIDJY+E9KRUY6oXmo3C5BWpeEZQkvpqfe0uYA85r+xsTeOhqRTR3nfhwxhKCpxZycifQHAhJXqr3I5kWxaBTQAdUJZEr4LfOSsEXzYefERNJBfkPsGWAbQ9mWZE+rfZg5SzcGKBl0ClR1aE8HwMPXYpTKn+v1QLO6wehA8RBSBFFGpC1kLj/uaSjka4Huw7ajw608F9FQ3liQbv1VZHiOdaVRB2QywaPIQ3koCjo3piZ3D2ZATWQLIZC8QIDAQAB";
npx:hasSignature "gEeXK+sPyBC++2hfMVa4E5xZ+Oz7SEV1YJuUm4m25ypsG0H75/QEP8zGkFHnbUj3Q8Fbr1Q9wYK8JhpPIAbdHM9nPm31tKVNAEehEpgL1dy6himkQuMyJtqC/sqP5J+6yhAD5Opfw3IXMunRAbwWjqvtlenC3+mtjj7+DyOQD6K//2perMu6AzkdkWq7Zwq+SRI4fESZVVYem84EaMwJF+DMsk1alsm9OS9ELpqTU/IqDQuviRoj+HII1AV0YTkee0LcVv6ioDWUxShfG/dWcITUyJ5A5KWiuAwFuZ3ZlRXwE8K1H+I6/HMC/BV6zJyNfFjmLjr/t2xNAEp1oyewTw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}