https://w3id.org/np/RAk8ALu21ARleVaAKFPn_GYHtYl1aXviKDMsDE0dfW_UU
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAk8ALu21ARleVaAKFPn_GYHtYl1aXviKDMsDE0dfW_UU> .
@prefix sub: <https://w3id.org/np/RAk8ALu21ARleVaAKFPn_GYHtYl1aXviKDMsDE0dfW_UU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAndQ5Fp/dOeMHiYdu99GiDOjjF2A0ZLKbzLzBlB22UoBWyL2Rc79O+9QLLbJr8o1M9b3D5m0r37iv4An5ZVq7HA2BFmHtSUWWXEQWPexeWw+Opvlp8hJ/xGgWmxFqLauaVXhhTgRgQecjeYXa+8V8GmIIGrSnPV1eSgVoWped6v4UG1/clk3mlsiChXskhMA25N/kp/GrPhe9ABMqWPmhDN1rlWtqFsQ5tfIHZZcNc4FU2TID197PmWEAzpGg2t/c1bx+BXtLX3DNRuGF6bWUX8qTeZ2QTnWAylyo2YMSIQ2QhupaWUS2t1tB+D7h+YHroyDkN++b6VwNpt93GnSy7wIDAQAB";
npx:hasSignature "h7rAEMdNT9WMYBVxEdlLHQH+KxgXDOJcfMd1ZqAtNYCi9DV140pMYPHkROVsEuKBe15YGSbNeUujBdPDcWK6EIucpPgdzbaaaMQ234PsokTV1AlgOdzLl6LIxtofnAftqkeRjsHxljDrtm2w8CYmBqWnHiGy8y9pqHkUwkbh+sl+BNdrTNqjC0b+5+tK9TW0HZVyQCGiouTufghlOf6bXqTeZzqXHbBI5AX324OuCu3cQP4bQNP3zyZuwHxO4L4Cnwb72sTG1f5/NZone/UZU2w9hPIpvNShGSzR4YkCA+0saDKhmdhpe2iGBLHXzOU7REN41Hdc31Uh3f0WJdEt3w==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}