https://w3id.org/np/RAeZ5qEQrNFQqcfdTLXgYpV0DI-i3iO9e7qO1vioLRG0c
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAeZ5qEQrNFQqcfdTLXgYpV0DI-i3iO9e7qO1vioLRG0c> .
@prefix sub: <https://w3id.org/np/RAeZ5qEQrNFQqcfdTLXgYpV0DI-i3iO9e7qO1vioLRG0c/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAobbDg3L0gsIXAx6S9xaj+LiQABREHULJR8zf5YxcQB+YEGaSC2KKyauZm3FjLP2GEYXK+rSKEDCB7hH5lV30YDLfCAHMzyKRs9RImGw/+Z3lgd/rssXE1GMbadjrpXekU6tMoc+sXK/GEygpKK7W4dB1puNOQhrBAbMW1wioy8B2TY4KH8hhdRJjH8vlSzrHtOx80AcSBPMTzykX91BZ05FVDXMSmV8Zak0dZ2RjmFAZ+N8xsxG2HSuImVfh1ILihthFLCoGHLr3vCD4xids2CUWn+j2ORqLt7ebmKn8gDs/7cKtbMnPZsu3wGK13tmCJ2K7HeY1fbOlSR/3GwZujwIDAQAB";
npx:hasSignature "CnCLe9x1/lOXZ9HXd0ZZJSmwd9EBqjev2uR7TgPuTJ634e/6S1E5B3MfrNiWs0tIvsuGliNhd4sgqmxIGzs2FJ4gK4jzDyJ5uS3dqfDHMNEnlnmWh5tomGrZJpAo25jR+gjhLaayVA7jx2rSvxAJwwRg7fO2n1lQ8o9kZ8zV3LW0U56c+/ZwQVxP6Ckm46Hf0Fz+9wpFqByfaWrIZThyk9NN5vCU9K+Z2TUlInOSoHs9efZvBjWI9q0XCXpL3s8+YTS1Xo0KyVpAASidftIwQplVzPyPj2iPp0Ik+M/PyQDA0te/Xup3ZqZEdvGEVXHhIcWd2j8D0ccOsYPrP0uDmg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}