. . . . "Fill query for the 'ask a question' action (nanodash issue #690): given a resource, returns defaults for the question form from the resource's own definition — a question text opener built from the resource's label, and the resource's latest valid definition nanopub as evidence. One row: the most recent valid definition. Meant to be run with the resource the form is opened on bound to 'resource'." . . . "Get question defaults for a resource" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \n\nselect ?questionText ?evidence ?label ?date where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npi npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np np:hasAssertion ?a ; dct:created ?date .\n }\n graph ?a { ?_resource_iri a gen:Space ; rdfs:label ?label . }\n bind(concat(\"About \", ?label, \": \") as ?questionText)\n bind(str(?np) as ?evidence)\n} order by desc(?date) limit 1" . . "Tobias Kuhn" . "2026-09-08T06:51:02.000Z"^^ . . . . "Get question defaults for a resource" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "lqFkXOuewyCY+Sbpugfyi2OLXoSz/fZYTfiCgFgeChwTbx7TRzgBbxFS0cYBKpLW7oJ5Wkg08dDAxbICMXVa+2rt1pgf8oSAWm9VqmjjpHB5AXIgyYSi9UIXZCPZ6yhPMuQ7EM57UZ5suf5q4khuzLc87Yhb/xclZzMta83UoGo=" . . .