https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/Head
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/assertion
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/provenance
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/pubinfo
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/assertion
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/list-space-observers
http://purl.org/dc/terms/description
Lists the observers of a given space (members whose highest role tier is observer, i.e. who hold no admin, maintainer, or member role) together with links to the role-assignment nanopubs, labelled by the specific role name.
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/list-space-observers
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/list-space-observers
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/list-space-observers
http://www.w3.org/2000/01/rdf-schema#label
List space observers
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/list-space-observers
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/spaces
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/list-space-observers
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 ?role_assignments_multi_iri ?role_assignments_label_multi where {
{
select ?member
(max(?higher) as ?maxHigher)
(group_concat(?grantNp; separator=" ") as ?role_assignments_multi_iri)
(group_concat(?roleLabel; separator="\n") as ?role_assignments_label_multi)
where {
{
select ?member ?grantNp (max(?higher0) as ?higher) (sample(?roleLabel0) as ?roleLabel)
where {
values ?_space_multi_iri {}
graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . }
graph ?g {
?ri a gen:RoleInstantiation ; npa:forSpace ?_space_multi_iri ; npa:forAgent ?member ; npa:viaNanopub ?grantNp .
}
bind(exists { graph ?g { ?ri npa:inverseProperty gen:hasAdmin } } as ?isAdmin)
optional { graph npa:spacesGraph { ?ri (npa:regularProperty|npa:inverseProperty) ?roleProp } }
bind(exists { graph npa:spacesGraph { ?rd a npa:RoleDeclaration ; npa:hasRoleType gen:MaintainerRole ; (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp } } as ?isMaintainer)
bind(exists { graph npa:spacesGraph { ?rd a npa:RoleDeclaration ; npa:hasRoleType gen:MemberRole ; (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp } } as ?isMember)
bind(if(?isAdmin||?isMaintainer||?isMember,1,0) as ?higher0)
optional {
graph npa:spacesGraph { ?rd2 a npa:RoleDeclaration ; (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp ; npa:viaNanopub ?roleNp ; npa:role ?role . }
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(coalesce(?rl,"role") as ?roleLabel0)
}
group by ?member ?grantNp
}
}
group by ?member
having (max(?higher) = 0)
}
}
order by ?member
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/provenance
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://purl.org/dc/terms/created
2026-06-09T11:24:08Z
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/list-space-observers
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RA01z9Q1iV5v-ccT_ALF98BsoB6bZEpiiXdOJLbAlPO_k
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
http://www.w3.org/2000/01/rdf-schema#label
List space observers
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/sig
http://purl.org/nanopub/x/hasSignature
MpNv/+nvG6yG9jmCPFO1nACafTlJdJo9DCbRuWht7Vd0ehAg6mNWzwjtwy6lF2FlwqX1HEVaeGAg9/S17T0BzP7+oCVRnFZBMvFXjpobWgMemKiwnfHjMoBke4Nww7fmf34cka6vq3WInkW+4b3NqPn01GbHyCKGCpBX4ypmmhI=
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs
https://w3id.org/np/RAe2M58k1CtUfYc5_aNS5XScqp5F2LCdSZcUJjI84BYvs/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234