Nanopublication

< Home

ID

https://w3id.org/np/RAYstvC1KMHT3NMrFcfE-bdEOhnevzKheLTLAk62lBzEo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAYstvC1KMHT3NMrFcfE-bdEOhnevzKheLTLAk62lBzEo> .
@prefix sub: <https://w3id.org/np/RAYstvC1KMHT3NMrFcfE-bdEOhnevzKheLTLAk62lBzEo/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiw6SbyhUwcSl7s0rnNVxhLv4Ng8Y18m2l5jwB2YzzbxX5jGmSNtUGLifagRlArigRnmm00OwF3Nb954BvnYCrYnQPMepa7ARYFWP+KBnQNVE89+6aaorHs24qEHhw+1QMHI58ytCa34QIfztOkoWXUpz+Hav4Uwlj24PxJP2bJUrTbGSOk7EFSxd5ana/xMNGR81oel1qVWklBCTr1ae2spoo/wenXIk+XbaykBe9oEDEUNOqvZdMHN8u6twB16wEH5s2FuSq9lBh+FykjT/rRCrRrc+W6rsnlY8KkkrOi2Zq/YrrEqWcIqwDioUAxKKx0bu8OjcDLJplVJY3wMsiQIDAQAB";
    npx:hasSignature "d3ArwhS6k0sqBlwXbCpQ1rn+SygMW3oXfGv63zmSwnwgM4DQAtwqav988djP0ARM9l5cKu9/TjhuVtHzODR6sIa6LvM1sBLPISe+5btiCRzLmkamm8rHDBn7ts34PfwhvoF/yhiTeSqVsdqpBmok13FAM43nIFdpixU9xWCubP3kt8z47wrzIGk/Nlovsx4lo+HM0g14XS+t9FPmUn6IO31uCKLxyCARLD8o2C0jSyOWiwiD6WFIXrSIxd2bBTAh53yMphcmX/9CDXdRRWnzsiUaIFViihtV2Mce5h1+dthM6IhvZNfuGvNAZGVPlhoxAZgzbOUyPodzKvRovvsXGg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}