Nanopublication

< Home

ID

https://w3id.org/np/RAtKZBj2TVgwGRa64wpC7MK1jE5dK0El-Jrdl9i_-hl1A

Formats

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

Content

@prefix this: <https://w3id.org/np/RAtKZBj2TVgwGRa64wpC7MK1jE5dK0El-Jrdl9i_-hl1A> .
@prefix sub: <https://w3id.org/np/RAtKZBj2TVgwGRa64wpC7MK1jE5dK0El-Jrdl9i_-hl1A/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApnO3qykG50XGm3sjShY8DQKXwSYZM4Bh2RugAvLBDMJsisYJYtPx7IYmxHs5lNoCHPvIWY+nYEC9GbbOjNpISkDYaLwFYcFg7RwIDxh2mSvdGmTrrxVvDG20orfldmGhj/rFfvl6MWkuexLJ8LoUBJj73wtN0no87ajucWKN5tIcqCP66xfsumkDXW/eX4ocHd+oyPQWrlSRozUoN3TADIzD252vEXYCntO6ETq1V6UwBxvFUHWUn0lCCf5xd8YsRkBabh9ebjIGt3aUSXrjxtsHmUBDAvImfZmtF8xFPcHdB7C//LKbw01vHV98Io3n157aAfjLnk37r72CgK9XyQIDAQAB";
    npx:hasSignature "juRtNqZekq+ik9KE3mhFWQ1uP5m/bSojoBUhpGnnFEsHVr0dwOFIn4q+XBdYsrfU/YjtDklYgL2xh1iRVPXlrybtNpGvot4Dg7i98qXf8d5PRnhjp/sLDoDZ+SzcLub42ON6ypp97SP1LVNDi93jApqhUz6vafRe+aMikY8MT485Z5PhKiPxow6BgLFB1/hxk74RqH2ZQ/umVL7SSXNob5uek8ImDRcCDWfXJdnsN+Usq+eR3rKTpiFLI96qRsNtcsPveBes3pjLxhwoOttyVqAfxkmUktTfV7PDVIRlbYulR3ZzCPaaLS1t+lQHPOI8hOwz1OrocTGiFlCMbVKITw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}