Nanopublication

< Home

ID

https://w3id.org/np/RAqd7IBvumT34EZgDjL8HV9-aLl2pQrY2C84AA6qLY0QE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAqd7IBvumT34EZgDjL8HV9-aLl2pQrY2C84AA6qLY0QE> .
@prefix sub: <https://w3id.org/np/RAqd7IBvumT34EZgDjL8HV9-aLl2pQrY2C84AA6qLY0QE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Woa+G95N50b5jyAGez3BpMToUrDx5cMy0XezCNKsYV/xhjhFDP+HyP1FNt6cG5KDIc9/oPI3HepZ3sLkC92mvxaV3/hvhCwT2UKthQ0zBsSEW6djBcE+a1AG7V+oJ3PAQq0DuAibzHDiCwuZD0bHE05AUTDf+8wwo32LpxCjSbqhcRU70T+J03H8e4eMngEaRlmRMlU6NCzAY1uruKyTV4GXBsFWj3xBHcOgru8iYvdfBG2KE0a+Fe0bxr9q6tbAkWgE7llx7CsO9tkbtdK8M4bmQHhQS+v7KuLnDgjzu2/65einWKhQdW+tZHrKLzF/nRFIF6JKsvCbklH4HtzcQIDAQAB";
    npx:hasSignature "nWl5EOF6TIdI0tu92m/5i4ylrjmY6dL3L1XGk+OMYHd4BGePx9lcPeyxhaQs5HUDenWeeFXRXW4JIh36XFxE7PeU4E2WTMqePqMMNZtLIAZ4ZGIWbs43tdNUVLKbPcjIShXBloxWqY4SK4t1Bp96frjPktgXIlj556nnsbKSTCpooT/ov6cmQAva5NShrQx64I074rtkr3TwG5uE17mCHfK30uSiAXlKDFIT7KgLnvhPAEwczqQ6m6SKWt0kMQxJRgdyiEqJq4Zzghtv3cszH2NB9SeeLbxOOxh/a4deZU7QfvP6McOu3iennbcrnIdtLoToIOmnmfIxcOs1so8GSA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}