@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { rdf:type rdfs:label "is now a" . rdfs:comment rdfs:label "with the reason" . gen:DeactivatedParagraph rdfs:label "removed paragraph" . sub:paragraph a nt:ExternalUriPlaceholder; rdfs:label "the paragraph to remove" . sub:reason a nt:LongLiteralPlaceholder; rdfs:label "why it is removed (optional)" . sub:st0 rdf:object gen:DeactivatedParagraph; rdf:predicate rdf:type; rdf:subject sub:paragraph . sub:st1 a nt:OptionalStatement; rdf:object sub:reason; rdf:predicate rdfs:comment; rdf:subject sub:paragraph . sub:template a nt:AssertionTemplate; dct:description "Removes a paragraph from the documentation. This publishes a newer version of the paragraph that marks it as removed, so it disappears from its topic pages and is no longer counted. Nothing is deleted: the paragraph's own page keeps its version history, and any earlier text can be restored from there. Add a short reason unless the removal is obvious."; dct:isVersionOf sub:template-kind; rdfs:label "Removing a documentation paragraph"; gen:governedBy ; nt:hasNanopubLabelPattern "Removed paragraph: ${paragraph}"; nt:hasStatement sub:st0, sub:st1; nt:hasTag "Documentation"; nt:hasTargetNanopubType gen:DeactivatedParagraph . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-16T15:13:47Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:embeds sub:template; npx:introduces sub:template-kind; rdfs:label "Removing a documentation paragraph"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "WVesLNEC2o5zLU60fQs6o796+qAvxC4iOZHTP17kGAImDsb+nLFgcU8G9VJuXfm6sXkN1IdhLqPDycePuZXI9Fj0jwTddW5XALzHwADeu+aZLeD/UH+OG6ISNoPuwVAOl8JEoObziLgejkggXCSVxnezG1WVTLxDLP6BDzxUHzu77TaF9Xmy8lDpKGeBgOytFFJJhEVq96j5vzRkzWT1WV0oVsuHjtbvNJjV5Re7ex5HxX23FdB1yUH+4UNw9noYXp+TX3OyzfqiktUnsOzzIMkyTp8VsCFMZp2tdWLxc5Z+zvJBOAHiABs0XdqsW9KgxgesCyJ9hHMUp3fSTFXfhw=="; npx:hasSignatureTarget this:; npx:signedBy . }