. . . . "Returns all status updates belonging to the given event, with label, description, concerned spaces, 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) ?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 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 }\n}\ngroup by ?item ?item_label ?description ?np ?npdate\norder by asc(?npdate)" . . "Tobias Kuhn" . "2026-05-20T10:46:38Z"^^ . . . . "Get status updates for event" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "NS24ka/xvJmXRM5m45pmxGZn/AD5oh4HmtIURHZ0xuPc4Ppk5OS5Ng2YulmhnuwZXYjhVQMx5ka59VQaSbhVF9JuVfRTUSn0jEH2kqq4rhOtrDNBRWWWnJEZJug+USfmXrUnyLj21WtDmmfDi+fzl+x/bDGz1mPC4DxRhO68HQA=" . . .