. . . . "This query returns basic profile properties of a given user: the most recent default license and profile picture, one per row, each with its source nanopublication." . . . "Get user profile info" . . "prefix np: \nprefix npx: \nprefix npa: \nprefix dct: \nprefix schema: \nprefix kpxl_terms: \n\nselect ?property ?value ?np (\"^\" as ?np_label) where {\n {\n select (\"Default license\" as ?property) ?value ?np 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 ?np 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:13:02Z"^^ . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "np67HhXISvZNqDN2ueg0TmL0wmwBqWr5xRFqkzY6tjxvZVwxSCSmZhLUVRD0KdNJEc66l1Sn9FcxmivJy/7gpOg+JtL5LlD5gwfmM7Z5YoI1Fj7sXT1KN3wmUuMHJp4IbQoi3Diz390ff9Of1ti586gbD29RXZWpHxWHLTgKngg=" . . .