. . . . "Returns all agenda items belonging to the given event, with label, description, related spaces, links, creator, and nanopub link. Only the latest non-invalidated nanopub per agenda item URI is shown, so overriding nanopublications replace earlier versions; items keep their original agenda position." . . . "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) (group_concat(distinct concat('link'); separator=\", \") as ?link) ?creator ?np (\"^\" as ?np_label) (?np as ?override_target) 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 {\n select ?item (max(?npdate2) as ?latestdate) (min(?npdate2) as ?firstdate) where {\n graph npa:graph {\n ?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .\n filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }\n filter not exists { ?np2 npx:hasNanopubType npx:ExampleNanopub . }\n ?np2 dct:created ?npdate2 .\n ?np2 npx:introduces ?item .\n }\n } group by ?item\n }\n filter(?npdate = ?latestdate)\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 optional { ?item rdfs:seeAlso ?link . }\n }\n}\ngroup by ?item ?item_label ?description ?creator ?np ?firstdate\norder by asc(?firstdate)" . . "Tobias Kuhn" . "2026-08-19T14:25:47Z"^^ . . . . . "Get agenda items for event" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "CkXcYS2yk07bdRyA4T2FBaC5v+NLHUdxs7SK0/b72j/ov2Dx4x0JUXmgRaZ0nf9XZNAYPuF06QEcdCNqD44j/1UGm7TgS3URvBJMzPRWIzOEumbXtae1wzhG/4kNKjqJfB+3P0PLAfT7l2aq91WHbrH4eJ3jTYBlrdXc3s/tBME=" . . .