https://w3id.org/np/RAwx2NE0bhAwuUUDS1fRwo9OA0P1ihZ74xqmqajdtuHYg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAwx2NE0bhAwuUUDS1fRwo9OA0P1ihZ74xqmqajdtuHYg> .
@prefix sub: <https://w3id.org/np/RAwx2NE0bhAwuUUDS1fRwo9OA0P1ihZ74xqmqajdtuHYg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx7rPxpuCL8QwaHlt4RVpIlOT8Gy6keWm7vvkgfZzZ5xJAAks+uxgDtFIfEJdHhWvVcUroKDUennpTVu1EYhGqNxvVfZi2CxT3JUe56EEYpNCUQjyt7GKyZvdlxNhl0x8Y0LgbDD9viSTqfCblJJHNW9gXLSF626t8Fto+0hqXy+asXAGU+jt53fDQaV5CFZKms8IAaa0HDjUc75IyO+Oe9mra0bJMY917J2+P5PYhCow55A/n92UdYIDikJYS8+uNaTLv6n8NTpcm/0KdbY69aO2MBegAiY6NZlwrKZ7QkqCw6oxPjvaxn4elZ8eFbx5RJrJQLzYB62fjR/mUxDQiwIDAQAB";
npx:hasSignature "D6cFzKyh0yE7ldeyap9bShyggPxPhBF3JABKudIC0kOrwSN5zZBlgn15NRJ41LLhjJIASQF8ayt2CAwp/yQVaEosfOL1CGVLpMCygExWmZYN1uFO1x2Xx6EaimtWR1F9S1m4S60pAw3EPAZtekCaMQ0wrIH3X0jXcgv1OcaSyB+7dsDE2R2W+0jPdha3PHkzVVoBYdHbotUpcF3N1IeDEJYcnyeE3FAsu+R+n+euUqpooRGOGTgThjmpWS/+SCt9UBtYP+WSU9cP8h/HPh/Oa1ov7EorF+GFnpZAOb/uq9aIAsRPufBZP+ro2jYObc9FAxMrE2kKPmoh0C8kgYatUg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}