. . . . "Returns the ongoing and upcoming events (defined as Spaces) that are sub-spaces of the given space." . . . "Get current and upcoming sub-space events" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix schema: \nprefix xsd: \n\nselect ?event ?event_label ?dates ?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 ?np dct:created ?npDate .\n filter not exists {\n ?np2 npx:introduces ?event .\n ?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .\n filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }\n ?np2 dct:created ?npDate2 .\n filter(?npDate2 > ?npDate)\n }\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 }\n service {\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?stateG . }\n graph ?stateG { ?_resource_iri npa:hasSubSpace ?event . }\n }\n bind(xsd:date(substr(str(?datetime), 1, 10)) as ?date)\n bind(xsd:date(substr(str(now()), 1, 10)) as ?today)\n optional { bind(xsd:date(substr(str(?endDatetime), 1, 10)) as ?endDate) }\n bind(if(bound(?endDate), ?endDate, ?date) as ?effectiveEnd)\n filter(?effectiveEnd >= ?today)\n bind(substr(str(?datetime), 1, 10) as ?startDay)\n bind(if(bound(?endDatetime), substr(str(?endDatetime), 1, 10), ?startDay) as ?endDay)\n bind(if(?startDay = ?endDay, concat(?startDay, \" \", substr(str(?datetime), 12, 5)), concat(?startDay, \" – \", ?endDay)) as ?dates)\n} order by ?date" . . "Tobias Kuhn" . "2026-06-23T11:45:33Z"^^ . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "DGy+Cc7kfdEmSGwPBJRxdxwHa5W1xKmYd/DxYmTWhB+fHjt/mX8rB/Zm6glWYCRVV474jDy4KgvOnO+0FSYIfT2+MBVifIMln3x8nTfitI7FKHn9/HwZKFBKuwRaZPBxQ0Lr4t8JKhPkTW+1NQkBTb8D8EMEQz/NyDgFr4q+iIA=" . . .