https://w3id.org/np/RAsGwoDX7HyT8oDPibiWsVcM87P4FO1QUUUazq2WnGySc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAsGwoDX7HyT8oDPibiWsVcM87P4FO1QUUUazq2WnGySc> .
@prefix sub: <https://w3id.org/np/RAsGwoDX7HyT8oDPibiWsVcM87P4FO1QUUUazq2WnGySc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAplnAq2+WPkS6DlIMPUMvo4mUHrMtkTzslpQc4hlchFo8zEJMNZlllfX4urwK4vaUwCphlkUqVLQeAY7H/gaPrqjFffuIYJ07NDwc6PqqTBLeB6X74lVVIalljJg7cHnp55KKl8B+ZCu69Kx4O+6UNworJ9qAEFJCaZKOd6mqAyF9k1rVkWYB1PxkhRDRB315UKLLCGEe+mhoYsJ6Q/m242PbrL6Sf8DYsFrpSbrYHxK/Az1JUuVZO1HpfNViCHOxMvvHeisQ24LmJGn02hVyOSNsZNrzX5n8R9iCT3zxVpGJU/SvaYDY4VSVWE+GiN6jS2izbdXUotZ5ApvjPf9jjQIDAQAB";
npx:hasSignature "jd0eA8axG2W1Zfy1xPTOVyXU36MpwLlaG1fEmO6S6/Z2dzHXLMKaVANT325GixF/13pqvJjbVYtewsqpde484IPhexFcZ4kfi5aqhmcb33y2/32h69DzcivPyhIYkLtcD4vpxEpSNMsoARXbnGgSDg8/b+qHFOCvbMY3d/NHlN96NwRaABS09+Nl8FPUX1Lx1ZgFj8tvMSk+WRsMVg11T5kIjD+vpiAYWa8jFncjkOjscUzQ0mNfdUWOCzKSSHevEiwPTQOdjmgJppN9YG6wq9WNTwIjW42Oi2KnfMvv8/smf/M1zpn1HJ+tq6h9sJ9zyqO/+6s0mQOWm1H2jqYKjA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}