Nanopublication

< Home

ID

https://w3id.org/np/RAM-CfxKEwIyh7nLJvo0ZmKPSlhXhwLhmNEpn3yNwdMNs

Formats

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

Content

@prefix this: <https://w3id.org/np/RAM-CfxKEwIyh7nLJvo0ZmKPSlhXhwLhmNEpn3yNwdMNs> .
@prefix sub: <https://w3id.org/np/RAM-CfxKEwIyh7nLJvo0ZmKPSlhXhwLhmNEpn3yNwdMNs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAotiarfrGh0rw+8d71J2s0Bwn+Q+2FWxZkG7jOn6E5zyl1bSLAeK/Snb1+oIRqIwgFNQYUBEF/x7NyamgWrl6Yw5KwuC3nbBgBXf2/ut66J/1A+rXws+dLNLUTvBjtY28kyuSotlK81PQzsseOfG+JHmLWAZfi2tJZSd32KlxXQ3fAUTiU2D+P0xGw5I/S/0/ipoWVRBcejHsTZCkr4znCzS28nPvMtNU31DepDb+p4mQ/0UDTDUnuCY7tYmb+AEE0KyMTJ0aF2H7rLCFkulV0Id1HNchLSrLJP4gFUybjfb5YNS1BhwHABIbZH7UjS7rc3XwcmA0f3lEI/y7Ix+f/QIDAQAB";
    npx:hasSignature "EAc1mMK9tk5LyJjt2kExzypTmFjNYOQuzk6OF2e0gjRJlfU3aWS+kNgeGRgnzhIsPgspk6HvvPSdX/vvscdhX1YO3DOYlaiX9RCyGoyVc1mAtFXSNlhI5N7F2qZGPk9n7+2CTnIlFajAg4Ydj9Kq88qMD8vWSW6YPxJ3X8SvGpUEE3cqYmh1ssI0cwp7LT98l7D3wKKtt/zSpVXPlnGAkRpjxZEJNnO0ETZ9uzzr5phDkGypog+Dq9/nlPxgwtjZT7+BsEKMzgANvtv70fH5EiJ3zd3IetoTEdxWocgQU2oKyrm3bl7sW/sMTgwcec5Ln/AjjVsXBkWfLRaMspOy5w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}