https://w3id.org/np/RA4JMNtalg1KUeYRWeFbAN7U4GmV6MEbOxKjNpQ1xLSsY
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA4JMNtalg1KUeYRWeFbAN7U4GmV6MEbOxKjNpQ1xLSsY> .
@prefix sub: <https://w3id.org/np/RA4JMNtalg1KUeYRWeFbAN7U4GmV6MEbOxKjNpQ1xLSsY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAunmE0hA9umUdx7R3l+5PuP0IV1vkMpJSFiyCok1nrM6C52M8Sy2248duN0lCYKorrPkD0wWCitiGosSx4C/pZaESLZIdqowsgKNUGMbqhWNkRGktvWYQVkEC7WSA+Wx64NAfv5iYZDsr+HKeMTFESAGNHKB6j2kuBTavAvvAsPu5CxWawhpQQhxyjI8LhW382C9A8Y77qtKzY0uylUMUOon4RNTnYwn/V6fxWUDlOYwyJZtWF6LS8xdZ+fEs/90Rs/vci13FS60hPEThDymJXwXwxqtwim5HGAg17QG4OTPuVKu0Lg1h0de2gChS5Cm8cG5Ereg2JIE/tr3e18VKqwIDAQAB";
npx:hasSignature "nMv6GNujyITt2UsrMXBmQ+phHjeXVDzJ9KczdACBtNah0ldPVRGSrOKeoJZ0R1agffj+iSZkTHJzKzoxFcgN4knMhiIMagT5lxRca0ETbZHSqeT0QC8/JdEk0sKZ9E2bnaX7CCrwjVQ+3ONOW2lwXRP5/7FjaLNIh/A9Ba4YvfHYdAMJ2w3Ib1FeqyzqjOMjPcP2yRAPMb37S7FmpvbUPMlhlKGHZIdSC/kLCbkacT1znEhuo8ocKOoYrYvq7B909XzCr8cpZx+H+LQughumXC1q0aiy3laawCoYe0d8oz/npBY01oH1fJF0/3+erpbW6nUX90HubWODHctKE5ARIg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}