https://w3id.org/np/RAc2CbpwGNOLBOWyRsKrRue3kXqkpGbcHtLEekT0ErEmY
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAc2CbpwGNOLBOWyRsKrRue3kXqkpGbcHtLEekT0ErEmY> .
@prefix sub: <https://w3id.org/np/RAc2CbpwGNOLBOWyRsKrRue3kXqkpGbcHtLEekT0ErEmY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmyaketnozTATcTA7Dqth92aX3qsYQr23RhSvdYaBRikXDqrZxka0gDbpGo3R8e2+Xll9UYILrqXdv65/uybJNongVtQL8Qon+G1ES0dt5vHBalPBSSGkLCE4Kgl0JaN2czoT1b8dfYRIdqkH2s/XTSf1/KRl24uAjLQApdFdxtHaO0vkSfOFG8rt+itc50vpT4r6bls5kG0gwqFqiNVlsomSX8saacuFi416vyNUoAgFgC34avgJVF15wKMjIkoMLD7kunp0B4miyWlchsPXYZ3xSM6KVuCFP8YBZ0LNwltfgQOofoXUvlS6OHu4QUsCooaMVgkRBDnPV0aL4qL6WwIDAQAB";
npx:hasSignature "CTjHK4d+85DxxFDT/6YIZqA7zQzluhExkrvCb6brW/5h4NNWqamtQWd0MXIcdS5Wta10+SHFW6jYMXLdrmS2IEjmSvNOI2wZjEiesE1jqYOtm95XEdTY5PN1xOkL7BcE8hH9awi2Yf4NVIdJLf/sY1tyNPFHFf5/R4eJlWsKcI17vWFgi9Lptigl2JR/nhM6AZh+MeEx4XvuGHk1LsHY5hVRZWsH8bwVD2MIJEGs6+3PMvh6/6RR3W8Mag7ASsjLSAIVU5KK0KZCKta6V4LhanwyMAnzd80oFK6pztmZ2TFJjUBZmzPwHxin2z1XH5AnoRy15AY9VjnB6GGs9sGNyA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}