. . . . "Lists the participants of a given space (one row per agent): agents holding the general participant role or the planned-attendance role (validated role instantiations in the current space state). A separate status column holds '(planned)' when the agent only plans to attend (no participant role), otherwise empty. The np column points to the participant-role grant if present, otherwise to the planned-attendance grant. IRI-keyed by npa:forSpace (param space)." . . . "List space participants" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix gen: \nprefix foaf: \nselect ?user_iri ?user_iri_label ?status ?np ?np_label where {\n {\n select ?user_iri\n (sample(?name) as ?name)\n (max(?partNp0) as ?partNp)\n (max(?planNp0) as ?planNp)\n where {\n values ?_space_multi_iri {}\n values ?role {\n \n \n }\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . }\n graph ?g {\n ?ri a gen:RoleInstantiation ; npa:forSpace ?_space_multi_iri ; npa:forAgent ?user_iri ; npa:viaNanopub ?grantNp ; gen:hasRole ?role .\n }\n optional { graph ?g { ?user_iri foaf:name ?name } }\n bind(if(?role = , str(?grantNp), \"\") as ?partNp0)\n bind(if(?role = , str(?grantNp), \"\") as ?planNp0)\n }\n group by ?user_iri\n }\n bind(if(?partNp != \"\", str(?partNp), str(?planNp)) as ?npStr)\n bind(iri(?npStr) as ?np)\n bind(\"^\" as ?np_label)\n bind(if(bound(?name), str(?name), \"\") as ?user_iri_label)\n bind(if(?partNp = \"\", \"(planned)\", \"\") as ?status)\n}\norder by lcase(?user_iri_label)" . . "Tobias Kuhn" . "2026-06-26T12:50:44Z"^^ . . . . . "List space participants" . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "mcPVY6G299fwgGn7wdP4JjEOa0Qe/rYy2rFuM+YkDOB6TZZXzEQu6WYZ2FQ9Ow5KmtdEGeAeL4JY9sRo1Jo89JKXC1++dgpR1mGWK5Cnwqsyt8ZNuAptGGUOdjx2kMiCoUrZYKt1vIMVrqD5j98Pe1eFV80WvqNl2t9ZSj20/eg=" . . .