Nanopublication

< Home

ID

https://w3id.org/np/RARKcGkZRwi_ElY2rdAKPNWxHFHosnOU5MgBb0ZsyX7b8

Formats

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

Content

@prefix this: <https://w3id.org/np/RARKcGkZRwi_ElY2rdAKPNWxHFHosnOU5MgBb0ZsyX7b8> .
@prefix sub: <https://w3id.org/np/RARKcGkZRwi_ElY2rdAKPNWxHFHosnOU5MgBb0ZsyX7b8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtyKmUSKWEGSEeYho6M4zqmQLIShFOGTX7xilraJdCmnzid/7jkncfGsAyL7al7YoJbDOr3QQG2DrZOUV4WTvk5GsKYRwAJoNejty2E2gGE9rk/Z2EhlCNsGpT/1zqmPs0rMI+4BOaB6NKk17Y77AMKey0SyAKEr/kGzvd0wegkA/d5zFlwx/OB1eODYB8+rGIg0d7M1b95PO0sskxi0kHmZf1UWK3KBY6oulcvtZ6xBWryZdA7L9sneu0mqxdso7gfEKHt5BIvqXF9xJBqQCdAKHloRqcHGsMLgGLXZePfUrzDBdH1Sh/LxnfWcrEKlnRPXEM9u3j7WLaitBHvEaXwIDAQAB";
    npx:hasSignature "O3/is/Ec8bBcRsp8PUNwR18xmHzKgu67ZSg5xdi51CjYBAQGIVqCKNfaar+73Rwvmu70hS5p3MjVOlcEm2zDq1MjjbMvTBtiKqVvhcYT+NWm1laPKMgUpF7Ry3t8qCkMBme+2vgBw31WEFwb2HMleaI1exPTwPVE30hYUMKOAP5j00wbvCHV4+1jrIuMM/05DdzeKfo71rSvXWZ+54/8FBX7TiWXvbrkv0xBk5ZZ5CO5zpxX8D7DYaX8H0h+fW8W/h9aHhDS74cKWdEFAgpwfVkhWl4qTmOcVysyNykg/i/anPp1qtVakdb4ZDA142PZhtBzv9sg/jq59qz3YTuJ/A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}