https://w3id.org/np/RA124dFAS-ugTv2PtOd3K074n3jChdThOuvnR8hno4hug
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA124dFAS-ugTv2PtOd3K074n3jChdThOuvnR8hno4hug> .
@prefix sub: <https://w3id.org/np/RA124dFAS-ugTv2PtOd3K074n3jChdThOuvnR8hno4hug/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAotb+ZYt6eyfb7CA6Ma0n01DZExe1oUQciVPXyH0zkD/tJr/zyyYfHjYQlSru+QHbaoQ5iSTO2u+dQXkArjPvobydLjRaSJbyoggFpv6DZGef8WontH/mjPGgrFVciYLQuu3ssIRLcybtTUslje0AaXGjz/DWoO05QW7m8yI9yIkJSkTYE6TwAmJ9IAsbFf/mYHoJssxeeup/2DfMOMZq6NHioSJGMCtlZNz4zY+8JKFV3AAr8fix3o7s9MuvO6c7Jl9OvEeedk1Hid1NfHeBueI3j+2TmKz/3HrMqKj7Malybqp8SmTnpUzR+KByhB09Qu8suRW1pLAk+Sb0U5r0vQIDAQAB";
npx:hasSignature "WG8z2RddU8g4yKZ67hOkSyqVezSVmlgsRGR5oLvbByQ/skRfKhyPyFhvGBARbaIibhD5ohH5LUd9t0Gt6so9/dOY7dOmwkZ1ocrrjsrlJXFGSk46R1in0v2ff5NgU7mugTF5AnZE4MCiAxplVnlxv5hGFiETC80f9R2e+89aoftDI6ZfSziO9GKl918i1jB5cFf+FQMGUOIiFmo6crDXJrKQcyvon2/i8FH+Y5WSlncyRl3X2PMofIh1qHxqoap6eunnDAXsw8A/+6no7FM02AGB5Xwtrcegrhgby3ztdEWLx1VUzvigDfqJ+t7BF0jcWUaYjBbMA+HUB6GDKFTBVw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}