https://w3id.org/np/RAmlZsPD-q43WROIdn6bmD8008Y2XKCb4lpWhmokhyME8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAmlZsPD-q43WROIdn6bmD8008Y2XKCb4lpWhmokhyME8> .
@prefix sub: <https://w3id.org/np/RAmlZsPD-q43WROIdn6bmD8008Y2XKCb4lpWhmokhyME8/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAri6nfJlgPoT2dhL0BGDCkabVGb2iyU5o6I3lWbHql065VNr82Vy8R/VUefIffWpKthcUkIGm/TtqZWtAzaTQ0dTUkpeZtPWVvj4ofGt4XHojY3ZTNbiswVWRYrZTyw+yptUuDeWhlw+A3D/Qze57Koe72S7oEjuLYTAry1k3NEamlAnhb+yngdguoS+NKYK+H1vnjOOCNIzVWmV+9lbHitVlEIVJvMem+hrFsfctWawekZcDB06+Hz9AR+bxQL4k5f1pvKjeBVxhOIyJKZmdDHF+PrRTWqkWlRHHYAj+s/k9+t0+H9NJUsc2YFnzCGY/BznCqQdRnCAK755LWi8q4wIDAQAB";
npx:hasSignature "RlcwmaNS8O/U0crutYHu9KvVOmkpsm6O47LvZbKXrHpg7+DipfxJh+FODOUVTp04LxcJlzhUIycXXyYjYPuIiGZpw0lSmMp1wSWqClsNFw5TB46HUGGVm/qOKAML5ZIi9sr33SFRG+YG9DsJybvmhZFg2+DHA5vf8DbDWkSVSDjN9QvbFeHSPVmKdsuraedSoZ5R3OQK6A+zipkTmu2Qn65N3UqKyV6BEjv7SB2JjLNh7OUtGj8xXfdxh1VDbEIbZ23AzrCQzuYzYzrXXhNKS0bTNcu4yUCD5i3IL+PWv3E4eDwamLkctB4AeiYyFFPmdbnAQ0wFzHw6dAHL/vIa1w==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}