Nanopublication

< Home

ID

http://purl.org/np/RAeaj0Wh-UKaTs0Fj31QtQVsG_i6imnMxex-wFcvOs5FU

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <http://purl.org/np/RAeaj0Wh-UKaTs0Fj31QtQVsG_i6imnMxex-wFcvOs5FU> .
@prefix sub: <http://purl.org/np/RAeaj0Wh-UKaTs0Fj31QtQVsG_i6imnMxex-wFcvOs5FU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@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 {
  <https://orcid.org/1234-1234-1234-1234> npx:retracts <http://purl.org/np/RAr2_QuLStrZu7RkoBhkmmS1Y0YiLZixAFBEwSicap1Pg> .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2021-03-25T12:56:31.472459"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/1234-1234-1234-1234> .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
    npx:hasSignature "APv5Xu6cQ8NjXeb3zDKzZwfl6JdrL0Ut0PizVTX4Ni84PTLHaeRFe1+vzcczE9vaOO5cTrAe2jaSlRFUmjqmlF1gr5GPCNZ1JUF83bjmzWb+vQjgWcU9aV/AwRXsNfs3MGexhoR4t1Yy7njUJhbdCKChcW1SJT/9uMEukyVfjIY=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2021-03-25T12:56:31.472459"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/1234-1234-1234-1234> .
}