@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @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 { sub:paragraph a gen:Paragraph; schema:about gen:DocumentationTopic; schema:title "Removing"; gen:hasContent "

A paragraph can be retracted by whoever published its current version, which takes it off the page. A paragraph published by someone else cannot be removed this way, but it can be edited: replace its text with the correction, or fold its point into a neighbouring paragraph and leave a note. If something truly needs to go, ask an admin.

"; gen:hasPositionString "070" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:34:58Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Removing"; 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 "MAv7zL1rrwf3WAk7Bv6t8jc4H+s7Srx7WlT64m/58zvmkp+jaJvt5qPv+aDeVXIIbQI3BSnSbIhmAVjWD115nuIdY0vWUlPfenFShlE6rpLPYGxlILlmSiFyELouHb9wuob4J66lVQVe3ViPN6LD+oMz5oi5j+Og404yMOSyaln2OTrAhwHyb3I4rGEk4ua4CKwPl9Y63ikXeIzYk3ZGe11X2Lj+f0k8I4Q9k5nsX5jMKq7s/awksKbWrQzdwcbZ4TJyJY9msXAYpnujIqtxuJANcOom+Ahicm6pxlBxp5DQ5A8zrJm+VWCzqJCsL+GHhqCm+G+YamCm5ZopTFe0hg=="; npx:hasSignatureTarget this:; npx:signedBy . }