https://w3id.org/np/RAo5apAWaCjUjz3pKBVbPcBsw9Y5F2mFWaWSv5HxIpBfE
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAo5apAWaCjUjz3pKBVbPcBsw9Y5F2mFWaWSv5HxIpBfE> .
@prefix sub: <https://w3id.org/np/RAo5apAWaCjUjz3pKBVbPcBsw9Y5F2mFWaWSv5HxIpBfE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbcwdwIvZMZICFUtJ4zkDEkgiQulmS7/IhUnfJyA7k7x4LKjSBvfjFXeItc/6nwp8DJ/ggyXDSOGGqb//6C8nevUNERy4hev7icXo5K1XswPqYH2P8QIV52A7ZJ8hbs/A48/G1BfOBqh8YFptUAGkAsdBSWVlhzdti00UqlzQiuF7Gl8HKn7JfNW1u1LSuKXbY0LBQRO4O0rxN/db/Z7neRFVcZUl+Tq1Y+M7iyJ0I6c+snakFANjDLjnPGC1zTmY/kFJwPjBtKD6gTe72ZylAhkV5wY9fb3OVuGSJruwpAlKc22n+6+6cphQ0e0Y5bEBZASrDLaBPHr3wruKXcfMwIDAQAB";
npx:hasSignature "DRZwiyoFDZfT35a5IQyhaqxbm9Wds4HRuSCLyB1s+65VapqHJGF/+9ploQvwCFKmP3zCvUrBrZx/TLEyOYKMYP5zlTwjqi5pEh5pZixgL7PzKLcth3CmNkhB65YHYswqn+6uevFXaKhuvUDXC3cQ8gcNCPKmN2hOJXDx3MO/L6qN/p0yayOwkOlWfwDACZSKaDnHIqTQkXLa+EvlZ+N9BGsOWvOGki/l8/yP82eov7IEcOfXHo9sgaTPyyrlSdg6OT/6/qdklT/tdlBfQrxTF/KgF9umqW/WurnJOaG9J36+m7G1Lt35Nei+SALsG2Va1Lea9T8lEoDX4W0b5RsrPg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}