Nanopublication

< Home

ID

https://w3id.org/np/RA7hKXBJUTyrNZUiPbmfCEb2Q0mCo73U8-sL5uxUs80fA

Formats

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

Content

@prefix this: <https://w3id.org/np/RA7hKXBJUTyrNZUiPbmfCEb2Q0mCo73U8-sL5uxUs80fA> .
@prefix sub: <https://w3id.org/np/RA7hKXBJUTyrNZUiPbmfCEb2Q0mCo73U8-sL5uxUs80fA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDi4qMEkcvSf2wOsomfSDHQx60JFi6lrVDE/B1QkD6fovsw0ntJNhKZfPuX8F/hy9eGoWYwHpik3K66KWm+yg8V8x2G2JXhQ/ofFik8Imj1ILZ/IOvvGmDKJd48kaM9IzC2d9Pj5+jw3zSjjxaIEDKPn7domYv137yK0NsPrO0KH17FXCYwQaAhhHQtUgeraD6sgky4BfVMFJN7ZkW9X6wz/+vYVFcAfSJs4woIjTs7anpj9PlhiqF6MVZcjIseh4Asht5WKlboI4ajfWOti+kSWbJARNMaybkHB7few99TlWbYjz82SDRwLfFVlankrxk7T1MhFBzO/gxsJfwTVcQIDAQAB";
    npx:hasSignature "Xe36mxjckgjvKjiDFuaGHYKujnqPBfqhUQlmnriJaoyc3HTot7JKpBWjcxjnabvmKDl5Ttit+WWlB3k0JsYFgm5O6/YR99bg4VBG3kwyR0vEGEGbVDNaPH3SgmXmxLIhAC72LwjcNMTa3z5TrTB53EUm3RP/SbxhP4Q3kt1ywD9eYtQYnzAIodhsNt266EVTsPm9abfDSiAO3l0mNLrJDt/7f7GsbiAwqonwZqce4JyGF3FK7mXopE4y3VdqmpG8obKLzx2hMJc1pptsIs8N5PEopzJ8PGYc6GPoeSLG38xsikNh7VOm2YXEGJ3t/QmzorLNpEqeoAquBpzz2MRhWg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}