Nanopublication

< Home

ID

https://w3id.org/np/RAE-r_4AhR5b9SdRrv1v67TfAn6hVo_TBTyUAqy85En70

Formats

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

Content

@prefix this: <https://w3id.org/np/RAE-r_4AhR5b9SdRrv1v67TfAn6hVo_TBTyUAqy85En70> .
@prefix sub: <https://w3id.org/np/RAE-r_4AhR5b9SdRrv1v67TfAn6hVo_TBTyUAqy85En70/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx31/C0TGRqnfiYweIIBDxypk4GbyT6TzdNvELpo7kbvG0a/a1fiLjyjGbp1BRQ56Le00mk+ADo4BCMkTfxd9+68tc/XvpojSQoJWgAJK5STEUQ1oQ4gKJgikexeDodK8KrKfAdmj+fNgsKAmJwSgGAeWcTwLzRn69HLq0fu7Ca2LxKEiiXavBNc/yh8DYR9rZKAwH1rnAECvn2Xh8c3mKkxlfmfu1CQrKz7S8N3kDJGvs06YmA5/nWHhmmQlJD5kOZdF1oy1T26cCjiLBawIa/9SMrJunKl2NpsimuiwRRvONpblBX9zUqLThMC1xf6TnvSKSirVl+wdPk1I8DnG5wIDAQAB";
    npx:hasSignature "OR0nPAl0iapiIneBG02X+vRQUVnqgxZcUPb8HHADHo3Hf4HhnKl/ljqlJjpffrAftJ/AnsqgpoFH8Z3P/Fu1deV3n98Fwk91sixto5t1dioyn8I44t8wvUpEhks4+E//FC5B2xUh85UBjDLj9Nrk6pTw4bTS8Br+k/+HyZokiJ4B1chSFxrhQttIxn5LgzdlPGwe+0EUGV0iBnquNtQxaf//ehH66T6G6ndp58wLTo8wSL5iCDwpidNcFbgrQDWbQL7XrF/M2SoS0dd3YHCckkh/dNrHIeRjOpa8vuHOrX3b2pIF3XLs/LjZg0qErIsF/Seho+fhv9VepY6ZCoocew==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}