@prefix this: <https://w3id.org/np/RA7E54m5Hb413Ud-0T9HEiH9wnxlJXBkcUT701NDaUGQk> .
@prefix sub: <https://w3id.org/np/RA7E54m5Hb413Ud-0T9HEiH9wnxlJXBkcUT701NDaUGQk/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix grlc: <https://w3id.org/kpxl/grlc/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/np/RA7E54m5Hb413Ud-0T9HEiH9wnxlJXBkcUT701NDaUGQk> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2026-06-24T06:44:13Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:embeds sub:list-space-members;
  npx:supersedes <https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU> .

sub:list-space-members a grlc:grlc-query;
  dct:description "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).";
  dct:license <http://www.apache.org/licenses/LICENSE-2.0>;
  rdfs:label "List space members (ref-scoped)";
  grlc:endpoint <https://w3id.org/np/l/nanopub-query-1.1/repo/spaces>;
  grlc:sparql """prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix gen: <https://w3id.org/kpxl/gen/terms/>
prefix schema: <http://schema.org/>
select ?member ?tier ?role_assignments_multi_iri ?role_assignments_label_multi where {
  {
    select ?member
           (if(min(?rank)=1,\"Admin\",if(min(?rank)=2,\"Maintainer\",\"Member\")) as ?tier)
           (min(?rank) as ?rankMin)
           (group_concat(?latestNp; separator=\" \") as ?role_assignments_multi_iri)
           (group_concat(?roleLabel; separator=\"\\n\") as ?role_assignments_label_multi)
    where {
      {
        select ?member ?role
               (min(?rank0) as ?rank)
               (sample(?roleLabel0) as ?roleLabel)
               (strafter(max(concat(coalesce(str(?dateNp),\"\"), \" \", str(?grantNp))), \" \") as ?latestNp)
        where {
          values ?_root_np_multi_iri {}
          graph npa:spacesGraph { ?spaceRef npa:rootNanopub ?_root_np_multi_iri . }
          graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . }
          graph ?g {
            ?ri a gen:RoleInstantiation ; npa:forSpaceRef ?spaceRef ; npa:forAgent ?member ;
                npa:viaNanopub ?grantNp ; npa:hasRoleType ?rt .
          }
          bind(if(?rt=gen:AdminRole,1,if(?rt=gen:MaintainerRole,2,if(?rt=gen:MemberRole,3,0))) as ?rank0)
          filter(?rank0 > 0)
          optional { graph npa:graph { ?grantNp dct:created ?dateNp } }
          optional {
            graph ?g { ?ri gen:hasRole ?role . }
            graph npa:spacesGraph { ?rd npa:role ?role ; npa:viaNanopub ?roleNp . }
            graph npa:graph { ?roleNp np:hasAssertion ?role_a . }
            optional { graph ?role_a { ?role schema:name ?rl } }
          }
          bind(if(?rt=gen:AdminRole,\"admin\",coalesce(?rl,\"role\")) as ?roleLabel0)
        }
        group by ?member ?role
      }
    }
    group by ?member
  }
}
order by ?rankMin ?member""" .

sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .

orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "I7ngVoVnvvUN5ukq5hydpBrSIY8y9er1/7cuP6IOZBu8FYuUOOrG7J3lsy+vZaNF6Lsd8Qg2ekKdpLZYO1ytIkvr5kkvvqwjnH5WpnxvpY8RbeSw/s5oAcMIfx7AhnYxQGmrQV88G46Fam57k+kuNR5vxoiVGe2trPa50jvL7Jc=";
  npx:hasSignatureTarget <https://w3id.org/np/RA7E54m5Hb413Ud-0T9HEiH9wnxlJXBkcUT701NDaUGQk>;
  npx:signedBy orcid:0000-0002-1267-0234 .

