. . . . "Returns the latest 100 users who have introduced themselves, newest first, with their display name and a type column: software agent (declared npx:SoftwareAgent), human (an ORCID), or unknown (anything else)." . . . "Get latest users with name and type" . . "prefix np: \nprefix npx: \nprefix npa: \nprefix dct: \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 {\n select ?user_iri (min(?date) as ?mindate) where {\n graph npa:graph {\n ?intronp npa:hasValidSignatureForPublicKey ?introPubkey .\n filter not exists { ?intronpx npx:retracts ?intronp ; npa:hasValidSignatureForPublicKey ?pubkey . }\n filter not exists { ?intronp npx:supersedes ?intronpx . }\n ?intronp dct:created ?date .\n ?intronp np:hasAssertion ?a .\n }\n graph ?a {\n ?keydeclaration npx:declaredBy ?user_iri .\n ?keydeclaration npx:hasPublicKey ?pubkey .\n }\n }\n group by ?user_iri\n order by desc(?mindate)\n limit 100\n }\n bind(exists { graph ?a2 { ?user_iri a npx:SoftwareAgent } } as ?isBot)\n optional { graph ?a3 { ?kd3 npx:declaredBy ?user_iri . ?user_iri foaf:name ?name } }\n}\ngroup by ?user_iri ?mindate ?isBot\norder by desc(?mindate)" . . "Tobias Kuhn" . "2026-09-25T08:22:41Z"^^ . . . . . "Get latest users with name and type" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "LutFG2ewopUiDZD/LU5O8rReb43vt7VSCoDk/aFf4ybQ1GVmVlxhSz2iWXysF9N+NHrwCwFf73A3OFVeuh7vwO0rxwf9D2BJInQ2Ymvg63Uvq5LBnUB9Ee59v0yPwMQOmurcs9xxUx1p8VuyNkP8Je67UchY2Ka8AUIunZOSciE=" . . .