@prefix this: <http://purl.org/np/RAy_k5bZFa7NI6z6jf2dqnKePB2TKJHg0_RKjAxkmN4Vo> .
@prefix sub: <http://purl.org/np/RAy_k5bZFa7NI6z6jf2dqnKePB2TKJHg0_RKjAxkmN4Vo#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  orcid:0000-0001-7769-4272 npx:retracts <http://purl.org/np/RAI6rbDVUOSjASAs5K1QASc06uqIaI-J53w0qGpTvAdY0> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-7769-4272 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOqbrPT5RmzxsvRXGHZSAXPzeRLt9ogiosL3tcPKC0g5J8B1577lnJ3oVKSfD80lgPJdr9K671RazGL/mkZ/yu/uCNqne07Q9jd6OIAEi3fldiVfGK8ZDh43rGWRuG+BlvbZ1lZRFrWsURTKTpMgh0C6vJFRIMkWH6ImbZC5JbbQIDAQAB" ;
    npx:hasSignature "iI8/wmMoIgiXiPC+bH0l5RE/LXgHwwimy88aDdS9YXrEYT50A78eWN+LNOjUhDC1/1cdc9bMTmHr0+HKKRaUL3WwJKULhWEuxCyfkjKKQxTLryiPBjmgzDXJeIgFeZv+eW3p0+ydYco1gxRHg4d9pIit67kR43P3iTcr6kLS1Rk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-30T18:12:39.765+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-7769-4272 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAvySE8-JDPqaPnm_XShAa-aVuDZ2iW2z7Oc1Q9cfvxZE> .
}