Nanopublication

< Home

ID

https://w3id.org/np/RAQHMAi6p8DgIS4JLycAYivrZ5XoR-hosJLDJHwkrBMDU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAQHMAi6p8DgIS4JLycAYivrZ5XoR-hosJLDJHwkrBMDU> .
@prefix sub: <https://w3id.org/np/RAQHMAi6p8DgIS4JLycAYivrZ5XoR-hosJLDJHwkrBMDU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1VmQdldjbGtT2lYskApqeZtwCxGNQH6zcxE7Zl9kyW9swhkvV9KO++ndcUE9VoQVhu7q7DyZuRE6ao9huYlNdPCw+gwiHCeYclUrWq8fYqdYLgUsAOFDLZUuqFi678HcjabZN8+ek3qdY/SkgOZxcWsYk0KNvZUG8Ej/Y0TFsQmlwMAnNEfaxsHOXgBwIobO881SyBy3VEHlBwkAI/EAtWcIQa5pEnXe4HBWzdu7Gxa6taVmGTtyotxAUW9+hLL2kLyMGLoqBF9Dc46tPIwOR38Vv4Ii8Ly0JW4sesIbVlPAIwZ2cS+rLoPlrhuP8SjN47mR9lzuuK7aXY/Rvt41EwIDAQAB";
    npx:hasSignature "0wtDKvIdpdAuEIexoZzzfBYv0kk7A3DZF9GV+cAbakCQ+R3mSv9llKl7iwSv259fc+LtvPUgdof0954I8eCDUEatN8Db9a1aEZINBxIDus4wHb4ITvc/cvNRo0ZYtz7LD7hoJ3g4jK6vNELHeeG7Tzzh81rivMSw962n0pyqZ+frszUgA3VVjwF9TvpjgN6OCBlOmose4YOF+NOZkjr2Stjbu62blN39ps/zxbp0fQtU5FL+t1mk9tugJmmGCPKSLVCk3QpI3sU9ZguuYYTabw4b95JKU1G2cE/KOezBCuIE/B6WeVhIVKAwdMn7HHxDX26+dzhsAgwGD3jtx8VN/g==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}