Nanopublication

< Home

ID

https://w3id.org/np/RA6FOs_c1i8_LzXxWQmQRaiWFFgoXnV8RVYYh6EEZdx-s

Formats

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

Content

@prefix this: <https://w3id.org/np/RA6FOs_c1i8_LzXxWQmQRaiWFFgoXnV8RVYYh6EEZdx-s> .
@prefix sub: <https://w3id.org/np/RA6FOs_c1i8_LzXxWQmQRaiWFFgoXnV8RVYYh6EEZdx-s/> .
@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-11T08:28:32.371Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+FzSzg0rVc3zsikHyglVdiRFxw6o4l5skzSakXYre/unyY2p+95SeT9VybHR+fVZO7oHxaG5h1GrAw3hr0mKFQl7b9E9Mws9cAplbKKKCAgw4xtWrgLQAFysZQVeNk/j8Q6ytxyzxBpwAgfLIKPl8SUeZwcN0emlqotEDPXxk/AdRkT8GolvW63ge3X0a44zLSihNkFUDu5M6OAg6Rv1tsjC2Ux603mPWSHpByutsrE/4b8hQXeWnpB67qcX8xbYdtR5lmBa6Az6a1REzyUC1CR7aSSgKAwTSf1Imm0dqvf+FeH4yoX7dTB92WmlpVx+Zal8j18IZGF77wwKSeJ2IwIDAQAB";
    npx:hasSignature "Ci9x6Q09mvDs2Cz9A49O3MIbOhPtaJQWLO57Xz5iKiAIhhWxt6/C6+N/IOPomYcMwNDeqj3BoFHQMBrsLhcK29JIEvUcOsYakLh8HY1laL5Xf4Ex3drSp/JB7NVQKNr8TpxV/2KVoLPa3tzAd1oF6dsyqNkVcinjI2Xjtn7HOKg4w4/M3EpRASibNFb5bnuYd+rLULjHlIcRBjnz7qLfxhXTKipojLsq5ybl6bGM6UVdzjg2CbfX8Uo7zM1izI0/MuAZrAev9TaJDqQx2DcDhlz7Ck7mbLDrwMe9Jm0KSPdHNC7VN2lB4MPGFKd+0zSbznkR6VK+m15KBzmVY2I0iA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}