https://w3id.org/np/RA5LVIZ-5UF_k_dLRlB5NWHMgTP28i5GLyHJvcMQR4Dr8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA5LVIZ-5UF_k_dLRlB5NWHMgTP28i5GLyHJvcMQR4Dr8> .
@prefix sub: <https://w3id.org/np/RA5LVIZ-5UF_k_dLRlB5NWHMgTP28i5GLyHJvcMQR4Dr8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsZP80OzHQdtw6P/K44bJTPTX4D3QCnXKHEXvIxhr+yBD7RkO76P+Lplgt1U574Ch9lkhnWpMxbBS0GF+zKJIQW3PkhbLoDrtJI6A1VapjqqcuitvgomS8bPgh7KWNYG2oqdielNGL9t0N7gWxcDxNXiZwYUaDHMBrgh/Z9qb5/sfVaWdz6E+xT9tbXMiDXNhJUp+czxkeVJAhUGoMSadsGOdLWBIbdYgTniymdP5cOFWNhyh2BB8vrVgdXTWbzBlhyE64ILMwmvuVSKImhn/8bHYK/R1RLV3EJWVFjJnlan4t3UjJTKpN/5Hb/7ge8p5Y25ARnIKohO+iYBvYzyfYwIDAQAB";
npx:hasSignature "JGxXxuYEP5yk2h9QxsMqMiTCufj8+FFzSImWLGzh+SyK1C1QJKdFetutSOiSru+xV1/x2yUcIVP3nSSStnN/ouT8hWRAvRVDuUYO9OwUDEQK/mzzCpKfrmuY0GrBTPmE6caqB7sdGWoL/3xu7EYp2LuE9W7LVDFcVGsv/EcgbvirNN7LyuWQwISv+J+EMLUoGLGFgIy9LGDF/O+Zg+3nMkzXtia3PV9HJVcUc0K4N88pRG+D6jD4PvNb2w58GgjdJuc2jMoBUiIp+OLOJmbaPh/UFBsmOoRgDqKfV7QsjmPh0VKTA+fx0EPy9ey4ZIWfUyTBIaSA+Ca1nFoLCZKPZQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}