Nanopublication

< Home

ID

https://w3id.org/np/RAfTXKCe6Cxh1kax05Em-W2Jfq9li5W7RIXJSAQA-Gi9k

Formats

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

Content

@prefix this: <https://w3id.org/np/RAfTXKCe6Cxh1kax05Em-W2Jfq9li5W7RIXJSAQA-Gi9k> .
@prefix sub: <https://w3id.org/np/RAfTXKCe6Cxh1kax05Em-W2Jfq9li5W7RIXJSAQA-Gi9k/> .
@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:created "2026-03-05T11:08:02.028Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArqU2J7kNl3Ip+GZlvpb7H+EvgvBVk/onIXRsI+5EJS0PuRuYS9uRK9rF1j6zQgea38NSka3v2Nd28/IDDEF47PVZ/56CNlDJ7ZE3DilwGnEo+BGIYYOQSsbZ+/nN6zaYXNMJ5sFGAfVBfneFSHksPTmx9VZT6TdARF3m6We1h9PInBE4lqQbt2ClpEnYrpHZsy5QjnMnNhpCpSVT0uBLjKNdE5D8R+kfHQpyqprhRd+Kmg2/MJSbsXRMqdSG83VKbudve4BxIuHLl10BjUhRUArmGZhgZj5NZd1x6fBsuFy2eyFrupUh920DHJnvE6Y4acEoBVl8n+xhgspYo5ZLMQIDAQAB";
    npx:hasSignature "UXSstN+7zwZrieA8yINjp6UBPtGYogGvlcy+ssNSVXKZoRQdvVbTWZwaJ+fnHKpMRm0NYseMh7Qjt7faR9rEU8F33kVw20K1bQuHx1EWypXFT5VEpvN0TZfjajCsPDs76iqpHnoMny/Pl+454HUX9fp0grpXhZJC/YZsgnUong+3vJTANUBg0lG+CW5PuynIeoY3uy095nhuOoKEVpREG2r4hqnJ439fIT3N1r5M6KGWcbZ4bzzKP/ARefJs31LXVibBoF4sCK1wJb7OXUNeuKCYbVBR3Hs6L+qYQFxcBOZjnrZ5jcHni81M1ucmz0L8SjFcMldw7eP7AY423TWgBQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}