Nanopublication

< Home

ID

https://w3id.org/np/RA9ExCpyHzP8FOo48odTVBUY3XspXO4xCRu09SRdtoG8c

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA9ExCpyHzP8FOo48odTVBUY3XspXO4xCRu09SRdtoG8c> .
@prefix sub: <https://w3id.org/np/RA9ExCpyHzP8FOo48odTVBUY3XspXO4xCRu09SRdtoG8c/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlnIhtWfh9GEr986RIrC8arEM56T0nfHQC6ZBv+1NMKEywhCTknd6Ffp/J6/wzAhCabWzGk8VFHYLO3wcdOb8+GEja7AU1flNdC6kSwA3bn7i7WCHc+VS0xmDMoz5vKc9Uru7I0JitjwnRyg4dINRfsLByoxZc40uwcFnYKKyvjDybbfBPGUli5m4gAq57BcbQrNb7x+nCxs06hcpYTy2pgxe3lSrTezwbuL/Tz6q4ZVQRnYhoNiOYf0e+/atMwAp4VQKLBm7c6eHbFA3rV+069Cn5u2oFVkdRDN2uFXqmdVssbA298lLsaWIgH8VWbjAMr+4W1/J6if8DElUPtGPjQIDAQAB";
    npx:hasSignature "Q64tnwTl3HjC0HhwCyzVSAiY1zYYvSau1F7EWIia6Ok5kS18QIIQuvrex7DBAbsFbTNwQNRvb3+BVyGxF/eXBpyrIvkH/XHT1eN6m6t/Hq/v0wm+5JN+JtYFw4CMjQWhVA3b4c1d4EGHKj/XjeG40H02PJnFmViYkNJdBOTt81p+lSLkvEJUQUUOuo7z754ExFMuRymaiKVOMol4/2CtFRAHiVqSzmxwnzAs7t/OXrDfP//JPOtw0MGXv5I0QW4K5CfP90nU6VGd37GfXZYwGT3V50IWbdBJslqksp0qKW0+IZliugS8ansgNmTBoCEx63CG/lwW1eBuqoSNERoIhQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}