Nanopublication

< Home

ID

https://w3id.org/np/RA5nP5Av4p5tKNA1eAJ1Nt6tYtfrNchV8y3aDGR00xPe8

Formats

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

Content

@prefix this: <https://w3id.org/np/RA5nP5Av4p5tKNA1eAJ1Nt6tYtfrNchV8y3aDGR00xPe8> .
@prefix sub: <https://w3id.org/np/RA5nP5Av4p5tKNA1eAJ1Nt6tYtfrNchV8y3aDGR00xPe8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA316VKbJ7pGy5ldleiPUVcss/sZNz6rhDMXz+VaN8jGmob4jxGdqzJdDHsvQG26x8IJGqmcLp3mrisDV6caknTgL8tVo33KeLIS5iZ9lFEXFkGedRo0TX42razgbh9vMlFbOTc1OxSPo68/Yw9er007iRBgAHxHqCCBT6qyx2wZ/QSasjjphIOLobfn8UbirfQ2S1943ct2lNP7RvQmxj7qwT0F6l8IT4YZOfwOQXv/F+Qbb909gnbJBD+HcQnRTpLD+bkP7L2sLjFPAsJhf19VHM0fSy8Op3bjMtJt9jfM+ZPzNPsWsMFVfs5kXUyanbYtwJ904VdCTKJhZkRhyi5wIDAQAB";
    npx:hasSignature "oObOb6DkAi4fGNzIwi6Exy0/P+9O+Q2PKAuDGvx+xzIQ4fndD/bBK7B0/9Z+l4Uvu6Swfl0MSL5w0Y5xxqYTq3L1OUH5ofMJJMx/K4Tw84hGLRFMrxbLWHXVsVEU5fPUbsrMMCmByc0saIL2fNM9jumiHuwnVPW+1P+e03Xla7Qu0q9/v8OaBJpawH2AtCDjhr/fp5udQTDIN0lv52Bw5oCM/fKLx69L3fPWp4JDr2uapVoz8R1QQwQRifA+nWDiohsM2TDOMVTrsGVh9HWpyjD5MI84nZQ/AQp4a8n3H3R0x/+zKPEz4wrCq9Q/rfnyqfQoxKCka5sO85zVRKlwSg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}