. . . . "This query returns all users who have set up their profile by declaring at least one view to be displayed on their profile page, sorted by date of first view display publication (most recent first)." . . . "Get users with profile" . . "prefix np: \nprefix npx: \nprefix npa: \nprefix dct: \nprefix gen: \nprefix foaf: \n\nselect ?user (sample(?name) as ?user_label) (min(?date) as ?date) where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n ?np np:hasAssertion ?a .\n }\n graph ?a {\n ?display a gen:ViewDisplay .\n ?display gen:isDisplayFor ?user .\n }\n graph npa:graph {\n ?intronp npa:hasValidSignatureForPublicKeyHash ?intropubkey .\n filter not exists { ?intronpx npx:invalidates ?intronp ; npa:hasValidSignatureForPublicKeyHash ?intropubkey . }\n ?intronp np:hasAssertion ?introa .\n }\n graph ?introa {\n ?keydecl npx:declaredBy ?user .\n optional { ?user foaf:name ?name . }\n }\n}\ngroup by ?user\norder by desc(?date)" . . "Tobias Kuhn" . "2026-03-30T14:23:21Z"^^ . . . . "Get users with profile" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "bYmBDoF2yN4bYvFZ4cqnWvOB3Z6KC+yrNdsmu+pW01HNlI5BxqAvMoP4e8woeRbQRD8MPeKb3GN0L6mCiUmKXULwfP/2yuxDSSVkxnpIgfbH/uZ2x1trV/D/AuTs4AusUD4Es1xHWe4UHlRfKBwgYwY4i0JQaJ34D30EsA5losQ=" . . .