https://w3id.org/np/RAXmonW70kJ6qnsF4qpvvEiisFc1GVVfGatXPEWGoqhwA
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAXmonW70kJ6qnsF4qpvvEiisFc1GVVfGatXPEWGoqhwA> .
@prefix sub: <https://w3id.org/np/RAXmonW70kJ6qnsF4qpvvEiisFc1GVVfGatXPEWGoqhwA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtO0p7yDPoRWXUMZzBm4G21hcFYzCNwIK4+cFnOh7RT3MYHh96NftcFjxqZziPtEQnds5jmb+l/xXiRyzmNT33h+PuzSQWeYc+MW+McYTToxTobbE9taktKAztuNxQ2PoSngaUy9lxcZgwdakcsXNjdEVX/vfvXFvCQ88m8/pb5iBA1XVL5lcfztvbFUsksLvIY8tnVNtvFqdfvWI6la4GTSqdM4KmSxDSOfojocCTFtsywZdYj2xsXei6/MbvMmXGZCDUvMWkbM2YOucM69WmjaXrBye/FJYysdqHBmGPNcjOFiSwGc/pCOM2n/CZ5pwd0sOwTSnMc2g6b4IXD09JwIDAQAB";
npx:hasSignature "jN3VqvGkccZB3Nb9yrSAE/RvSgTEpJ6ALJxLTN1ikBX//+b9nIwFcebHId7eqvTcIVMn6BdTsviIQy5sMDtK5EU0OvmxRt0SG5D2XcEE4kIAZiCmM2QHOxziPn+K6DhTjohDesRk1JrajyB5wfC7lGqgnHqGxIr0RZaXE7qYz5zzl2Ng59yQKweiIlIBfjffc5aA3n7Z5DGu4/J3DsPJGBeI0v8z7TF0699mDH/NeTz19SRjZfgkU6/w9+fKbf0UEMNtgf25cmlRNsYeGljfGuX9kVhqITzXmDmuT+1OldaGycrv5f0s9dYNMTqxsZM3V6NlNXp8xiWIb3lTJavoXw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}