. . . . "This query returns basic profile properties of a given user: the most recent default license and profile picture, one per row." . . . "Get user profile info" . . "prefix np: \nprefix npx: \nprefix npa: \nprefix dct: \nprefix schema: \nprefix kpxl_terms: \n\nselect ?property ?value where {\n {\n select (\"License\" as ?property) ?value where {\n graph npa:graph {\n ?np np:hasAssertion ?a .\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n }\n graph ?a { ?_user_iri kpxl_terms:hasDefaultLicense ?value . }\n }\n order by desc(?date)\n limit 1\n }\n union\n {\n select (\"Profile picture\" as ?property) ?value where {\n graph npa:graph {\n ?np np:hasAssertion ?a .\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n }\n graph ?a { ?_user_iri schema:image ?value . }\n }\n order by desc(?date)\n limit 1\n }\n}\norder by ?property" . . "Tobias Kuhn" . "2026-06-02T12:05:29Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "dHukmQWE46meHIjB2BFQStvWmIv89bW3bEWKYtxuaSmhiH5rLlNkDuv7+KuPwFBgPw4zbOELLvn4vzKHFeEg1RnnNw4p5MuDT9yU46VgZT/HocuAJNXoy6bz8N60hwKxmIE6SncHVpDMHo+A6B8UzGLRfWbbBm0+6mjCrPit7F0=" . . .