https://w3id.org/np/RA6WZgB7f8hc8nz5wr1XFQC2fBnCXq2S-3ywpK-xQGzmE
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA6WZgB7f8hc8nz5wr1XFQC2fBnCXq2S-3ywpK-xQGzmE> .
@prefix sub: <https://w3id.org/np/RA6WZgB7f8hc8nz5wr1XFQC2fBnCXq2S-3ywpK-xQGzmE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2andS3DmEW+ccuFXp7SICMvjoJldI//JdT/uMuxzaqABcwiag6iPBd5UB/aNIEL01ObBNDAx/zxV2casDz+VwemH7rgGslaehj8tSKb+NmvOtsTMOsMzoD4JPzDJO13pTQDZtPMdZFGjBk4hmFCzFO9N1nWMMi2GK2JmLUA/+dgUiUdrx66bMQoLNMGsfrR594rxYOtpdIZ76sUFw67gguaFLZrZSEbjeebNbETrw3NTqIfU/fKWp3nRxXiDIkiaWbgdEHZtOOkz5I0uGlcbR0HnR3PKVgSW41o3wcUrExUeC6xmfuKEjvrIGUijibOBd9uSzZekAoaEmNWHmA3yuwIDAQAB";
npx:hasSignature "Jq+/dEiO2rEAY6X3NjPoEgjJP5tdm4wVMxVO8HcjkPuT/ZpsBC88r/g1c/pJoTPa27eStLuHRDlmxWcFQir9QYwsS0lA+GInzXGLFWGvNpaKWs4fnkMp4mKaKqy9dInh8x/RtyX8dylPSDHhW5A5rztnOVlavJgsfOWnjpdqeUh/hTTEv4J1GPjHWLARDpmgekYeO996x2lFRCDgAgBgqlG2AvYZ4lF4eT+laFYlRlFNS7nG45kmnNfMv5SMy2iy8lvTCs8F3Saxvx8XkotzGkmRkI/78TLND5aOa20q/zdbK1AsFHtq60Kx7UJXOupx8Cj0aKfNLCpvbvvrertM7w==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}