https://w3id.org/np/RA8a5BnoiTeusI2FnMMhghNn0IB1hyesTYqTclDmmL5IM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA8a5BnoiTeusI2FnMMhghNn0IB1hyesTYqTclDmmL5IM> .
@prefix sub: <https://w3id.org/np/RA8a5BnoiTeusI2FnMMhghNn0IB1hyesTYqTclDmmL5IM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxxfh6pngb5LuDkhZJvkweSN5ydUwlIOFiMWLPqzoluBMu7400Ji5mx2jq95ls3Qcjy87QUYGj+ou2fQh7FHVfwXEUxMSY+HNCAuKx6k75Pe15Dj7FlQHpKgC/xXHyjw0DCMVrsI6UKeyGvAW53wMwAikZE7rfZg2FHyvWwygW0DTu1zcMorTz89bEnpHCQ0eQ9PfOSkIQmSPUdVX0gNxoq4MrU8fA+6Be74X7XYZ6i6OFES61Hgs10exQXj8+M9mPrhbVepDqLBKLb/yeQc3Ob2jiuuLpJcf+vhU8L0sbvxenKrUnYpWYyqgTobq20W4iwWRr0SiJ/+gp0mhrsA6ZwIDAQAB";
npx:hasSignature "nwXGjeyTd7clrTcTRKPNmbRNxdSLjrgYEEaCPYpaYQgjaMcwCtj+rWDP7EHKlisfFaOzI3LSDABkqLFhrZGlUokLCdJxE9pjjuWeiNh9yR2sVd9y1gGUeVqBfUH6B8ghPpThXsm/xSDT1/vr/J7wds76p35SnYKyqOwmiv1+j9fjYy0VAsyLmv5p1Ns4tdNZTTjEdrc2tr2/9u8V0HV6N+Rc/p/Qi3dAR5CqjMyhSHSIL8nF+OXgUCqqEQLnVtM5E+/eTVz9YAZLVYuvptwmJ1Kbmox2/hvwXluPxnu6xx8g2JvBkdzpHTXCwAd+KPIT0fDp3rUf6/8UwXi0hJKfvA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}