https://w3id.org/np/RApjgohetv0oyBrbz40kvV_c0vq28NE4rGmBjLTY2quxM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RApjgohetv0oyBrbz40kvV_c0vq28NE4rGmBjLTY2quxM> .
@prefix sub: <https://w3id.org/np/RApjgohetv0oyBrbz40kvV_c0vq28NE4rGmBjLTY2quxM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu9EX8hdiGdzY/b1aF/jumC+xgPNPo05t2BoJgh7+ZHyzt4AO31uN01MSSqQWDFtPeCMWlPpoz5Sefo7NtFJUPJn+POJ6kfY0SCFzQDu/EDQwxjgKgmCuIC1z1SNNnuAD81W2Dr7IwGslwi+6qiV/GofzNs7+GwUCik+SfiGfiH0vaYKFJdeGIGXJzBamf7/tQ3LMxdHjp4DgqCwAPdJMZoC8JxQImHrAQAwZ1u3akTBw4Kwtl+mSo3Pbr/mdNuraXMxuZrILZy5g70FqWCsLgI0xneh5O+0o3WUTaErD9BafOj5uQ0T9kdQu+ARehVfUMgHQHoyNmXr49yMbgT6CRwIDAQAB";
npx:hasSignature "kTQuGTzkjwcaXmt81rUBTESDIfRMDQdHXVMk+nziGmt0o9dAqkKeZGtwNSvFaoZ4NryN1mOuYCzkKinTBEQUgZ69R77fc2QTHpWX8zXYHo8V3rzbaHfHlK7gNC3OwL0/G400h4lIABGg62iWkLrmSrSwhxP8kout2UmyeAi8CmKJnUYDVNYKmTGsPS+U75yXIr+WmzFXbPfGYNuzquMtnPmnijP9xpz0YeJw+EjFvz4u1jsu7bbtu67pNa3BrW9VrVq1pe526paBcXISMB7StkLhwRoOEysqR6HWxk2F0uJ5J8um/oev+kTEKXNvfkvlyoLHhgPv4J5FTx0JxUGKCw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}