Nanopublication

< Home

ID

https://w3id.org/np/RAdc9PtCXfW1iB2DPTzy3NrXk4lrfYH8RQlrkEXRKRpU0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAdc9PtCXfW1iB2DPTzy3NrXk4lrfYH8RQlrkEXRKRpU0> .
@prefix sub: <https://w3id.org/np/RAdc9PtCXfW1iB2DPTzy3NrXk4lrfYH8RQlrkEXRKRpU0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArPMzpG2XfzAExTMHhQ2WsZyyQYT4VR0lQJYrZgols6kbX0WsApcH87AnYghK2jhBnyu3jOkVJGqsdmbZta5lngsr0kNsev9G1GvHqNB1cRg/gMjtcDK3IF7aa202vMnp2yW+0vIlrB0FONovMQ7D087y1PF7/D1Z/RFboY2uMMTsfqaTcb1t9lkED34R7cZbC/n2T0bIfV3J6gQX4wUHfurngptHpm27HXQJLW8y4j3LxlhKe48ci6ANRqmONMQZH7sfkrRxBqoazEFon/SAD1SbsEdmBGlA9AW+sJEfi/9NNj13NeMDTlqzONYW1p1+xEd7I+tP/c8EM+n3P44NjwIDAQAB";
    npx:hasSignature "gOIH3Kk+NaoOCgqwevF+iTmj6rPfb6ZmNigPT+NXJJltYQB960KV8jr95wKmtNLMySFs3xBSLWNLkILK4HvMq5Wjy4SbKqrhC8/TpbY4rfW+3g48WGUoaaMopCDmOxRkkaz6jk1KKbFAjQMS/d1aHo9Rm6tnJF9Rmc6bLEERRYB9SOU8hIO4aURpbGcki9upiJEgymUwyoS8uSqoVAtm766nyQkUPq83p7vzTG0w9ppubRuPUFbCo9ivoRWWPd7h/B/xHAvvJjg5S1162eDQVLI4DJh5C9vt6dWNWh4ZJQu527HWydVNBBw2CN2RYepeb6GpYNsxhU7VgPcoCGkyGA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}