. . . . "Returns all upcoming and ongoing events that are defined as Spaces, ordered by start date." . . . "Get upcoming and ongoing events" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix schema: \nprefix xsd: \n\nselect ?event ?event_label ?date ?description ?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 npx:introduces ?event .\n ?np np:hasAssertion ?a .\n }\n graph ?a {\n ?event a gen:Space .\n ?event a gen:Event .\n ?event rdfs:label ?event_label .\n ?event schema:startDate ?datetime .\n optional { ?event schema:endDate ?endDatetime . }\n optional { ?event dct:description ?description . }\n }\n bind(xsd:date(substr(str(?datetime), 0, 11)) as ?date)\n bind(xsd:date(substr(str(now()), 0, 11)) as ?today)\n optional { bind(xsd:date(substr(str(?endDatetime), 0, 11)) as ?endDate) }\n filter(?date >= ?today || (bound(?endDate) && ?endDate >= ?today))\n} order by ?date" . . "Tobias Kuhn" . "2026-03-20T17:58:19Z"^^ . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "OU9wBN2jEshg0nYA91KtJhh8CAMOAl5c11I5/PJfiqEwTNPKHxvyRrlDGnTD154sxdLCUDRFTmHKAyiI8OsWv1bfoqDWBEeaJSZlmYfdRf4iE9a8NcEyPxEyYKsi5G/W6lvVzk7XdAHYRNW7AmnlIt7yNSypc5q1rq58hrLzup0=" . . .