https://w3id.org/np/RAw8fR-vzbq3Sqc58nMyRFumyzDpRMUQuIjUnbjdnORMA
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAw8fR-vzbq3Sqc58nMyRFumyzDpRMUQuIjUnbjdnORMA> .
@prefix sub: <https://w3id.org/np/RAw8fR-vzbq3Sqc58nMyRFumyzDpRMUQuIjUnbjdnORMA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmOkfN0O2ViZssIiqJKb77f4zZLoZ1PSOtI38cLGnp0VXFsPn6LpEFoXnUcO3QPZDIzrQGimb6xQRGSIG27npYo04sRSIpMmKg4quczFEHqh47YZ/0WDk7Oi1OAHuUcD8KjSCRwoFMpav2PuBnhefAlJtF9YDH4L5M8JQF7gwSvlcrJZhw1LfiezLmXcVd8luk26wKXrbsPcfaYtnX8oXUgLWnXlQhyHb9101G/uiaRcfWBnunuK5CgVOurii6h0+kzV83G4HS8OvCawa7X3qVR/Q229zHjikVXnelW4jSpSTGHDTzfpB7DH5KLAxR0ypOVsNDUhc1/HRlVKHBeqJCwIDAQAB";
npx:hasSignature "O1df3nn7/YsQif6vfBpoCwOtJ5uHGH2zQSxOylDblNFHLmbVAExK8brIsOwlf2+GgJ84BIN5T9EFalSHB2kh56qrelPPl4COeApwHUAquUAyUNFcSGieJqkwUiqIv1CVpcr3v29cYt8R7CwBvWRArSM+kKVtJROZqbMx3hiCo+UDjfA3FjqNSfVaart9AOSwCY8Is+PPeKnQneAX1nxgE7sjfEw+me1B9QDBMD7IS1e8nZMvQXaZC5eMcIyWV1sVELklXSK1Kd/4q2sf/SxjR4hMBHmpw+xDSH4hS8OQehm45gbeadM129B+5AGV2GEZvttyNTCGDiK1oJZihJMQRA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}