Nanopublication

< Home

ID

https://w3id.org/np/RAZaTIySYI3x6_-JzO19A7qfrqRgIF-lyFmGQ5irPvQsc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZaTIySYI3x6_-JzO19A7qfrqRgIF-lyFmGQ5irPvQsc> .
@prefix sub: <https://w3id.org/np/RAZaTIySYI3x6_-JzO19A7qfrqRgIF-lyFmGQ5irPvQsc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqIOi65w/F0MsjSldHFt3Y/tDDARNLf0g6ahtUIbCmCzpZQ1oBsU11pJFrBsJsP4d9HBlusiuLc6PCOpSt0sl9C1ZuDudhTPIUKCv4hocrE95PihZ9X7m8SY/WCqLuNl0Vm1a/edzZqwFv6msvwxVm2soKf1hNLXM4O72vyHNHdTugkNo4fqbqiTop+u38AGd8WUCRXXiRjcul+UHgO/eF9gyy5dwpqqPa9d4uHcvnIVarXs5wB8jes/hVgnbA7OEVO1A4Uu353tFjHWjTiiI3IrLnwB3A2CL0fFWq38y47BL1w1AAdKGA9YhIXsoV8uPNv+QiS6jwau7DHSj3TJsQwIDAQAB";
    npx:hasSignature "Xhupw5DxpQDKX1KI0Wnsep2yepy34LpGIFX7j/FP3kKUOUNrHr3cYXy8Goke/irG2/U16iiuqENwo5voUSRqyFvOk5auikrNHeTcv/RZR0RRHEIoe39HeZlESZViRDgDLpJskYei9MfNikLQmm3RwSBdchvhmUCEBXMHylNVsV8ZVNoRiZ5T13Rp0Safamkv9DVm5TxcjiR4oSK7FUn9qRSkDV5pTOZHEpeq/s/SBxojnQw3/31gKxyIFPnhulFJL+H0/QPNx752sT7VQM31vXGK/4+fhS1oOaCm+4UetC6LYL/tMIiHbM9cc8rqD15PAl2jsoHLJzy/hl8jvmuDYA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}