Nanopublication

< Home

ID

https://w3id.org/np/RAX3Lc43TMwcwYDm1bOqwTbPsIiJPiVA9Sv9jlbPyey6E

Formats

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

Content

@prefix this: <https://w3id.org/np/RAX3Lc43TMwcwYDm1bOqwTbPsIiJPiVA9Sv9jlbPyey6E> .
@prefix sub: <https://w3id.org/np/RAX3Lc43TMwcwYDm1bOqwTbPsIiJPiVA9Sv9jlbPyey6E/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgY2rxRC7Y2HyZVRwXBx/FTD8Pv8EHC4lZFjsh9wL6GMJzgwH4mY9fj+W6cOxA1oSydj9bRl70VMalTXSgjK5RBhPpiVY4LaF95A0reSMa4pkxUp1L5KVH09ZTiMevY+SaLfy86dexWVI8COXO+fpZhD3dB89dWtlnlWNA6hIaNjTeI9WQels/PSNIdX8Wm4L4ra3JB6FeuMrP21M28qyO2bQUHU+amQqhp7e1TmBPLlL4tNNW2FgavI6xP3i/OIuLbYAQX8mh7/QPZpFV2s8On5eWD5UdM8C52JlhPmx0bHuyOvZ1ydfIAww56BK9221nibtPDCFy9MfayvaUbVrYQIDAQAB";
    npx:hasSignature "dlk344zweImdUuNskQNUi/rMXQnCEwf6Sewcg4UyulnZoeQ8upZ1bRcvhTZxclmDanGg2ec1dCzrigg5auBh7Z19Px8swaf+YKYwUxDBts+s0k1Ye1X3ModsnfYkgf2JxZxvZf3QIgQ3bR9ePIuuJe/m/Dm7pt59S1yrVTtU+MYsztY3cLELxktHduTj7dCR9RvNgk6LoVODEBcQ281uoY+mptPKFHxL3BCPiaKW3Fbwfph51ZO7ifWat+SEj+Q67DliOY5wrBnUYD6Pho7N6ZJjoGzGrWx3BDAO0MkV0I6I9QOjMSglvuObJ53Jylns1DxHEnmFbSLuwKb2uE+7qA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}