@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix prov: .
@prefix xsd: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo .
}
sub:assertion {
orcid:0000-0002-1501-1082 npx:retracts .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2020-12-09T13:58:04.006115"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}
sub:pubInfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
npx:hasSignature "RK/BbeGhNz5DJz9tyArYDlX0E9jsJ8z62WX8jV5sADMZHK/kLhzVCDjusxUll0I92/qReg6Uz2ve8Qu0YW8oxp80yTuu3oEsMXL5rWc40k7qmXP2xgeBSuX9fECFkLZGqnTCUaJBXxL8qAB2hVo6LpRPyB+tZg+VGp1Ot+o27wU=";
npx:hasSignatureTarget this: .
this: prov:generatedAtTime "2020-12-09T13:58:04.006115"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}