Nanopublication

< Home

ID

https://w3id.org/np/RAHugYmRPFa1SWB6V4ZoTndSJkkK_dchXB6b6YklPpTWU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHugYmRPFa1SWB6V4ZoTndSJkkK_dchXB6b6YklPpTWU> .
@prefix sub: <https://w3id.org/np/RAHugYmRPFa1SWB6V4ZoTndSJkkK_dchXB6b6YklPpTWU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3HhWoyN/s6XSjUDOgjENZd01DGykqr7dZZL8H1Xs/7GJq3XCLXOCyTgTDOjrsZKuIa2HwzQCiHdNZoyT5e8hVNxwfVanWD0ha1VUWTTynDAoJPbkLo+DPkvZCAHPWVNjpreM9wdmepgn3TilI/yv3Ocoomz0C4Zvq+ZtcqoQAs44Bkb8euk5X+b4ZsFC4Bd9Po1/8C9lyPa7u/gW4ZUDmeZdHx5vG2LD0PFtDSPeWb4iQOW3hK4ZLgHS1hyVF7AQQ5iFGmoP3OPeVWAZ7TSfQDMKGlUR/jeNc1vxdbbwnF2UnGcsBbwCk6kLyuYqhG6Qxf8b+oMtJJWePKI+NIQGFQIDAQAB";
    npx:hasSignature "nHQ/Qff+UNYEXggotXc6Ni4tr3XUFAyYdFEglTXFAx31Vi1GbOIUgh28JuCIQcYzQjJW+D/6V5LoNfj+a59U+mIsIZ9Zvqy/qtW4ElCvbYYsajwcqxAoN6ICgQ+ZlWu+IA2bLcRymxY3JnS4TiAZePW8Kw97jNHLANPVnBuc9d/eYZNgRXoeRZ22/+RE8ngpOe5vy3mDmbeCDST2anLqOC8khDS8vqYdFcbnEoV2iyIAXfq0L8mOGPgx8EbzCtnarPkEFVasinZSYFYUfg/30/nvjZGCrdk8hgLQoMWOgqVolOBcqGqMjQ3pzXKzvImLIUQGn0O9DkDvvpNu/Ozpkw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}