Nanopublication

< Home

ID

https://w3id.org/np/RAOdd2cAWOsyRqgiyrSPO8pn2LmDZVKFnBQPFosqydli4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAOdd2cAWOsyRqgiyrSPO8pn2LmDZVKFnBQPFosqydli4> .
@prefix sub: <https://w3id.org/np/RAOdd2cAWOsyRqgiyrSPO8pn2LmDZVKFnBQPFosqydli4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0l/hbkpb505MXJgaECHrqKL2po2Lm+JEFozolkJIvbXgusOKO3clXGQ/G3/mVfltQv9l/ai/Rjqff3NrQ/qNFI9xqFbkKgfWpLz7ATyas3gKf4rXorCkFuC9Nz4gu1+YDuUgIlpb4ZGem6SKMbnh4/+MOb6wuuGhK/nSruY8YFE+7BkIz0rOOME4E6OYpFLJVUt2OLmu6rp/cWyGgPGUJ0ypKMgqChAw/SxhTO30R8C9BraHhZ153vaMhdiU1lBU74Fpz/Xptu9nT1e/YRV0fUBKru4U1Xxbvt9AyRzPcXjj9kqJpOpg4/RlJ5LEuotl6oUP53d7E6Es8ePPK1KZGQIDAQAB";
    npx:hasSignature "wGswYwpG2UzQv5gxwUPjFObExiJiVgjuwS7X+KcOcGHQ/uz6kcyNNy6gDHiq8gU5+24Dhke/Uv/GEq1GJrDconKXJo0guPBmEJgzvFrbDNWIWBgEjpUlwI4QqDXFuk7CfNgCus5LVrHGqDlgPm7UhSXRX0NpNrei1eY9ng7Yiy+vPn12IhnofxY32QtWNvOBkM57XqjEbx7dzOZNpyjJj27lRF5RpLN2JUJWT5dF52jAm6oMJakdJH3D1/1xhB3injR5GrnL9O2r6SaC7at6ukkVaPVGVyCCLLaqXqBeUBQ/Q17f/b65NCedJFQP0v+fPWSptbleysjzuRo1ZfgVCA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}