https://w3id.org/np/RAKbxJlArBOajlvjU08Aw1tKmF5AIlS2oWLdUIhIAJr6I
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAKbxJlArBOajlvjU08Aw1tKmF5AIlS2oWLdUIhIAJr6I> .
@prefix sub: <https://w3id.org/np/RAKbxJlArBOajlvjU08Aw1tKmF5AIlS2oWLdUIhIAJr6I/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAseKKZyt3blxh9zUQCDJTeOBBhoABcNWVxobMZ5TDrXHu+jOobrT1/4lzI1izKDBUdUtX34cOwidSEX5XtTZr8qHkP9T1bXekF3IenFEFm9Dgb0vcfV0HVwEgDHGUtxbKcc1kTzcA7h8tIVrqQnjN17zRRFbTLS578wSjiTe2yO9O3ifZGJ+taDPeYOFYKjIXjm0hErGu/YuqCdQWAquksCmdXa9nqtsV8cBxYuxowz9JEd/bOEhUF3cgYibiFFaNWaYduvIhKpAzUGBvN+GZvM6eIYvR1JZpKbY1Dn4DYSYWiuAGMC1qR08NrFwlbutbNWIp3OSRaJ/EK3D6nf2F9wIDAQAB";
npx:hasSignature "a3Z8pWzfLUTLllnRqakyWLSYxVj4Wvftn7wk1DY31gp1U+Ddsst/tkiDXq4AYK8dIdAZHMsXjB0Ue36Xt/eeOGi/rfAYHx6juuN3FKDgefYluD7kYs2NsCzv9RkBezoxM6QMnOj9tRt/bN6gtHo/cr5QfaBg0aKnz/E/tYZ1EfzeWCJxgBDrU7UWrLvT0QRgy4X/2CjKMd+zOu8SruhsAPUSGQp7PrKsVyGIkdNXyPpilGYCPbrYi/BtAiynqddLG8hdz4aUze+AQeHDHGJanlubmG7EXyX55WPvMr/E9uA9Ogk3nTUFBdHpH8XYiUb6BF122w8coZqJIQpfbd3cCA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}