Nanopublication

< Home

ID

https://w3id.org/np/RA7D9t28lWxTgkN4s6947B7J7MjI8xtGQq8DnE8hBH-Zs

Formats

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

Content

@prefix this: <https://w3id.org/np/RA7D9t28lWxTgkN4s6947B7J7MjI8xtGQq8DnE8hBH-Zs> .
@prefix sub: <https://w3id.org/np/RA7D9t28lWxTgkN4s6947B7J7MjI8xtGQq8DnE8hBH-Zs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAul04CB7pEq4Y1q4Ls2bJTzghydJm1odiG2JJtmh+Mxe2EUMNmczhVHFtZYMRhACjcBoppdKfNJLk7lw1o8N8rdSFWCuTkOEXBBnHszOdIIO3rnf8gNCpAekYwPUhd5c6gRu/RuytfmrIyeIxtVJ5qlsfO0LJNYJDqrvG+uY3wYn7lQ4rqFbLu9C4LL27eBe5P0iNPemURQMLDzQ0QsLsi+ZkFLJVx6ZFJ3uf/uJnScIj0dR4kHo+IWV3YF5fjiQNqkOK9XT7nXunQXFZp7EziVijNlMSBMD43l7LziS8uGIVSRdSzokTRMXNLFOql9Ko7mtHvn4OOPXijPye3KYebwIDAQAB";
    npx:hasSignature "By1M2+PNQS/RKPOxc0MR0FGsFi6bFRYArJ9iYGHYFxjUg8n8d2rXDjwjgRf6mxon4cr9Dp4pVBD7ClQhjNtuOYgYmFdn3AbLk3rermQUyNVDzEpNaJ3OTRyMpEc95GuPql/xA+4HhR8LsjRDpz1z4KOL7ATnfMKxRRzncbwHI0q8yWud4ku1BYUkzpLMCRkBpuuVRuMNFxiOp4/86xhU7q5zZGVDGSiMe49j+KjKcmmzbTm7HBCIeDe8e0E0gWORFL72o/Wg/v4XiQdDaBHcySsM+V82T8rg3jpm0Wc+Kjk34sig8lCE9ZNnRifYEZcr743kTMOU8+q5agtKA7O8yg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}