. . . . "This query returns the past events the given user has participated in." . . . "Get past event participations" . . "prefix wd: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix schema: \nprefix xsd: \n\nselect distinct ?event ?event_label ?date ?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 ?np np:hasAssertion ?a .\n }\n graph ?a {\n ?_user_iri wd:P1344 ?event .\n }\n optional {\n bind(iri(concat(\"https://w3id.org/np/l/nanopub-query-1.1/repo/type/\", sha256(str(gen:Space)))) as ?space_repo)\n service ?space_repo {\n graph npa:graph {\n ?nps npx:introduces ?event .\n ?nps npa:hasValidSignatureForPublicKeyHash ?pks .\n filter not exists { ?npsx npx:invalidates ?nps ; npa:hasValidSignatureForPublicKeyHash ?pks . }\n ?nps np:hasAssertion ?as .\n }\n graph ?as {\n ?event rdfs:label ?el .\n optional {\n ?event schema:startDate ?datetime .\n }\n }\n }\n }\n bind(xsd:date(substr(str(?datetime), 0, 11)) as ?date)\n bind(?el as ?event_label)\n filter(?date < xsd:date(substr(str(now()), 0, 11)))\n} order by desc(?date)" . . "Tobias Kuhn" . "2026-04-07T13:49:01Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "iGBnCAzeEMVIFuWfWL5DbHWwm7/FP9GbA7y6Zz1vC6mZA7U4WRIVJqBnPS5yox1qGbHSIt4iIl18/7e2QDHe8nCfE+Wxaxxa7vaL+KGMs6QOJ2UD6iudFC/ZfHyCQaZhs/b6JpMFiVNPQ0yw3V0jpEMZ1eiaQCXvcmpaoNPX/AE=" . . .