https://w3id.org/np/RA_2ldioEBco-qvqN5VE36DFb9EyMTJLgb8PplZo3zNU8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA_2ldioEBco-qvqN5VE36DFb9EyMTJLgb8PplZo3zNU8> .
@prefix sub: <https://w3id.org/np/RA_2ldioEBco-qvqN5VE36DFb9EyMTJLgb8PplZo3zNU8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArFkfGJz8A+SwXet+/ICOPfS8GKP7+XMPicsr7LNrzFA5+TeAYVv7UfuWPebx5Q5Ac9YzOccHFBvxoSi0silgLQXpBYdRiZ0wZBeATZfk1alazTPj46Wjmivh2qUYOMDh/FUwxAEn1uyM/bE0ekpGybQX7OnTf2a+UEO04x+X6qyxw99GY8EFenZzmDccmsV7vcrOq0vGVcUQY1orRaZ2T/xAllsHJxFs5vBKlYggFYzAy1K3gLdTo5mYUM0oLWMnY/328gUgxHNEWfPSoNdm+cFmNcltAtpTrvA1grXqJQPfZaDbVMzz8jxkTcwPbHlXEzx9dh9lxD3Fsqgaef0pdQIDAQAB";
npx:hasSignature "e/dI3b7yACFpfI/k3A3JPXaHZvt7AAxQroJX3NmMCuKPraDLZz61ZNZhwUPABStSoX9+e/WBqkb0fZ/mDLutKCsPZmN+vDE2onHk6d8fPDHga+ogjWgiXZKvFPU6DPeKx+ZQ5u7EuCUGGLE0upjmPsAD6aZndi+KSiAFictvEtnybcrVIPp4x6VNCFKhNdspLTHlBOtxd1pOzlg5OGatNsPF56K3JVF2m11A60PDgGmeCzyxPoOeisHZ7UNQNZR/CHFph0Z6aza0KqyUDcQcLh7/iqednOyAAlZeKmxiha8NjuJB7sxtrtVJj5S8787BwBnBXlaARNl6H7J2xaqxYQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}