Nanopublication

< Home

ID

https://w3id.org/np/RAWBmuUv7QlpkgKTE5BXcV3QvBTYBzn7Y-kI-9m3GjXsE

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAWBmuUv7QlpkgKTE5BXcV3QvBTYBzn7Y-kI-9m3GjXsE> .
@prefix sub: <https://w3id.org/np/RAWBmuUv7QlpkgKTE5BXcV3QvBTYBzn7Y-kI-9m3GjXsE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopurH6GUtsWtFzW9BFpjIwGzVbjG+ecIdS1mwnVdU1mBJxNVBJfiTyUeB0NOP+Chn5nX4thHHUZrcFB55o2ohkMdhWi6OyQFpBcfCDkrE1sVKMDYgcdV4XTz3YAbequ6BZbg+7zhUxrDwCY8NWsD5VhPGWs9oMkqSveT7xVb8XH7GVtQPFMcrgfxfK0NdwBrDOgYwsHIhzmGHLeuml+D7bDQ4VG8qAn9fqlawrZg+OtBiwcu7f8GrrjWb5Omga2N6NC8vjw2fpGevR5tB5Gd9Kv1rDHEKX7riw6bryCCLBEuRm4hwmknsUU/9DZ0f3gWiWIxkl1UTFbxgeFrSTzBEQIDAQAB";
    npx:hasSignature "jHtbNRAK1ynGoGbpGIvSwKIP3zw4LQkdJt2VPHd0KEaqWjUP2OMfnRhrGET/bSCtN2ngfkQNyIglNNW50ofvqQU1Nw6ny/6IR2hpR0e3Z7ZC/O29ZenV0ZauW6tQ74uC9LRewYsvTvNFg4wAyWjEnVfO73jfdj2nL7xy4dn+oXxj+qo2HTg8R5ouBdk9hBfB2MaBwC9WNo8MvdDwLCveBXhO24B1ZPBXRweq1WfTYBzYMUYYfyTpjWzIQlkfmGNhO+Ruar0l3gGvG9rkz/op1xk72/e4wIljfkI8JlI1HfRCm3DHvYl0HGKbHYJoBn6+l9Q38d/X831ENdRoPiVVaQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}