Nanopublication

< Home

ID

https://w3id.org/np/RAiqNpa5lr3_npiu09DJpgAioSOoe42onz373080QAX6I

Formats

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

Content

@prefix this: <https://w3id.org/np/RAiqNpa5lr3_npiu09DJpgAioSOoe42onz373080QAX6I> .
@prefix sub: <https://w3id.org/np/RAiqNpa5lr3_npiu09DJpgAioSOoe42onz373080QAX6I/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmrp4BovTNBAWZPdOy22GDgHLFTXcaOBfdhjeNUxBnBu9TgseQ/YJQsVx2QEWmdQV39I3ykKwCfiXGwyshBYBtMQY8u+l1q2F7Y/h4TnOLnQDOfi9yp0XTKQ2+GQ8OOuO8UOmRojYTQ5eR5ZrKGGIGZDhvNFlFn/dQrKYkhQX5DbEnO2gFO5fjpLXRsvKmddPEje0JEsrHveSbAA5bCv3eg6mZQkvjvZZ1x37wWND2IhSG3Dbb7zrOw53qSuSD3kUrck4T/G16296MPd4BLB3k4oXY3ar/nMfyDqUbcaDfU5dECVdjqW37StVV7G0d/wT1snr+39pyBhhRiIdWY9WjwIDAQAB";
    npx:hasSignature "W00DA9u264w+HS7LVTg5X9tViHqZsTw3XJstHIU8iGUeCy6AQpOtoic1HwFKty2z47rmDNLqU/tkLX8ancxszq5hHJ5ImB0bynHIp6W2F54pww/4SyN2SFhN9ShCmOtpXALAJHhqj1W1oOK1pUbRHXeVBBSL067f1+RBE5YDXAhAOJnuQ6KnYJ4X8kdOsHWoIpOtpWUEPjXUxfzXRNbC3ZxOBVY6705kDey8x7/6CyY65MuV4RkxhfD6iT+1FHXaqGNvvs1lLzVLdf+Jq/SmEDaJOE+Cf7LGVy6NEq1m+ZpfFACcpGfD7uo5FymkGCTldzSWhCmEa8tHYsmY1IfYEw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}