https://w3id.org/np/RAkUn0sCEN1F2ulk2m46ySxtEbs_zFIHePof8Z4HOebUg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAkUn0sCEN1F2ulk2m46ySxtEbs_zFIHePof8Z4HOebUg> .
@prefix sub: <https://w3id.org/np/RAkUn0sCEN1F2ulk2m46ySxtEbs_zFIHePof8Z4HOebUg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAue2uCinOCCOw2mW/fI+4M9w9DbI7cmWGWshxiuVC2JEsZJ1Cb6RJj5FbItCtoDpA8i//IvyeTw8Ii0IRl9RO9Ok67qGc8NaTZVft6WSGLdkR0mO4RO6QGkKIkrjS/T2Ok+sZEH2e4YbadWIOKpf5pveviHWHb6arl1vSs51Yn/zhW9dTJGJE4G2mkEW2n4G96gEHRImHD3M2apNWEtjiMxWVstxTdPSDShYZpjQPVL2IaIoAEcldqkGmrMD4TAfuNjuPYoYtHQzIHuEmOq5jfe7ehbMT5+sz08SWabI4Iw5gAHCx9UC3n/12DfDcRdhubPk2hMDU9QCOCTnY+hldpQIDAQAB";
npx:hasSignature "d9p8S5DbtGU0KxWWxSAwq3XoeQo+BpSHrt9W87deslD7kpFFWmFE0II3hpywIIa1V4tPiGmehPcVZyVTnIL6gfCOEwTg3wW0MSPCcWQzgYF1sGYXi1pPHJvasLOeGk49P21bb2fg2mxkqP7KEASli0JoBhpFVQdGvQYCxCjJtBk3JqG/b0xa4o8YWcBSzxSic1Qk4DonQ8bYiCz57PQetWaTjRVKZ83QrnrzAOZfulYd3zakrJqp5P19kW4U4rHF2tq5vqaz3S/kvH1xexM8/fF6JQMYq9YxbBzIzbxUTsGeTjS82J4vQtn+laZxLuMu9N32nvHrsG3pCnMfZubuUw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}