@prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix gen: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { npx:retracts rdfs:label "retracts" . rdfs:comment rdfs:label "has the comment" . 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 a nt:OptionalStatement; rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject nt:ASSERTION . sub:template a nt:AssertionTemplate; dct:isVersionOf ; rdfs:label "Retracting a nanopublication that I published"; gen:governedBy ; nt:hasNanopubLabelPattern "Retraction of ${nanopubToBeRetracted}"; nt:hasStatement sub:st1, sub:st2; nt:hasTag "Meta"; nt:hasTargetNanopubType npx:retracts . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 . } sub:pubinfo { orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-07-27T08:03:55.059Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8492-0354, orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:introduces ; npx:wasCreatedAt ; rdfs:label "Retracting a nanopublication that I published"; skos:changeNote "No change, just checking whether overriding works."; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "tIFUrG8SX9GebgBKWznIYTma9ZTAN0A9AcKLOKvrIl+Llkyv/wI/7TUrFfRdab1Eq5Sfe7fRx/jg03xJJD26Jtb40Slt3QRZw0H1OS24bIyD4s4kaZdsa/OSIDingVppYLe5RJG/2sVGRm5fUgJpI7rdWn7hd2LkYyX3A5qFERA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Nanodash - The group maintaining Nanodash." . }