@prefix ns1: .
@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:1234-1234-1234-1234 npx:retracts ns1:RAJ6rFPvaHSt60vbxLpUJVN6WtyvdnT7wl1LDOIbNloHw .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2021-03-24T19:11:33.320952"^^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 "IE096OUxQANmfuaXpRAowk/d8Trrsop3zx0dOPPRp2o4O/wjLfU6YSeeflB8sXk7IOxI4V//zP5qTikl472j4T77+T+1sq6gRJF8Z7n3+qlmT/F1RPFGGj6pgG32ayw5X8Da48lZoZ+9IArxjiXf8o1TbnTUxIBg0UFPrExPXFY=";
npx:hasSignatureTarget this: .
this: prov:generatedAtTime "2021-03-24T19:11:33.320952"^^xsd:dateTime;
prov:wasAttributedTo orcid:1234-1234-1234-1234 .
}