Nanopublication

< Home

ID

http://purl.org/np/RA2QRqn8wwQGsyG1J3x4tXlb0_c1ZD986sFsTssQ6OSe4

Formats

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

Content

@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RA2QRqn8wwQGsyG1J3x4tXlb0_c1ZD986sFsTssQ6OSe4> .
@prefix sub: <http://purl.org/np/RA2QRqn8wwQGsyG1J3x4tXlb0_c1ZD986sFsTssQ6OSe4#> .
@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 {
  orcid:1234-1234-1234-1234 npx:retracts <http://purl.org/np/RAaK4T7yk0rxkD-lNeoMty5WSgopjgedaVO4WjDB2PfFE> .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2021-03-25T12:53:43.445870"^^xsd:dateTime;
    prov:wasAttributedTo orcid: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 "iPeC7jgjFC8JnHCKn9cATTRqOCU+wJpbCZ6V+J9S9EowOpdN04gLsae/clC+Lro0P5N6V0wTNwIEQpQGY+Ayf2+v1BtVnz0v0Jnf67bBDrQR5PsJyh5pzO5BRA8RmS710Z8y0fYKbVZSNsi2uHHVfnxK8o9H3B1OXBaEvaBhSN0=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2021-03-25T12:53:43.445870"^^xsd:dateTime;
    prov:wasAttributedTo orcid:1234-1234-1234-1234 .
}