https://w3id.org/np/RAToAnAUN9xJUjvbZDDnHrG-UlufWC4mCyNLWll7hOb1Q
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAToAnAUN9xJUjvbZDDnHrG-UlufWC4mCyNLWll7hOb1Q> .
@prefix sub: <https://w3id.org/np/RAToAnAUN9xJUjvbZDDnHrG-UlufWC4mCyNLWll7hOb1Q/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0u5x6/GPiqh1LZsJYyTDSnoUC1yAwdRklrSmSl+oeW1pWTDbUhJjeY77u14vI/yLWauerd6oGFPjB4i1/7G5HzFWxVhgTtINmoDdbK/4ete5LzpZNV2eB0+cO0vJpcjZ+zFhGojKqdFOCui6BJkYsQOHEqvtAS2nEjduLpwrIReXLtKfvEZYfHOIVTRDhNSlFL6hP19aDoBYimZn26Tz6r4zEMmhu2Jxs0ioFmDCVdPo7xUl3DfiHuYge61Kq1mT6KgQBmM9y7DrPjfjf1yZmY4rCKe1Wpqdi3z11dB9l3MSDy7fucthgTvllBvjIp/uocIm33F+5OEDp4cnmwiY5wIDAQAB";
npx:hasSignature "INPv0Zrjq/DD1gSlPl9e/2rgJSG9TbcMJuOwc7KIrqBGuTgPnqab2jqDknFO82M2jgxJEkUfH4nEme3KGddQ7s2ys05+sEH9905lpJtru5bqdcxX2Km6BrTJkW8e/+/nJma/+wvzAaBTqKHTsyQ1wfwJYr04XAspoqgVumdJhAOEWzbUYJR9Gqs73+UKK0Rbh26p4ttS75VjgrKH6S8vj0I2gd9aEiFW4RnrS5ExQGA557GAVLpNN9pdJGE/QvSTudroJZe6JK2x+w67dAOKt7DSk57I+CWA5gfJyYx8yH3kRJvJDEvVlYFevKkm1IeK/jtKxc4W68GMtrHSO6yARA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}