https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/Head https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://www.nanopub.org/nschema#hasAssertion https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/assertion https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://www.nanopub.org/nschema#hasProvenance https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/provenance https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://www.nanopub.org/nschema#hasPublicationInfo https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/pubinfo https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/assertion https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/list-space-participants http://purl.org/dc/terms/description Lists the participants of a given space (one row per agent). Two kinds of rows are merged: (1) validated role instantiations in the current space state for the general participant role or the planned-attendance role, and (2) self-declarations (wikidata P1344, 3pff participatedAsParticipantIn, gen:plansToAttend) by an agent whose signing key has no registered account, so no role instantiation exists for it. The latter are marked with a warning icon (hover text 'unverified identity') in the status column, are dropped when self-retracted, and are only taken from keys bound to no other agent. The status column holds '(planned)' when the agent only plans to attend (no participant role), plus the warning icon as described, otherwise empty. The np column points to the participant grant/declaration if present, otherwise to the planned-attendance one. IRI-keyed by npa:forSpace (param space). https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/list-space-participants http://purl.org/dc/terms/license http://www.apache.org/licenses/LICENSE-2.0 https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/list-space-participants http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://w3id.org/kpxl/grlc/grlc-query https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/list-space-participants http://www.w3.org/2000/01/rdf-schema#label List space participants https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/list-space-participants https://w3id.org/kpxl/grlc/endpoint https://w3id.org/np/l/nanopub-query-1.1/repo/spaces https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/list-space-participants 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 npx: <http://purl.org/nanopub/x/> prefix gen: <https://w3id.org/kpxl/gen/terms/> prefix foaf: <http://xmlns.com/foaf/0.1/> select ?user_iri ?user_iri_label ?status ?np ?np_label where { { select ?user_iri (sample(?name) as ?name) (max(?partNpV0) as ?partNpV) (max(?partNpU0) as ?partNpU) (max(?planNpV0) as ?planNpV) (max(?planNpU0) as ?planNpU) where { values ?_space_multi_iri {} graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . } { values ?role { <https://w3id.org/np/RAAZF7iqaWUcyWJMZ-1-hJxoGUxM5ykR70SQT9vKT5m3I/participantRole> <https://w3id.org/np/RA9SPqtEgUK_ZcNzTRQjoOvKuV6vNgA81la4XA4HKDltQ/plannedAttendanceRole> } graph ?g { ?ri a gen:RoleInstantiation ; npa:forSpace ?_space_multi_iri ; npa:forAgent ?user_iri ; npa:viaNanopub ?grantNp ; gen:hasRole ?role . } optional { graph ?g { ?user_iri foaf:name ?name } } bind("v" as ?tier) } union { values ( ?prop ?role ) { ( <http://www.wikidata.org/entity/P1344> <https://w3id.org/np/RAAZF7iqaWUcyWJMZ-1-hJxoGUxM5ykR70SQT9vKT5m3I/participantRole> ) ( <https://w3id.org/fair/3pff/participatedAsParticipantIn> <https://w3id.org/np/RAAZF7iqaWUcyWJMZ-1-hJxoGUxM5ykR70SQT9vKT5m3I/participantRole> ) ( gen:plansToAttend <https://w3id.org/np/RA9SPqtEgUK_ZcNzTRQjoOvKuV6vNgA81la4XA4HKDltQ/plannedAttendanceRole> ) } graph npa:graph { ?grantNp npx:signedBy ?user_iri ; np:hasAssertion ?a ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } graph ?a { ?user_iri ?prop ?_space_multi_iri . } filter not exists { graph npa:graph { ?inv npx:invalidates ?grantNp ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } } filter not exists { graph ?g { ?acc a npa:AccountState ; npa:pubkey ?pubkey } } optional { graph npa:graph { ?grantNp np:hasPublicationInfo ?pi . } graph ?pi { ?user_iri foaf:name ?name . } } bind("u" as ?tier) } bind(if(?role = <https://w3id.org/np/RAAZF7iqaWUcyWJMZ-1-hJxoGUxM5ykR70SQT9vKT5m3I/participantRole> && ?tier = "v", str(?grantNp), "") as ?partNpV0) bind(if(?role = <https://w3id.org/np/RAAZF7iqaWUcyWJMZ-1-hJxoGUxM5ykR70SQT9vKT5m3I/participantRole> && ?tier = "u", str(?grantNp), "") as ?partNpU0) bind(if(?role = <https://w3id.org/np/RA9SPqtEgUK_ZcNzTRQjoOvKuV6vNgA81la4XA4HKDltQ/plannedAttendanceRole> && ?tier = "v", str(?grantNp), "") as ?planNpV0) bind(if(?role = <https://w3id.org/np/RA9SPqtEgUK_ZcNzTRQjoOvKuV6vNgA81la4XA4HKDltQ/plannedAttendanceRole> && ?tier = "u", str(?grantNp), "") as ?planNpU0) } group by ?user_iri } bind(if(?partNpV != "", ?partNpV, if(?partNpU != "", ?partNpU, if(?planNpV != "", ?planNpV, ?planNpU))) as ?npStr) bind(?partNpV = "" && ?partNpU = "" as ?planned) bind(?partNpV = "" && ?planNpV = "" as ?unverified) bind(iri(?npStr) as ?np) bind("^" as ?np_label) bind(if(bound(?name), str(?name), "") as ?user_iri_label) bind('<svg width="14" height="14" viewBox="0 0 16 16" fill="none" stroke="#d97706" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><title>unverified identity</title><path d="M8 2.2 14.6 13.4H1.4z"></path><line x1="8" y1="6.2" x2="8" y2="9.6"></line><circle cx="8" cy="11.6" r="0.9" fill="#d97706" stroke="none"></circle></svg>' as ?warnIcon) bind(if(?unverified, if(?planned, concat('<span>(planned) ', ?warnIcon, '</span>'), ?warnIcon), if(?planned, '(planned)', '')) as ?status) } order by lcase(?user_iri_label) https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/provenance https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/assertion http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/pubinfo https://orcid.org/0000-0002-1267-0234 http://xmlns.com/foaf/0.1/name Tobias Kuhn https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://purl.org/dc/terms/created 2026-09-09T14:48:19Z https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://purl.org/dc/terms/creator https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://purl.org/dc/terms/license https://creativecommons.org/licenses/by/4.0/ https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://purl.org/nanopub/x/embeds https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/list-space-participants https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://purl.org/nanopub/x/supersedes https://w3id.org/np/RAhzsY6_6qg8naZXKA351ExcxllpxpTmxdq6xErXGPEUo https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw http://www.w3.org/2000/01/rdf-schema#label List space participants https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/sig http://purl.org/nanopub/x/hasAlgorithm RSA https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/sig http://purl.org/nanopub/x/hasPublicKey MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/sig http://purl.org/nanopub/x/hasSignature Fq1CJniofXLobxqxJpbOJ0Y5eV7BbFXLjpPJRNDL2PDs36JhV1d98PjFy65NwM5CWhZbryB+W7yO4G0cU8bCKlVjD2vaoeuKHR+UjgIWrVlO/tD99d+bnXoegaiqRFE8+s+QxDO4ZHi6Tzb+Ow8Hn8Q/ZownGQEM/lA4jSPiThY= https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/sig http://purl.org/nanopub/x/hasSignatureTarget https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw https://w3id.org/np/RAjW2VVunw5b0lXh_-XO38HofxzjWBnCc4ze0LC-zAuhw/sig http://purl.org/nanopub/x/signedBy https://orcid.org/0000-0002-1267-0234