Nanopublication

< Home

ID

https://w3id.org/np/RAZjvd_gdrCXp9b3zkXLSAg7yD0i2DYwEh85WbGoBwlsA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZjvd_gdrCXp9b3zkXLSAg7yD0i2DYwEh85WbGoBwlsA> .
@prefix sub: <https://w3id.org/np/RAZjvd_gdrCXp9b3zkXLSAg7yD0i2DYwEh85WbGoBwlsA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3yJPUxSrTmIZSofJKe4itiSzdgRanugJL4/39Y8mkjGGSV3MaUJiGecTlyihQArwWE9D63tgAcM679CCMP6HJSLQmqPE25uKOGp0BywV7Z+0t8Ly/6KaZszUCP91dcmpNPZru2hPK0wc/XksC6jvDOWDErrg+UMJkaeclLuLkzT1Q5Cz0wEVLbBQcuS5IXH2auNO1vyCo2aJE1BZoSfT1U6v9rOHorQOOyyk6KtwJIII8h0nwiO9J90SELVd/MOhBAFSu5abObxR1B7iUcPwdDCQgRHkSy02UhlN620NV0JCTtzXK729oPEvsCcPoaezKxGm5WCXZjVBiPNzB7czUwIDAQAB";
    npx:hasSignature "ki2vG7+jhZfAldTf2pyCqGIqnqXsP+X0gcMvwGsPRxWria8EgGpObrOrKlL4LEnQg1zsrEH08q11tkntZCaYUn8CCtNpSZQbiPFG8J/4FT8r1otoCKuXDa4zX7+9WHSoA111sADRuaAZE9AwcPSPdo7F6Hc3iW6euxRpMwu2rOyapCtxDP8/dICDIQKKd/DQY8CBssWezsEmYzF3l9XG8b4PZPIPKhhvkSYVK9b+BNSo/tAmbyO8Ik0MOqgzjQWl6wkKApHBwRTmhwoGMUTdM1rRIlYkzMWkbumellDOvPUtAgKjyUybb7ZvQAo4X5XJ/hq2oYk1H5//fPoxtMEcYw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}