https://w3id.org/np/RAiWxxlZI5BTYy442T2Bz92CBqKvIFVj9aqmrSX7w7HDU
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAiWxxlZI5BTYy442T2Bz92CBqKvIFVj9aqmrSX7w7HDU> .
@prefix sub: <https://w3id.org/np/RAiWxxlZI5BTYy442T2Bz92CBqKvIFVj9aqmrSX7w7HDU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3K02RwQnTfepF/dC2K062Jl5C6zKpY7pS52usapLa2bYecQ4Zr5q6Xupn7h9oOtOytPKc4an3I4ZO5uey90QQdb0Q71E9CZLno5B/yNK1YgdvAWqLY8chnRmR7q2CCwH7Td+8AOd/sV0kJxvwcA7ebBDSH1XYrOh/l+At++vVfXWBgBCXymL4aJf7XiB6hyurPYVbSxYZ9MmN9Ov4e15ww+EWlIKILIdXELQAIt5fR1AqGFKMRcNiJsgl0+VMlkZxWTCvASPl5yODI8Xk9ZUUHmod9zZLwze+Xle+2A5ZNT86cMTK9cwiwhCxSZp227UbCVc3YjksVyvoklwn/d8HwIDAQAB";
npx:hasSignature "tAyje6q/A1ZJLHbDFfcbe2dv0gGqOw7dmsc7yH7JwxVGtRPDQNUBIJj7kU0CFbRypiriDlGzZCGExSyLnO8u+9tv1UvLwyuLEmtoZMGfUHwsOeOaN3k+bKeTixnXcAyaHTSOYGNSfrWY8rAmJn4Z9zFr5jrSDOWzoYOCXWJd+dMP6WJL03ACgJYTmNlcVi1WyJEHZzJiM2JMZvzn0vFpyZIDWNZc9Ab0DH/8lkHnURsQ92PCTRfTGHGVCkwTtn3UclWPJXaohzCm+7LgbD3CEifvLv2eqjkbsPS1Pa2/XgyqC3dy6/rWCy5xb6vftExwZ/8sOhk4vmv0eOrb34wT7Q==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}