https://w3id.org/np/RA9kYrhst311flQX65vcnCCuKuAIxoICwsvW29K2jKNSg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA9kYrhst311flQX65vcnCCuKuAIxoICwsvW29K2jKNSg> .
@prefix sub: <https://w3id.org/np/RA9kYrhst311flQX65vcnCCuKuAIxoICwsvW29K2jKNSg/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnWkwsKopnsKzCDvyukLa9JS4jp62TUuVtpXRdD/ObKv5m2GNFJHjX7VCNorlRQVA5AM5qepw2ZwtHDauT6rmRv+4dJrhEe0HUwybEkGLmUZ2orYYwE0habypRoXgxtHgMmlOuh3lukYXrCI0RoDL5wL+yufZoN46SV4J6Kq/YCWSb/cPv2QYLbOz2J+hEf7Tkm+xL4yNw50sHaiTLbIbNDFe3Xbw3cLJSVaRXUIT2xxEFluZg5uAhqam8W0sumCqCzVq4DPo45reOW5C7cUi2L52VTXQ//Qk/nxRDGo2QHFuBk88PIfC+EMZ3ySm4GA1S9nNPdM5cC3oH677ouKLKQIDAQAB";
npx:hasSignature "Wtnlu9c5/SrkQcarpefo1kDpXn9I/NKZK4k7CB3O41h+19SYcIW9NDDL5iYj9a1tRacraHZuyDDOlLjqQqK7sq7mga4IidnidZ+wEMsVx5H6Q/UF9D4o0yQrb1e+LCCcFS6L8H2a/fTGf6UxQpM4xl9bEYRuT3r0OPjOYU//zDEFITOGaMczUgbuvkPwrNOR3/lpSLuOgmI+67mJ9HUj3osl5AWbobyYThXZQAnvPjoRl/BhxXJOOIGJLabRJBEpX+e5yllsNAoawzpb1Sz+TiPnbPwWPp5XGAWbYK0AX/A9Yrd+hff7E7mge4LlRnEisyrBH90olv8WO32wwOv1hw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}