Nanopublication

< Home

ID

https://w3id.org/np/RAFevXB7-cQrIP4Mqf2yrPVq59nlD7w-KXEDTFOvfsoUQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAFevXB7-cQrIP4Mqf2yrPVq59nlD7w-KXEDTFOvfsoUQ> .
@prefix sub: <https://w3id.org/np/RAFevXB7-cQrIP4Mqf2yrPVq59nlD7w-KXEDTFOvfsoUQ/> .
@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:created "2026-03-05T11:06:45.753Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6iNLtzGtuSJAJ+d3XpQeEjWqBU6fplm9ZJ05y1ipPYLI4RME3j4wTgrnm3+ugs9hR0ycLjsVwMaY6wnDfgxwFKbdevfqiokbsu5XbsZpfOp91b62wye8wlFsBMGlz0SkGPIVUg8dmbiJov7Rn3Rrf+Otl7igRRTWHVLmTGgwSWwI2O4LP7X/D9h57Bz5rUkVa8QVe1BUQk04+4bljq0G7OvWWofx8hJMSBjwsCufaPeis7heX40kgXnk38hiao1yZgW/IP/HkveFuHkDt7Y9sPmyKQ178Yb9TOoNrAwdFnsrMGJ+pHfof0gC4GunonEWXGch4sfWjLYPiM1zFt4zWwIDAQAB";
    npx:hasSignature "UbBC90jMfcTTrHwVX2V7mf0Kvf/sD3W77XJeT+J9I39dj/VWHAe0qKhOmKsVIy5FRpKzT5O80kZPypSdV9Ll3qnRAFixWQl6ImBJx91TLEl36exqw4ZNOMJ4cIrc1YIylkBIGyLykWNy8VcROrXH5gamLYtgHlbnyWYlOcK4O3kRSejrqeIXt2UYhu8EEtkXNqBsvmyA5ALrX8+SCdYtpnR5mnVLNxqbDhkSbKpNh8fhqr3Fug7EoGBAxf3basCSPZqVcWwYeHpYbGr/kLOpyVOsci41/XdYmkWi9KJ29l5XYp1ToGd7GDdUWROeB0dPesp3UsAT9rN/RaxjYXO/IQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}