. . . . "Returns all approved (trust-state-loaded) users with their display name and a type column: software agent (declared npx:SoftwareAgent), human (an ORCID), or unknown (anything else)." . . . "👥 Users (Human and Software Agents)" . . "prefix np: \nprefix npx: \nprefix npa: \nprefix foaf: \n\nselect ?user_iri (sample(?name) as ?user_iri_label) (if(?isBot, \"🤖 software agent\", if(strstarts(str(?user_iri), \"https://orcid.org/\") || strstarts(str(?user_iri), \"http://orcid.org/\"), \"👤 human\", \"❔ unknown\")) as ?type) where {\n graph npa:graph { npa:thisRepo npa:hasCurrentTrustState ?g . }\n graph ?g { ?acct a npa:AccountState ; npa:agent ?user_iri ; npa:trustStatus npa:loaded . }\n service {\n graph ?a { ?kd npx:declaredBy ?user_iri . }\n bind(exists { graph ?a2 { ?user_iri a npx:SoftwareAgent } } as ?isBot)\n optional { graph ?a { ?user_iri foaf:name ?name } }\n }\n} group by ?user_iri ?isBot order by lcase(str(sample(?name)))" . . "Tobias Kuhn" . "2026-09-25T08:22:41Z"^^ . . . . . "Get approved users (human and software agents)" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "q9bEN0SgHprK0cSEmOwq2Zt51A/bI4A74fxsGW7FkMF09sIDaMwgUWF8Q339w52FRgzXDdckHlOxyF5M4AYRZELtug8W+A/sNzZU7eNOy00KqUDme01FlqPkgAxFGpUH/MN1fFHErISc9ZRIClwXqwhm+lfFk0RZR5y8oXHgI4E=" . . .