@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-participants a ; dct:description "Lists the participants of a given space: agents holding the general participant role or the planned-attendance role (validated role instantiations in the current space state). Reads gen:hasRole directly off each validated gen:RoleInstantiation and keeps only the two participation roles; one row per agent, with the role label(s) held linking to the granting nanopub(s). IRI-keyed by npa:forSpace (param space)."; dct:license ; rdfs:label "List space participants"; ; """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,\"participant\") 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:03:55Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:list-space-participants; rdfs:label "List space participants"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "DAv3hV9R2BN7A29bDZeZZZbGl5TTzqtTcx6uHvsFARZ2PXY3200CFH8DkOFxoPW/OwmuTjBkrtHJdtSChZ1nPsDcEgH8FZksIHV7TUsmxL9ZUeUKYmCRD8wF4v3Zpm06cri+Z9LAP3uur0MN1b/hG+BG0yDZiR7GVMaKN2IKk1s="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }