Nanopublication

< Home

ID

https://w3id.org/np/RAPE5Y6dhB-jxfrpZdFlZ2qt7quqBmPXvHBJ80K5DUF-M

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPE5Y6dhB-jxfrpZdFlZ2qt7quqBmPXvHBJ80K5DUF-M> .
@prefix sub: <https://w3id.org/np/RAPE5Y6dhB-jxfrpZdFlZ2qt7quqBmPXvHBJ80K5DUF-M/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1R0TY6pmeU1v+8l+cwbqIre1E0I35ZllZ7Q06elB9vJjClRbEietfC5ps8U3rFhKW9DrU7hRYaa85v4pu5oXXoncmfVpjnyh95PtKXOY5eKx1LmC1DKIGg7iqCOiQsTc/iVJLDtOWiq1AddZN2dqHQrzRgDeyQxOZ2kC7RiCQH2FqKmgEVl96koSa+JzepJ4tYcDRDjjUFHgYM9wVGtu35kxtRE93E6jwT2L70Q55MEVrWz39aWP0ZSIMP+8MA2Jj6Vp1U/c+MTCghmbaRQuHeQKmnye5lrtlhrxraoNZaWpu7YTr21J1DifTTdUd7SZnoM/BBI7ybkM1dnM633W1wIDAQAB";
    npx:hasSignature "lmu2fPZrKxiMuLwijUDc8e88rYdCsjr0UOswzTpVjqCiMN7AxYFvmg6SnkXFHbPC5R5gI37gUI3DIJfidlGDBBdlIXla+slfWrJCzj3r7TOBWgHfkC9i2O2gY5IsiOfwzMYUFAjtlLd8+DszG5h5iZx6bhVjKXWf+cx4mHwN8X/YSDE7PeH0e/2lvJQ6if/CdJR/ufA7lxZqeGJmuWB4A+ormw2953Plnw2xgHc4xUBN4ivHsdKGMoWJ4KV4UrJJOhskLVNK1BzKxX2gXI1jRiEjysZEmPb9b3qvoHIZIPPyWBuykYJR/rOtmL0ENik7Zt8vHzMm43BRCwpL221J6w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}