Nanopublication

< Home

ID

https://w3id.org/np/RAdu_UB7_DfjD94A0ZqjS_Rjqpm62MTJytpPyZTDo3yYE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAdu_UB7_DfjD94A0ZqjS_Rjqpm62MTJytpPyZTDo3yYE> .
@prefix sub: <https://w3id.org/np/RAdu_UB7_DfjD94A0ZqjS_Rjqpm62MTJytpPyZTDo3yYE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr5i9fk91YpsHt5DPWHYKhdwTiYMX4qUH2gIZZkOaRgwzvuKKjLYBDOuP69O+7tLvngDyOAsiETHTM7GX0MKKSTnvnSXkkrlGG7l6dfn+poPXhesyEN2BO+UVlXtZR0P002l/iYuXS8QMVZepsf64BRw4yDoEAcu17hjRWuM+4jeii7hBmGrZH8M8bL39mHlXoz/pxEJK+oKKhIY7OWIthsN046eEOjHAv9Eq9uLC/19YIBma3UC/VEMe2Zj0cxguq0UJ/NAcbUeofBbjJ0aRQXKqZi2wZI2HuPycJPXVJDf3fv/aAsy1c04MMPhfSjCbXvSkuPPrnpHTkn7nXX1ShQIDAQAB";
    npx:hasSignature "p+RJiXs7nlvxsmz/TjsFO2G4YuhYm8FFGe06oWxtpVkUGsoxZlRrHyjSREU/i5x+EmbSFcOCR9IGKbePWNJbWIXX0k3ypPkgvlrfLxwssOcgGre6vPVuMuv/SW1y1zsw80EFefd0os1VLZAiCufyZyqTDTRPSXdgefCgYhuR2X2yXNXA70IVAbwjrMQlAP9adzFmzkk/9dk6zGZiGgbu7/Y/vj5MvwrOYMR9/C1GXOupzvEwj9yvnsUDkwG7IBWPETzuvdhcVsGzMNnnlS7RZGKD+AfwKMuq7uN0mbI8pJsWaZJr6zRTpWE4XCfPUYFX3wlalygZA3xiovLNGllwCw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}