Nanopublication

< Home

ID

https://w3id.org/np/RAOi_EZvBAl-r9KLpqvT1XFA4sn8RdhYGnqh3xCrUZIb4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAOi_EZvBAl-r9KLpqvT1XFA4sn8RdhYGnqh3xCrUZIb4> .
@prefix sub: <https://w3id.org/np/RAOi_EZvBAl-r9KLpqvT1XFA4sn8RdhYGnqh3xCrUZIb4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxumQagQy0u7LtBCPUPu2s7ioi9F6z9PfF5AWOt3FcHMK9+MG0StxqVqUhk6sbIwBY6MPfB9/BYp2AZuY+39KrSpsErUmn/VGL5l08LpSOYHMzGvKNc1rkwr030vzDrC1048LT2wuy6X+9IUGqyKELPqZ4ZORW+3PqnW2Am65bDF4f7mL5GmpBFFZ5f6s4O+dJCyyhofKDpPghY4pqgecIgt76nX3rxAS6gSHZUqzgvK/4B8IEh2XGzP7Whlo+4Q/29/aphdm2KU91vgarlBiZqQyQY/Gey4v/uZh0N+Sso6cuoVl/aYl+ztRcYOToLr6qU/AIfRMrwi1KnSySp0mYQIDAQAB";
    npx:hasSignature "nudB5EsMvF3BjdjDkwBuQ1M2JnbUb+AN3+d2ZgQY1X1Ma0rl+Y4mXIWSqcmpfkSkpBMcf6Ke1ZwhYeugimmBpOXwlNa5lSgUtRZpmZ9emcJ+5P4vuZqfGMZ3neHKjSW/xf+YSSNmB1BcYQXD0ihQTPqDuFtMvUvNaLBSpbdHsp9LFj3m46t0qebu2uiyx0UBoeJgLCCJt/ago1xeq2gGQ5FTedoXfxr5hr9I2J//IigCuT5Df7etKod3kFH99Zi699d2Tze3fawttPOxVzqcGHLTGexBbia7snAQwXbxv+0LG80h2RJBIE8uT227/P9i5mhugyqezw3DApSETaK3aQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}