Nanopublication

< Home

ID

https://w3id.org/np/RAnAoAuheYPyK3VtYFb3oDKY_sNz09IT_vLBa2Pk_0BWo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAnAoAuheYPyK3VtYFb3oDKY_sNz09IT_vLBa2Pk_0BWo> .
@prefix sub: <https://w3id.org/np/RAnAoAuheYPyK3VtYFb3oDKY_sNz09IT_vLBa2Pk_0BWo/> .
@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:created "2026-03-15T09:29:24.348Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn5GF6FxWvskvpolgLULggSRkPBG73hHoE/gjV1SXP/H2K4MoxyH1n8yU4SlP+R3OSjkJoQnXKCxu/FJy8qpfJRpntPc5Vxu96Nv1/c+JjgHKq9v2p1+Bf1oAKyIQ2LqfFRN5s/uPUzRuZpCrE7N/oTyTnI7/z5eeIgj9vsJPhx/Xq6QwIKVPlebcd3cqoupbertBZuOSNUjdbsIu0hIftfisFotXWpztBx6iMy9Msda1g1oWF6+o1sCEAu5k00yfYkPQyWt1q6QrDslUGrBoVeTAEzeWUp+B0zgx6K6JASKKjZTuiMQ8r1doZ4P50jMiMIfm8x4sHjR3mp2NxI8IIQIDAQAB";
    npx:hasSignature "l3voal3BFcr4rm97MCP202hC8tg4g5y0T6pSEf3qXeaoeojHuEGI2Qp9JBzJDyhqgxkrvkuj+qoMCOSxGhNlfdXM1UtDW+iHlhiq/OMfYdoZIYCgXD3dD3ePecUHLc0ZvntTpHjx3o3nj6YeMvSexO4W7DEZa+JfbLkdAvqDfjjG+xhmBsDqdMFHq23PcZ2qswYAuVZPqjdVwm4suwbzfpDRHbSR8WQxfWbB1JkY1D4U7QhwHkk+vCFiIZFeKDrk/iMLb24tFB2NzuYJHPUhn1eS5MHr6ebLi7yvE7B2jgmZ/nBNJaDrU7q7bvcjfZNo2V/wEs9tGKiUisoZOn0FTQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}