. . . . "For the part page of one documentation paragraph: its current title and text, i.e. the newest version published by a member of the space maintaining the documentation resource (the page context)." . . . "Get the current text of a documentation paragraph" . . "prefix rdf: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix schemas: \nprefix gen: \n\n# The current text of ONE documentation paragraph, for the paragraph's own part page.\n# ?_resource_multi_iri is the paragraph IRI; ?__context_multi_iri the documentation resource\n# (auto-filled by Nanodash), whose maintaining space gates the authors. Same rules as the\n# topic-page query: member-signed only, newest version wins.\nselect ?title ?content ?date (str(?np) as ?override_target) ?np (\"^\" as ?np_label) 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 ?npPubkey ; dct:created ?date ; np:hasAssertion ?a .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?npPubkey . }\n }\n filter(contains(?memberPubkeys, ?npPubkey))\n graph ?a {\n ?_resource_multi_iri rdf:type gen:Paragraph ; schema:title|schemas:title ?title ; gen:hasContent ?content .\n }\n filter not exists {\n graph npa:graph {\n ?np2 npa:hasValidSignatureForPublicKeyHash ?np2Pubkey ; dct:created ?date2 ; np:hasAssertion ?a2 .\n filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?np2Pubkey . }\n }\n graph ?a2 { ?_resource_multi_iri rdf:type gen:Paragraph ; gen:hasContent ?content2 . }\n filter(?date2 > ?date)\n filter(contains(?memberPubkeys, ?np2Pubkey))\n }\n}" . . "2026-09-15T05:22:52Z"^^ . . . . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB" . "eRBXCAwFDpu5bqNK876pKNnl9Ktz3Sba45+kNz/+Fg9Kp31ylR79/8C2HSBfcXnrzMFDRhK86UNkxHq1eeaJQFs9fF20ZU7cC7ev/pIQXmwqLMxVB980DWQVyvlbAxLiFTSmBIcMgm79d8nQCpiZMQUvz3bbLlAlT+vQELlraYOX1VJMiLVzW76iezkJ94KfqIsW8860eDgaes2gNQXaK4r50MI7YkX0wQdF6k1EtOlQNq2mpNggqWLH2hppARMOrCi8wvcJGrQ0s3OxRo5hKB66QKU+h9N9HJKf/qNhxgST+PfBBloL9kgi9sTD64tzi4WL6oRS9yl6u5K9mBt+1w==" . . .