. . . . "This query returns plain-text messages about the given resource, including messages about things that are declared to be part of it or whose URI starts with the resource URI." . . . "Get messages about resource and its parts" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \n\nselect ?about ?text (group_concat(concat('link'); separator=\", \") as ?link) ?user ?date ?np (\"^\" as ?np_label) where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n ?np dct:creator ?user .\n ?np np:hasAssertion ?a .\n }\n graph ?a {\n ?a rdfs:label ?text .\n ?a schema:about ?about .\n values ?_resource_multi_iri {}\n filter(\n strstarts(str(?about), str(?_resource_multi_iri))\n || exists {\n graph npa:graph {\n ?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .\n filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }\n ?np2 np:hasAssertion ?a2 .\n }\n graph ?a2 {\n { ?about dct:isPartOf ?_resource_multi_iri . }\n union\n { ?_resource_multi_iri dct:hasPart ?about . }\n }\n }\n )\n optional { ?a rdfs:seeAlso ?link . }\n }\n}\ngroup by ?about ?text ?user ?date ?np\norder by desc(?date)" . . "Tobias Kuhn" . "2026-03-22T07:09:03Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "dAf93j8oHTbQpZpBMpdi+sOFAoeFTKalQriRWNxkvn5qRyMZeYHWf/5IK7PJWjX4x2PXyhH9V0OQLzRjVBFIkAy6gM5Qkmw/NjSWy6/Tb3aBi7y5VAaCSEyFKRlAl0ox3ydtb/FDzPn7kDY7d6InrJ67dfHvvFNkNSnOYIzmdpI=" . . .