Nanopublication

< Home

ID

https://w3id.org/np/RAaWTJ9Iv_3WGC49Brwxb8BIZgTDZEQXh31fFe0kWn0Vc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAaWTJ9Iv_3WGC49Brwxb8BIZgTDZEQXh31fFe0kWn0Vc> .
@prefix sub: <https://w3id.org/np/RAaWTJ9Iv_3WGC49Brwxb8BIZgTDZEQXh31fFe0kWn0Vc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp8K3a0FWi0WAx6tF8qi8oWb+k5ay8Hc+REodhcUDlEjaFCZdyMN5lhy0TsmpkvyrVXaQLtYb3DkwrxHzSMUOUsFhR2CPV6wuJ8a6CcmuxQnfaeDcpSfgqPXyjZRT4AThKWE+UaBnhqPDO3JyzLxrEo8TCiAddGy6hOdxOp70EnBkgZc/LE4KmP/yXdGc4kJQw5ydo7miEC5dEg2xs0Cg1FcTWI/uro8Xh61elLOAe+6psehQKnfP462TAJbRvv31yeaNW+Etkm3K3qnum1X2QN7hkfw5wmkmcuYQTKGl/9dCvhzmDLRry7VG/0GdByNheq4+/jcw3+wewEh8v1ThsQIDAQAB";
    npx:hasSignature "XKVPdlMHjJ8NKDM7as2hnK0ZcG599cr3cJwSr6Bj73ytlqiwOYCF51GOrQP3BQVT3dfmWmIPUx5LbYNr3wymWSXOln6S8qdiwXuLkInMlsjsHPEiYP5YgW12UQlkevW5E8mVyPi+zI+7Zjw3tEq3RV6xEnfwaLARDx/7Qy9IrF+gNV9yvf4cdok0cD488WAoTXhtgLJRbhnd+lc+x7siVpRGep1mnLXrfT4W57t28V0+fInMe9mhXmJJgyqsUtC5Zv0vkix5G1AuY32xmLztfmG0AY5yxYG+Vjjl1gfiToQX82soC6EUKIP2yzoWg3aIarbXDvhtKV6bkRCbhe4UxQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}