https://w3id.org/np/RA0eHbmNEfhR65TXa8uh8kSwRgE1REnXvo0WixlwZHJzI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA0eHbmNEfhR65TXa8uh8kSwRgE1REnXvo0WixlwZHJzI> .
@prefix sub: <https://w3id.org/np/RA0eHbmNEfhR65TXa8uh8kSwRgE1REnXvo0WixlwZHJzI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3zJt9rJYGvHsh17LA4GLTc+3tIWuiEMvBH91R3AsA46g8NP8EBqBUk2jlEPhA4cC/BVTW9mOT4A47DLMlYatIm+ZxBrnedzWz1I4UkWssDPl3FVTwV0LcuNZRHXjYLcccsONn4tMChzi7zMD7fMkxD9y/f0XhDMWd5sk7Qv3X0NUgQ1GxiPxUS+/KL9nXPSYmDl6zkjrto2//lHM0CoaRLWAIJ35kElY83QiIlViQe7OMKJEo2bd3tMHeKD2jc8AdTuqAuxuwtG4ThZjipP9A5yjpQIArDLhN/K668oXqh9xjbCmWDd4UIj5MfGHB3KTgv8yShVZuHZ01+34nMJj+QIDAQAB";
npx:hasSignature "UhrRl3jXBTeCrNgr9FkRFiEOBkYkGl1JF+LPqwVWkks7fzZ+muKuHiwaMTtIxFi7VdchxPq+AIbb3eO3bosyHH3PohX4DoRTlH61/fDodis0JnM4K1kxEjrDrrTJSGB8JtUPx3I0Pm+0xs+0FPrd1fce7RGiNebdJSU4RdGJ/qCiLglmK4zdgjiFdsqNrTHNY6B4mvDRgZ9+bnF/HBHQW+UC3B0O78IcVRISSNM7hE3HcOK0PNVkvWTiXVG/3GOUvWJlb5S8ZlNsKs34V2E/jfRmwUF+OH3+ycaBaREUTHlGp0a5UEBNJX2Sz1qdnkje2btzTxce4jdd16JPbUs+jA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}