@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { npx:retracts rdfs:label "retracts" . sub:assertion a nt:AssertionTemplate; rdfs:label "Retracting a nanopublication that I published"; nt:hasNanopubLabelPattern "Retraction of ${nanopubToBeRetracted}"; nt:hasStatement sub:st1, sub:st2; nt:hasTag "Meta"; nt:hasTargetNanopubType npx:retracts . sub:comment a nt:LongLiteralPlaceholder; rdfs:label "optional comment for the retraction" . sub:nanopubToBeRetracted a nt:TrustyUriPlaceholder; rdfs:label "The URI of the nanopublication to be retracted" . sub:st1 rdf:object sub:nanopubToBeRetracted; rdf:predicate npx:retracts; rdf:subject nt:CREATOR . sub:st2 rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject nt:ASSERTION; a nt:OptionalStatement . rdfs:comment rdfs:label "has the comment" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2025-10-07T07:05:42.585+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ns1:RA_fYtKwFVA-fVS72uKV77LDucqrpNn0cbICKicCm-0wM; npx:wasCreatedAt ; rdfs:label "Retracting a nanopublication that I published"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "j8IUfscibhawQ17LBym7ChcTZxLF2Hizop8tdQ2mvGdQGu5Aiu6zUQ+mTeYI/lAy+R9n7Al84kHMf5cTUPF0bULT85vOgYdSUdn7aManWwcl7iv4N4UnetF8d/jKyqrvJiwXYQOUlIn918nimDqADV0Q1WdYTtjtdY/iXD9Lmzk="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . }