@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:DeactivatedDocumentationTopic rdfs:label "removed documentation topic" . sub:reason a nt:LongLiteralPlaceholder; rdfs:label "why it is removed (optional)" . sub:st0 rdf:object gen:DeactivatedDocumentationTopic; rdf:predicate rdf:type; rdf:subject sub:topic . sub:st1 a nt:OptionalStatement; rdf:object sub:reason; rdf:predicate rdfs:comment; rdf:subject sub:topic . sub:template a nt:AssertionTemplate; dct:description "Removes a topic from the documentation's contents. This publishes a newer declaration of the topic that marks it as removed, so it disappears from the contents page. Nothing is deleted: the topic's page and its paragraphs stay reachable, paragraphs that are only about this topic should be moved or removed too, and declaring the topic again restores it. Add a short reason unless the removal is obvious."; dct:isVersionOf sub:template-kind; rdfs:label "Removing a documentation topic"; gen:governedBy ; nt:hasNanopubLabelPattern "Removed topic: ${topic}"; nt:hasStatement sub:st0, sub:st1; nt:hasTag "Documentation"; nt:hasTargetNanopubType gen:DeactivatedDocumentationTopic . sub:topic a nt:ExternalUriPlaceholder; rdfs:label "the topic to remove" . } 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 topic"; 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 "Kz8H3nXI6dl6bgCdrGw9maDlcyKXKlL54yBcEossHAlPfe2B/nw4moasyxhaQ1/gg8rIay0VcflPQXkXpVX/Wt1pbBlhDhyxfO6X3MFsMuFOPgZJOktTGTj8lBXhHfR5cCIT8VJzuZ482KxBttS6hdX0a9Lr96qV3VkIgOtZeTw1gtxDApsccKuzy+Kto4MF3WNHwn5IHnj8dvAP9sxyiNxeZolHvPKHJtR7kKa7YbR/Xe2lyBOh6uxN2avpfjnCK2EbEspc8B8cXrtikSh21PV3ChSEscBifgIHyGjLHs87v/q7N8gKF4efZ9cPIAPyrhH171v7V7yM6IbM0VeErg=="; npx:hasSignatureTarget this:; npx:signedBy . }