https://w3id.org/np/RAZT1DzZGMe98pKDU0Pay6UxMkIgRTLEY96fVRqUlWeQI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAZT1DzZGMe98pKDU0Pay6UxMkIgRTLEY96fVRqUlWeQI> .
@prefix sub: <https://w3id.org/np/RAZT1DzZGMe98pKDU0Pay6UxMkIgRTLEY96fVRqUlWeQI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyFC6M6npQT062rhHg0Nw9LLuDY6dYxQvx2qFO7t4w1Wr1A8R3+PwS1B6ZsL0SgMaei6QGHtPXmmj+LQdrbUHmekDXTxNdkwJvu/MBeiHqVY+jeN0HdDfOW3UnQlPGOuLc24UAAr+UwvnUbBi9PTEoO0WxV8cqOd2yurb0KFbBQDMBoCT9KNGLsZjPHnftfImRcZPFx2CT+LnDZNLoWYUOHdaZeynjwzmGJIlteHD6TR/X6Gs0JN9BWbJ0QG5F529834Yw6Qn9Aoy3SUSknZSEKLl1tJ6OCOsTfuovL3yqCqPmCoiImkFpFqo8ikxzEsdx4YfWRV9bkGGQSphlhCTjwIDAQAB";
npx:hasSignature "WqnuyeZ8tO55YxzYOZ3uZ08/ymtHsN8EuShRjyilDdS6sTONv6JO+BxrblJmTrsb/bq0GUIOvojz0/AInkb27ak1E0fqt4gAhNLdyraWlYOd2gZwsRcUPHMsaqOSNe19IevkNwXeTbDklJNWdh78BDy5jJeXNI18qXXUuHbfZenzEACgFsXPF4dTGgZvwnBLCP34d65ZNNclSGgbmhEddcG6unjWHeNPz/MZgHH9bLGr6ogHXzRndfTuOyLz6MFerMUBv5/v+lnBUFErDNA1BqVv4ST8liNHYJRA/PtepeWXRIce6Y3VfxpZSYWsnZhhyWWe72KV1/bFwgd7fI0n2Q==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}