Nanopublication

< Home

ID

https://w3id.org/np/RAXeEOC_9wWrqXaDwpKV2sVmImvFwpzD1nML-ZHa8hz38

Formats

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

Content

@prefix this: <https://w3id.org/np/RAXeEOC_9wWrqXaDwpKV2sVmImvFwpzD1nML-ZHa8hz38> .
@prefix sub: <https://w3id.org/np/RAXeEOC_9wWrqXaDwpKV2sVmImvFwpzD1nML-ZHa8hz38/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0fSXhtmmg/L0BvJhr/klpbpccjO0G0nLJB1hGcwPKeIr9Ank/h7O8xON2DcxVk4xkK3CZnl1jzsxHm7V3PZ7sSAshLxP943CzBvMo9bPs8hef5GacQSFuAAtH9a8YXJ4D3u4yYS+EfAdEnebT+Ydi3wh6E4KlcNsTaY4Ae4OtIK82hFLoxf5dHMTaQsf6POInovmK5DbmuYNuBS4ro6z3s1GI8CUWyCPV73yKC5Lghza7W7b7yVOPxbr8zbb4wQLvy5981HjSoiU8Cfwm08GGvOSlw0P1hOeVAlR8yJDG9YOHW+3xact8E/zNpDPiDGHeJDsxyOpOR4WOX2hSPDUNwIDAQAB";
    npx:hasSignature "eRFz4jwYGU5+d54GhM3YhctdwdZofVLoT3J30MMQ90CjCK9SLKeuILMpECzfFlt+siAejp+WdaPlRRgUW5Rr+3r/Il9NxONmpejmEiSWTMhMnY975hBpovoa6lrrC9lGKKvOhq7slGq3gcdRdxe8ALltcI+8BMDC1NN1rGFBB/XJof7FSjTa2k1v4SdToNiI4MBC9Q4mRTDQ/hkGtcM/7McSAyvWSaTjBO/zXnoKbVUKY4ZcVTwTT6j+c0jaFa7XeZpJQDG7hsp2ocXK7744+vslr2f3od9+d0n4r6lYf93bazqRY/kqfUITQibbEohH21YPiZZnXtsPN77jgFkMMg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}