. . . . "This query returns plain-text messages about the given resource, including messages about things that are declared to be part of it (recursively up to 2 levels) 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 || exists {\n graph npa:graph {\n ?np3 npa:hasValidSignatureForPublicKeyHash ?pubkey3 .\n filter not exists { ?npx3 npx:invalidates ?np3 ; npa:hasValidSignatureForPublicKeyHash ?pubkey3 . }\n ?np3 np:hasAssertion ?a3 .\n }\n graph ?a3 {\n ?about dct:isPartOf ?mid .\n }\n filter(\n strstarts(str(?mid), str(?_resource_multi_iri))\n || exists {\n graph npa:graph {\n ?np4 npa:hasValidSignatureForPublicKeyHash ?pubkey4 .\n filter not exists { ?npx4 npx:invalidates ?np4 ; npa:hasValidSignatureForPublicKeyHash ?pubkey4 . }\n ?np4 np:hasAssertion ?a4 .\n }\n graph ?a4 {\n { ?mid dct:isPartOf ?_resource_multi_iri . }\n union\n { ?_resource_multi_iri dct:hasPart ?mid . }\n }\n }\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-22T08:29:31Z"^^ . . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "fFdvfG3kpCZayY5uZJEMaRyiJSdw6kaKGA/9Ivb9uElkySFTpHjSpsJFHisrx77a1m/bok4GV98OM4ioYdpaV+HwZI9xTv3aFbAt7ToHFIb2KBNviZPBhYkmeFsn0Xx2MU50WT19JUfIFzYAz64dbUjebg3AriAZlvxkpDbFXr4=" . . .