@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:get-approved-users-and-software-agents a ; dct:description "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)."; dct:license ; rdfs:label "👥 Users (Human and Software Agents)"; ; """prefix np: prefix npx: prefix npa: prefix foaf: select ?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 { graph npa:graph { npa:thisRepo npa:hasCurrentTrustState ?g . } graph ?g { ?acct a npa:AccountState ; npa:agent ?user_iri ; npa:trustStatus npa:loaded . } service { graph ?a { ?kd npx:declaredBy ?user_iri . } bind(exists { graph ?a2 { ?user_iri a npx:SoftwareAgent } } as ?isBot) optional { graph ?a { ?user_iri foaf:name ?name } } } } group by ?user_iri ?isBot order by lcase(str(sample(?name)))""" . } 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-09-25T08:22:41Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-approved-users-and-software-agents; npx:supersedes ; rdfs:label "Get approved users (human and software agents)"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "q9bEN0SgHprK0cSEmOwq2Zt51A/bI4A74fxsGW7FkMF09sIDaMwgUWF8Q339w52FRgzXDdckHlOxyF5M4AYRZELtug8W+A/sNzZU7eNOy00KqUDme01FlqPkgAxFGpUH/MN1fFHErISc9ZRIClwXqwhm+lfFk0RZR5y8oXHgI4E="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }