Nanopublication

< Home

ID

http://purl.org/np/RA7n8fJ8Eutv-2Qc-W05gyOkehv9HqfI2lIrRfbXwQT7g

Formats

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

Content

@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RA7n8fJ8Eutv-2Qc-W05gyOkehv9HqfI2lIrRfbXwQT7g> .
@prefix sub: <http://purl.org/np/RA7n8fJ8Eutv-2Qc-W05gyOkehv9HqfI2lIrRfbXwQT7g#> .
@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/RAhLHQcY4xegPhmD0JHB5xMV1kDxYRlbgLttG2xg78-kA> .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2021-03-24T19:13:57.606866"^^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 "M9MoTXo6BpvpiAlgmzKUe/JZb4rX5GeRcYpVDd3dLndFa06yK0xisXNWW+kjULPP9F9q7aixJyTVwUl40cAE1FYBjfNILAf1ioQQ4Ldax+s62SZATsqYdW0k9CQgSe1be0aEWltVEmphFMKH+Fjj1YFZHoRXu1zEMH5o5B85Bh8=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2021-03-24T19:13:57.606866"^^xsd:dateTime;
    prov:wasAttributedTo orcid:1234-1234-1234-1234 .
}