@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:list-space-observers-by-role a ; dct:description "Lists the observers of a given space: agents holding the observer role (validated role instantiations in the current space state). Reads gen:hasRole directly off each validated gen:RoleInstantiation and keeps only the observer role; one row per agent, with the role label linking to the granting nanopub(s). IRI-keyed by npa:forSpace (param space)."; dct:license ; rdfs:label "List space observers by role"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix gen: prefix schema: select ?user ?role_assignments_multi_iri ?role_assignments_label_multi where { { select ?user (group_concat(?latestNp; separator=\" \") as ?role_assignments_multi_iri) (group_concat(?roleLabel; separator=\"\\n\") as ?role_assignments_label_multi) where { { select ?user ?role (sample(?roleLabel0) as ?roleLabel) (strafter(max(concat(coalesce(str(?dateNp),\"\"), \" \", str(?grantNp))), \" \") as ?latestNp) where { values ?_space_multi_iri {} values ?role { } graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . } graph ?g { ?ri a gen:RoleInstantiation ; npa:forSpace ?_space_multi_iri ; npa:forAgent ?user ; npa:viaNanopub ?grantNp ; gen:hasRole ?role . } optional { graph npa:graph { ?grantNp dct:created ?dateNp } } optional { graph npa:spacesGraph { ?rd2 npa:role ?role ; npa:viaNanopub ?roleNp . } graph npa:graph { ?roleNp np:hasAssertion ?role_a . } optional { graph ?role_a { ?role schema:name ?rl } } } bind(coalesce(?rl,\"observer\") as ?roleLabel0) } group by ?user ?role } } group by ?user } } order by ?user""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-06-26T12:24:08Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:list-space-observers-by-role; rdfs:label "List space observers by role"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "GlDLwzuuL66aE/YjwRC/D4yGoWV3o6f3nuoySrbtw4PDj6uDhuWBJETeTX012jOdNIz4Z7vRekH0IYH1r6HDsVrfmQKzthg/2rYW8NXoTR+1Y5wTbQOtR5KBmNe8IJXH6mWZYZndvQt9cac1eZqchHF/yAEP5rszOZAhoMnYVfs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }