https://w3id.org/np/RA0n0cKIKs99aBKCGh_dZMwW1eW9b-PrOGZU0FI6cMCBU
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA0n0cKIKs99aBKCGh_dZMwW1eW9b-PrOGZU0FI6cMCBU> .
@prefix sub: <https://w3id.org/np/RA0n0cKIKs99aBKCGh_dZMwW1eW9b-PrOGZU0FI6cMCBU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtHfNMCrMGaIOAuHs0F9M7aJZGpfm73knsPrm/y+6I8Hp0j+CZUNu7niQ2SniQK6fA4TNZJMZO9VjVlkJ+mD9q/QB/bxwgXG1ALHrChdp6mWGwg+jAmNzUmM2xJNv9WJ6B+6iVFvTJveNvUne/X+oYU102UoS5+gityznI8rLncQkpGZbaHscOxKyUDgSuc9xsarHyciodu/jRjQdvh64LOmh3uf0CtqDnaD85b4GOeURxlqaxg0FBTfSTceSHrhmSSEQHYO/8ccle1+K9sW7Hm04bFATn3S3G8ROYC/Ar6mDvab4+gQBDm82poEH/nY+UoytOkdV37X5St97Q9ktTQIDAQAB";
npx:hasSignature "b1+HWmitwbRhwyUjiw9DOfjlgmCF1+giOgw9OEyF7zrVSP2gKgtfVdwaDHac9RdFX124dF3MGJAIvD1P/fCO/B12h/TzzK3c7fvLk0R3mGSNU0GNArEAKO3kbyARejKyTGpx+JQMhl4pHwsVF5bYBxLj/2ldrkTOrg9lwEUqwBJfUE+SfDhjlidqi7ptaUHk/WWN2X8ur9rnKuffVUxf7C3vj6Eae2xH5rVdYzeDOeGz9nBevKXVwRU6nD6q6XGbRtElBTy8avq/g9/IW5AyTzlaCP5bo0N9kMds+2n3FM8wImcVE5VBY64AlPh4BZBmDVujp2Ay0+4hVafEBU2TuQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}