https://w3id.org/np/RAtUBNzhBhC_Ip4qC_GBnoZR0GLEfqKzutmu9e_12uJlE
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAtUBNzhBhC_Ip4qC_GBnoZR0GLEfqKzutmu9e_12uJlE> .
@prefix sub: <https://w3id.org/np/RAtUBNzhBhC_Ip4qC_GBnoZR0GLEfqKzutmu9e_12uJlE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnZBD/CmH0YOltFY/MOAXUELIoaII4JxFNHDtPAzlsk37gUwypE8HrtdrpiSFW+gAv9nLa0n6+KzldxiAAr9bAxf8RSmzR4M+WqDwbLGJ8XrXuTa9FZny86WJeZb2LMgGKDLRgvzB8mff6hHNa7Ik4D+bfp8hOclKZAzRNYHDXIMRRvIJaWjPUtTCbujj1Fd5Sn2HkSB7GoVJjpvfvHBCLzu+mXCIO5tqUlwh2e4tVG8sJvyDeV6HxSXKbBCoLZUUvq/rICnAKdFowkn4SFD6uKGo3Ug4VsEwVQejD5OoEnar4gIs36Nrb9bz7V18I1Tenbtg7/6VkUUwjj7QVSe47wIDAQAB";
npx:hasSignature "Iq5KamAKJqOPLSthuCNow74B3UGCAUxKtLmMLkPHs8uOF2LIAJttKtlE1HFMCPyAPYefy4bRsoFnNradlTHgGDOkC8sRf+QnVGZHiS9j5Cd/r+w/hhIVC+xNm+cguNBLkKc3XPus21EmPNhRRdXW4W68Ago0PBD2d1CuvQQFq+0NXFPUz/lKepyMdy2Aq7aaNqw5OviOD4VTE/+OrsGHaH5FyI3QgRjpnsDpQKlOp7gLereJw0yCNcBYc/lcxs+2VQxw4mS1CH2lmUF+y6u5WBFAo8rNJIl/XrQ97UDDLghQ9Zk8tE+ccJGEfj9PE4CnZ9TyxwJhA66RWaKxhbNipA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}