. . . . "Lists the members of a given space together with their highest role tier (admin, maintainer, or member, in that order) and links to the role-assignment nanopubs (labelled by the specific role name, preferring schema:name). Observer-tier roles are excluded. The tier of each membership is resolved ONLY through a role that the space's own admins authoritatively assigned to it (a gen:RoleAssignment with gen:hasRole), matched to the instantiation by predicate; role declarations from other spaces that merely reuse the same predicate are ignored. This fixes a bug where a predicate (e.g. gen:hasTeamMember) declared with a different tier in another space leaked into this space's member listing. When the same role is assigned to the same person by multiple nanopubs, only the latest one is linked." . . . "List space members" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix gen: \nprefix schema: \nselect ?user ?tier ?role_assignments_multi_iri ?role_assignments_label_multi where {\n {\n select ?user\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 ?user ?roleProp\n (min(?rank0) as ?rank)\n (sample(?roleLabel0) as ?roleLabel)\n (strafter(max(concat(coalesce(str(?dateNp),\"\"), \" \", str(?grantNp))), \" \") as ?latestNp)\n where {\n values ?_space_multi_iri {}\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 ; npa:viaNanopub ?grantNp .\n }\n bind(exists { graph ?g { ?ri npa:inverseProperty gen:hasAdmin } } as ?isAdmin)\n optional { graph npa:spacesGraph { ?ri (npa:regularProperty|npa:inverseProperty) ?ropExt } }\n optional { graph ?g { ?ri (npa:regularProperty|npa:inverseProperty) ?ropState } }\n bind(coalesce(?ropExt,?ropState) as ?roleProp)\n optional { graph npa:graph { ?grantNp dct:created ?dateNp } }\n optional {\n graph npa:spacesGraph {\n ?assign a gen:RoleAssignment ; npa:forSpace ?_space_multi_iri ; gen:hasRole ?assignedRole .\n ?rdScoped a npa:RoleDeclaration ; npa:role ?assignedRole ;\n (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp ;\n npa:hasRoleType ?scopedType ; npa:viaNanopub ?roleNp .\n }\n graph npa:graph { ?roleNp np:hasAssertion ?role_a . }\n optional { graph ?role_a { ?assignedRole schema:name ?rlS } }\n optional { graph ?role_a { ?assignedRole rdfs:label ?rlA } }\n optional { graph ?role_a { ?assignedRole dct:title ?rlB } }\n bind(coalesce(?rlS,?rlA,?rlB) as ?rl)\n }\n bind(if(?isAdmin,1,if(?scopedType=gen:MaintainerRole,2,if(?scopedType=gen:MemberRole,3,0))) as ?rank0)\n bind(if(?isAdmin,coalesce(?rl,\"admin\"),coalesce(?rl,\"role\")) as ?roleLabel0)\n }\n group by ?user ?roleProp\n }\n filter(?rank > 0)\n }\n group by ?user\n }\n}\norder by ?rankMin ?user" . . "Tobias Kuhn" . "2026-06-23T14:07:38Z"^^ . . . . . "List space members" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "eHcZi48xU5yVDlhjgaRTYw/FAq01c14HIh8VDQaouW+vEJUH4eFKQlYIpjTLSpUBpQJetd2xKoS8Efa4f7EDTZCEl/ckiV+SB85kT0zhT53HxHZM5D/g0AJV5bM7jZUyVgZeUd3QmK0EvYLRJ+XOXoLdoyuAjKbBm7Tt3b4BPO0=" . . .