@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix prov: .
@prefix xsd: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo;
a np:Nanopublication .
}
sub:assertion {
orcid:0000-0002-1501-1082 npx:retracts .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2020-12-09T13:58:35.515990"^^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 "ioCn7uKBsTIQ24P+iBv5/yJQyiTuq0wg3nnhqPREIB3x1Db2C7qcCuSfzKmV4OZ9gGoZ9+lie8gzKjhRNwI7ExWqFYnkkRJXeW2I8nXhcXJMLbD4vblsI+4iQkwhGenUD8CA1KG+UjIoCMs7Gcn5i+R5ZFfu01jFAiowf3/1Jb0=";
npx:hasSignatureTarget this: .
this: prov:generatedAtTime "2020-12-09T13:58:35.515990"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}