. . . . "Returns all agenda items belonging to the given event, with label, description, related spaces, and nanopub link." . . . "Get agenda items 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) ?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:AgendaItem .\n ?item dct:isPartOf ?_event_multi_iri .\n optional { ?item rdfs:label ?item_label . }\n optional { ?item dct:description ?description . }\n optional { ?item schema:about ?space . }\n }\n}\ngroup by ?item ?item_label ?description ?creator ?np ?npdate\norder by asc(?npdate)" . . "Tobias Kuhn" . "2026-05-20T11:47:02Z"^^ . . . . . "Get agenda items for event" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "X04aKQ1Sx4trQgr1CzQgYX+3O9G0dNqTqP8zaB7oR3gkaNlK3IU/syfWV2FNFiDCQ4qWnz4Xui8sBma2vsMI0xb9kxPi77pucZoEOGildruLng3DBA63kDyiModZio01y5mKz9jRlqGbYms8NcpOfdx29okn2DtxUqfyRoIzPII=" . . .