. . . . "Paragraphs linked to one documentation paragraph with rdfs:seeAlso, in either direction, by a member of the maintaining space. Returns the related paragraph (as the paragraph column, so a paragraph view links its heading to that paragraph's page), its current title, and its chapter as declared for this documentation; the linking nanopublication is the row's source and edit target." . . . "Get the paragraphs related to a documentation paragraph" . . "prefix rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix schemas: \nprefix gen: \n\n# Paragraphs related to ONE documentation paragraph, in either direction of rdfs:seeAlso,\n# where the link was published by a member of the maintaining space. ?paragraph is the\n# related paragraph (so the heading links to its page), ?title its current title, ?content\n# names its chapter, ?np is the linking nanopublication (also the edit target).\nselect ?paragraph ?title ?content ?date (str(?np) as ?override_target) ?np (\"^\" as ?np_label) where {\n {\n select ?paragraph ?np ?date (min(?t) as ?title) (min(?topicLabel) as ?chapterLabel) (min(str(?topic)) as ?chapter) where {\n service {\n select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where {\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?stateG . }\n values ?__context_multi_iri {}\n graph ?stateG {\n ?__context_multi_iri npa:isMaintainedBy? ?space .\n ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType .\n ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk .\n }\n filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole))\n }\n }\n values ?_resource_multi_iri {}\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?k ; dct:created ?date ; np:hasAssertion ?la .\n filter not exists { ?x npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?k . }\n }\n filter(contains(?memberPubkeys, ?k))\n graph ?la {\n { ?_resource_multi_iri rdfs:seeAlso ?paragraph . } union { ?paragraph rdfs:seeAlso ?_resource_multi_iri . }\n }\n filter(?paragraph != ?_resource_multi_iri)\n # the related paragraph's current (newest member-signed) title and chapter\n graph npa:graph {\n ?pnp npa:hasValidSignatureForPublicKeyHash ?pk ; dct:created ?pdate ; np:hasAssertion ?pa .\n filter not exists { ?y npx:invalidates ?pnp ; npa:hasValidSignatureForPublicKeyHash ?pk . }\n }\n filter(contains(?memberPubkeys, ?pk))\n graph ?pa { ?paragraph rdf:type gen:Paragraph ; schema:title|schemas:title ?t ; schema:about|schemas:about|schema:isPartOf|schemas:isPartOf ?topic . }\n filter not exists {\n graph npa:graph { ?pnp2 npa:hasValidSignatureForPublicKeyHash ?pk2 ; dct:created ?pdate2 ; np:hasAssertion ?pa2 .\n filter not exists { ?z npx:invalidates ?pnp2 ; npa:hasValidSignatureForPublicKeyHash ?pk2 . } }\n graph ?pa2 { ?paragraph rdf:type gen:Paragraph . }\n filter(?pdate2 > ?pdate) filter(contains(?memberPubkeys, ?pk2))\n }\n # the chapter's title as declared for THIS documentation, not any label the anchor IRI has elsewhere\n values ?__context_multi_iri {}\n optional { graph ?tg { ?topic rdfs:label ?topicLabel ; gen:isRelevantFor ?__context_multi_iri . } }\n } group by ?paragraph ?np ?date\n }\n bind(concat(\"

In chapter \", coalesce(?chapterLabel, ?chapter), \"

\") as ?content)\n}\norder by ?title" . . "2026-09-15T07:56:31Z"^^ . . . . . . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB" . "VrSQ1FneQ7FUpiKU9FL/LhiufrTEpPwKwhmrzChzbci1H6jamUTn/fRTP6RSqCBcnrRddp3Gdo7gwdP47mWIef72q+m6YAoouVA+CfdcQatqfFqHPxXxw5yhhhi+c8WNqsaoaDr6MoyAlOKFlS8BpQ/eiK4VsH7+6vEPwSLSVcu2aDhN1TJ00/VxXlDeX93ad8xyYBfRJ1bgnJcz31r2OKR7BLtq+sv78xGLap1MKr0aPhUw/5qUVvoW/A/RuTBqpqmXmkfrnpDUQdOFTIAKKr/OTYpNaTMeq6Di1h2nJ3UWFVM8/FUIGpWOBkNZ7VkQ1Oa1j48MjJYjqQWjPj1dww==" . . .