. . . . "Returns all upcoming events that are defined as Spaces, ordered by start date." . . . "Get upcoming 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 dct:description ?description . }\n }\n bind(xsd:date(substr(str(?datetime), 0, 11)) as ?date)\n filter(?date >= xsd:date(substr(str(now()), 0, 11)))\n} order by ?date" . . "Tobias Kuhn" . "2026-03-20T17:52:49Z"^^ . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "loSbMeFF8UEKEquVLxvjYEwUJZzF0p4QOil8AS/uARteazZNSva4CHYEjf74cwXgJtzHWjuv2Tor00XsuaaHqJGW3LJQ89a/Puhf1NjfJvdE+ApjejEcTY3Zrc6yD97SP2Elzwl28QiwmmD2dY9HHnW/QiFRYLQt2M9ATPo6tDE=" . . .