. . . . "Returns all status updates belonging to the given event, with label, description, concerned spaces, links, creator, and nanopub link." . . . "Get status updates for event" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix gen: \n\nselect ?item ?item_label ?description (group_concat(distinct str(?space); separator=\" \") as ?spaces_multi_iri) (group_concat(distinct concat('link'); separator=\", \") as ?link) ?creator ?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 filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n ?np dct:created ?npdate .\n ?np dct:creator ?creator .\n ?np np:hasAssertion ?a .\n ?np npx:introduces ?item .\n }\n values ?_event_multi_iri {}\n graph ?a {\n ?item a gen:StatusUpdate .\n ?item dct:isPartOf ?_event_multi_iri .\n ?item schema:about ?space .\n optional { ?item rdfs:label ?item_label . }\n optional { ?item dct:description ?description . }\n optional { ?item rdfs:seeAlso ?link . }\n }\n}\ngroup by ?item ?item_label ?description ?creator ?np ?npdate\norder by asc(?npdate)" . . "Tobias Kuhn" . "2026-05-20T12:00:44Z"^^ . . . . . "Get status updates for event" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "GaDjAOh1psqKmaZNoX7f8y7VAmWGeuiWuZv204teE+wjEI9xAHNsF8U0hkb2L4DdBaQ0n5zb+mXhcnjV7nFV7O2vZhN86xlhQkUvMLFs1pmaBCqxqpnOtKcFfQ7vwebS8AXrjRVWgTGbwfquSfYkJPrsIvrgo1cCYJ+MyRKKI+w=" . . .