Nanopublication

< Home

ID

https://w3id.org/np/RAI89i6g8HWGey74yCz-ldh7jHgfThQQemRzotMTnHbmg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAI89i6g8HWGey74yCz-ldh7jHgfThQQemRzotMTnHbmg> .
@prefix sub: <https://w3id.org/np/RAI89i6g8HWGey74yCz-ldh7jHgfThQQemRzotMTnHbmg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxdhVcmHCcae5uGpM1kbMV2JoiexKxf+1397liNf8vUowmCOBkLV9gMqUhKe52ZZEPrkTR9GqPn8FmuBL327V4GspNMfnKLQx/FgJP4NolRppINxRPrjuO8G2/pqhbk5lsaVdKRTLO8AxiPcCB9GCWhm0ugdjOPh1YgeluHJLb9szpdbZhS7Z292A0aMDR9swMkGM/BJK9ZOf1tUi65sOu7jtJKGLj5f86hC3gWbyGIFfiVc1vIz08u07vAeq03fe9tf1Gz6Ww5eLLDi1RiZE1LLJa9ODlDfg9/clFWyL2yjTTJpgRNHIauEso6OyNS3I4qu+Li2wyn1sGnbSxgfafwIDAQAB";
    npx:hasSignature "VAD7xtmJ9jduIQT+CECak4ZcO2D1lbH/yfGydp1oA3mvYN4jqGPPiU9baMG7p1V1c+r6YfqEaC4NlftpUaud4JOL1joWE+Qng0QoTIihCCQN85Zt3YmLzGdVAUl0jUDqPeic+pSKDJE2cOn0tBq/7WnKmKVIzCNuGdMjuj/3sQWT59eFOHeNQ8cp7U2ryu7JKG9gMSPOm82fczYwJb2R/m2V49gLjhWdveB1Dzf33Pi8XDByoQBdZEd4qwVB7v7kiI2W7KmqXrF0Btdl/SUsCIl9kPj9uKYvtgeG6VRtI2tDH+Xspalt6zp378uNQBpBZWB+NQnwb6248daFGn2new==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}