. . . . "Lists the members (admin/maintainer/member tier) of a space ref with their highest tier and role-assignment links. Reads tier directly off each validated gen:RoleInstantiation (npa:hasRoleType / gen:hasRole) in the current space state; observer-tier excluded. Published as RApyKS9D (nanodash#498). Adds a member_label column so each agent is shown by name instead of by bare IRI: the canonical foaf:name mirrored into the current space state (which comes from the agent's own key introduction) when present, otherwise the foaf:name asserted for that agent in the pubinfo of the grant nanopublication. Most role holders of a space have no key introduction of their own, so without the fallback they render as a bare ORCID. Agents whose grant carries no name either (typically purely self-declared claims) keep showing their IRI. Rows are ordered by tier and then by that display name." . . . "List space members (ref-scoped)" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix gen: \nprefix schema: \nprefix foaf: \nselect ?member ?member_label ?tier ?role_assignments_multi_iri ?role_assignments_label_multi (?member as ?revokeAgent) where {\n {\n select ?member\n (sample(?memberName) as ?member_label)\n (if(min(?rank)=1,\"Admin\",if(min(?rank)=2,\"Maintainer\",\"Member\")) as ?tier)\n (min(?rank) as ?rankMin)\n (group_concat(?latestNp; separator=\" \") as ?role_assignments_multi_iri)\n (group_concat(?roleLabel; separator=\"\\n\") as ?role_assignments_label_multi)\n where {\n {\n select ?member ?role\n (min(?rank0) as ?rank)\n (sample(?roleLabel0) as ?roleLabel)\n (sample(?memberName0) as ?memberName)\n (strafter(max(concat(coalesce(str(?dateNp),\"\"), \" \", str(?grantNp))), \" \") as ?latestNp)\n where {\n values ?_root_np_multi_iri {}\n graph npa:spacesGraph { ?spaceRef npa:rootNanopub ?_root_np_multi_iri . }\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . }\n graph ?g {\n ?ri a gen:RoleInstantiation ; npa:forSpaceRef ?spaceRef ; npa:forAgent ?member ;\n npa:viaNanopub ?grantNp ; npa:hasRoleType ?rt .\n }\n bind(if(?rt=gen:AdminRole,1,if(?rt=gen:MaintainerRole,2,if(?rt=gen:MemberRole,3,0))) as ?rank0)\n filter(?rank0 > 0)\n optional { graph ?g { ?member foaf:name ?selfName } }\n optional {\n graph npa:graph { ?grantNp np:hasPublicationInfo ?grantPi . }\n graph ?grantPi { ?member foaf:name ?grantName . }\n }\n bind(coalesce(?selfName, ?grantName) as ?memberName0)\n optional { graph npa:graph { ?grantNp dct:created ?dateNp } }\n optional {\n graph ?g { ?ri gen:hasRole ?role . }\n graph npa:spacesGraph { ?rd npa:role ?role ; npa:viaNanopub ?roleNp . }\n graph npa:graph { ?roleNp np:hasAssertion ?role_a . }\n optional { graph ?role_a { ?role schema:name ?rl } }\n }\n bind(if(?rt=gen:AdminRole,\"admin\",coalesce(?rl,\"role\")) as ?roleLabel0)\n }\n group by ?member ?role\n }\n }\n group by ?member\n }\n}\norder by ?rankMin lcase(coalesce(?member_label, str(?member)))" . . "Tobias Kuhn" . "2026-09-08T11:39:34Z"^^ . . . . . "List space members (ref-scoped)" . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "OO7zIHKXkM42+VkysMqNu2fwv0Sg94heUn9chriTmse5ztE0fwLxv9tpldG3DsgdmuUgZ41rhjuVTH9SKtr9VKlMgZqTTi1vMm1RNi47Aj8MKz87dO0vOWjzN7OoeEMxFGjr8tK8Q5U9T6MVIcgmy9gi46MwpN+xEdy/uBMKKFY=" . . .