https://w3id.org/np/RAZ5PY4hGfKbGpMEkHwqXg8LorcMpZyA_AeEOgUPUI150
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAZ5PY4hGfKbGpMEkHwqXg8LorcMpZyA_AeEOgUPUI150> .
@prefix sub: <https://w3id.org/np/RAZ5PY4hGfKbGpMEkHwqXg8LorcMpZyA_AeEOgUPUI150/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1ivnquVbDJWt2Wfo3iub4KrnFtRy2RbrpYemeYfWfuYUR8ejbsLsYalM/QxryROoabBqc6ys8hSXhmpXExIRbzo+5UZzqq2U6tfsm+lj/8D2OMYRucsCQ49LM4VpcV0RV9blc04AC/6KQpHXaIgsA9iQ93FVe7WHsU29m89Zn5MEalmyhdPOWjAfbLg97bOgv3pjR530pUag1H2Yt4uAMjStVSOUDC3Yr1I50kKj5a7abgfLTB71xDM4HcmUygc2FoAzyslpsqAk89XfYhMMbOsgPiYnrbZKzDxawslemSjtNd8QeXo5E2FOKYJI8mbLmzbwrQcNLdSxx4nx1stJPwIDAQAB";
npx:hasSignature "DPwZGI4bwjDR+/IZlCThrQJiHVTjqLyNaEz/Du1gbMaimOhn4atGOuy1JoJ81JTDHNKLHdw572qxk2VyuFZoboAk+1fYPsnFszSDDMYzSReX4dc+yV7tmSuS1f40q62ToYq60+LYWe+KrgVptxhDjt5Xap9ujzDp/hOOojeL+Cv9cxhD9l8A7cCcKRxT/gtUDCsPznmq5OlVqRPex7TMlaUlYwgFeIThZUhyVHQVZEBn3CHdHp84IWF1TA5KadmPzfcoM83CRK5ygBmVfKamg8WaoATfWW2mprhP/Iwmipb9oSDOvn8nWqgYxmHuA9U6/oknVLs3+U9RNlm3AzfotQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}