. . . . "This query returns all user IDs, introductions, and associated pubkeys." . . . "Get all user intros" . . "prefix np: \r\nprefix npx: \r\nprefix npa: \r\nprefix dct: \r\nprefix foaf: \r\n\r\nselect ?user ?name ?intronp ?date ?pubkey ?pubkeyHash ?authoritative ?keyLocation where {\r\n graph npa:graph {\r\n ?intronp npa:hasValidSignatureForPublicKey ?introPubkey .\r\n filter not exists { ?intronpx npx:invalidates ?intronp ; npa:hasValidSignatureForPublicKey ?introPubkey . }\r\n ?intronp dct:created ?date .\r\n ?intronp np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n ?keydeclaration npx:declaredBy ?user .\r\n ?keydeclaration npx:hasPublicKey ?pubkey .\r\n optional {\r\n ?user foaf:name ?name .\r\n }\r\n optional {\r\n ?keydeclaration npx:hasKeyLocation ?keyLocation .\r\n }\r\n }\r\n bind(?pubkey = ?introPubkey as ?authoritative)\r\n bind(sha256(?pubkey) as ?pubkeyHash)\r\n}\r\norder by ?user desc(?authoritative) desc(?date)" . . "Tobias Kuhn" . "2025-08-05T20:04:08.365Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "0ZKGo8QLYGMlQUu/+jg7l981tGTJWgKiJDClAhm14L7MiPFW47/dPOYJaSIxnPnCgELv8x+Dzm/goTzM9/HZVokc90mKj76ewc+DxtRiV398Ha6tSmpoua6xbfiZdM7IUvo2BQ2fJ2xBA/8ATY8aajj0Hp8eTM6w6n5spTXMF/A=" . . .