. . . . "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) ?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: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 ?np ?npdate\norder by asc(?npdate)" . . "Tobias Kuhn" . "2026-05-20T09:57:16Z"^^ . . . . "Get agenda items for event" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "HTKB9RzBmuqqoiZDJHrlH7Xwr95QfHmLiGOUAeCxRJl1nbHbQ0b0NB1wPSXeD0aWxaimj51vt6DKOgRKYSyYW0Ns5eVZPt74MvZj1qcfDh10eXns6FW0lorr/BhZTTFkrNxyrtM9imYmdk1mev8roJaLgzl/LB2rsmU+wk9DpEY=" . . .