. . . . "This query returns plain-text messages and discourse statements (schema:Statement) about the given resource, about its sub-spaces and maintained resources, as well as replies (via as:inReplyTo) to any of these." . . . "Get messages about resource" . . "prefix rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix schemah: \nprefix as: \n\nselect ?text (group_concat(distinct concat('link'); separator=\", \") as ?link) ?user ?date ?np (\"^\" as ?np_label) where {\n {\n select distinct ?a ?text ?link where {\n {\n select distinct ?target where {\n service {\n graph npa:graph { npa:hasCurrentSpaceState ?g . }\n graph ?g {\n values ?_resource_multi_iri {}\n ?target (npa:isSubSpaceOf|npa:isMaintainedBy)* ?_resource_multi_iri .\n }\n }\n }\n }\n {\n graph ?a {\n {\n ?a rdfs:label ?text .\n ?a schema:about|schemah:about ?target .\n bind(?a as ?s)\n } union {\n ?s a ?stype .\n filter(?stype in (schema:Statement, schemah:Statement))\n ?s rdf:value ?text .\n ?s schema:about|schemah:about ?target .\n }\n }\n } union {\n ?anchor schema:about|schemah:about ?target .\n ?s as:inReplyTo+ ?anchor .\n graph ?a {\n ?s a ?stype2 .\n filter(?stype2 in (schema:Statement, schemah:Statement))\n ?s rdf:value ?text .\n }\n }\n optional { graph ?a { ?s rdfs:seeAlso ?link . } }\n }\n }\n graph npa:graph {\n ?np np:hasAssertion ?a .\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n }\n optional { graph npa:graph { ?np dct:created ?date . } }\n optional { graph npa:graph { ?np dct:creator ?user . } }\n}\ngroup by ?text ?user ?date ?np\norder by desc(?date)" . . "Tobias Kuhn" . "2026-08-19T14:23:44Z"^^ . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "qj1PBg/77HwJbc4QeqMKwnjneVs8WME0AmgwkxtIc6xXt+oG1bsZZrWOENLTNG1txftb4fX6ayfAtOfn+0ouP8kHAgRl/009Fz9N1IIBrPl1kxDryGI+GUEq0wIZvsuBTP16jOxIC1pYkQRWDDl/hSZcGDMUz2u2efirFNMXGCc=" . . .