https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/Head
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/assertion
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/provenance
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/pubinfo
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/assertion
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/list-space-members
http://purl.org/dc/terms/description
Lists the members (admin, maintainer, or member tier) of a given space ref together with their highest tier and links to the role-assignment nanopubs (labelled by the role name). Observer-tier roles are excluded. Reads the materialized tier directly off each validated gen:RoleInstantiation (npa:hasRoleType) and its role (gen:hasRole) in the current space state, so no role-declaration re-derivation is needed; this is the simplified successor to the RoleAssignment-scoped variant, enabled by nanopub-query persisting tier on the instantiation. Pass the ref's root nanopub (root_np); scoped by npa:forSpaceRef.
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/list-space-members
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/list-space-members
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/list-space-members
http://www.w3.org/2000/01/rdf-schema#label
List space members (ref-scoped)
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/list-space-members
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/spaces
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/list-space-members
https://w3id.org/kpxl/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 ?rlS } }
optional { graph ?role_a { ?role rdfs:label ?rlA } }
optional { graph ?role_a { ?role dct:title ?rlB } }
bind(coalesce(?rlS,?rlA,?rlB) as ?rl)
}
bind(if(?rt=gen:AdminRole,"admin",coalesce(?rl,"role")) as ?roleLabel0)
}
group by ?member ?role
}
}
group by ?member
}
}
order by ?rankMin ?member
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/provenance
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://purl.org/dc/terms/created
2026-06-23T19:50:34Z
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/list-space-members
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RAw_6pyy_0Zm71cdZN56HGjS7VGYzADDlQFG953D3pzok
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
http://www.w3.org/2000/01/rdf-schema#label
List space members (ref-scoped)
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/sig
http://purl.org/nanopub/x/hasSignature
Fl9UWWAIu1AldS3HpbFUff3xNlk+AymsCfXY8SHAsLYsTcVjzGDwbq54d2E+utpZjAzIGaNY9wIU5fA/4s2UUPGaCWBqEJDHjEuaLjKIhppAQJBQPokL1f4l0Gsgq/iXtUD21vX53lK/i9Yg8duV2k/mProPzKEYwJlVybdD64Y=
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU
https://w3id.org/np/RApyKS9DSuA7LusWLrpURfmxQuEg-dbB-MqrneYRxLOOU/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234