. . . . "Returns the details of a single nanosuggestion as a list of field/value rows: title, kind, text, current status, assignee, the spaces it is relevant for, what it is about, and further links. Empty fields are omitted and only the most recent status assertion is shown." . . . "Get the details of a nanosuggestion" . . "\nprefix rdf: \nprefix rdfs: \nprefix dct: \nprefix foaf: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix gen: \nprefix nsug: \n\nselect ?field_noheader (group_concat(distinct ?vshown; separator=', ') as ?value) (min(?sort) as ?s)\nwhere {\n values (?property ?field_noheader ?sort) {\n ( rdfs:label 'title' '1' )\n ( rdf:type 'kind' '2' )\n ( rdf:value 'text' '3' )\n ( schema:actionStatus 'status' '4' )\n ( schema:agent 'assigned to' '5' )\n ( gen:isRelevantFor 'relevant for' '6' )\n ( schema:about 'about' '7' )\n ( rdfs:seeAlso 'more info' '8' )\n }\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey ; np:hasAssertion ?a ; dct:created ?d .\n filter not exists { ?npi npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n }\n graph ?a { ?_suggestion_iri ?property ?value0 . }\n filter(!(?property = rdf:type && (?value0 = nsug:Nanosuggestion || ?value0 = schema:Statement)))\n filter(?property != schema:actionStatus || not exists {\n graph npa:graph {\n ?np2 npa:hasValidSignatureForPublicKeyHash ?pk2 ; np:hasAssertion ?a2 ; dct:created ?d2 .\n filter not exists { ?np2i npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pk2 . }\n filter(?d2 > ?d)\n }\n graph ?a2 { ?_suggestion_iri schema:actionStatus ?other . }\n })\n optional { ?value0 rdfs:label ?vl . filter(lang(?vl) = '') }\n optional { ?value0 foaf:name ?vn }\n bind(if(?value0 = schema:PotentialActionStatus, 'open',\n if(?value0 = schema:ActiveActionStatus, 'in progress',\n if(?value0 = schema:CompletedActionStatus, 'done',\n if(?value0 = schema:FailedActionStatus, 'rejected',\n coalesce(?vl, ?vn, str(?value0)))))) as ?vshown)\n}\ngroup by ?field_noheader\norder by ?s\n" . . "Tobias Kuhn" . "2026-08-26T13:56:45Z"^^ . . . . . "Get the details of a nanosuggestion" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "kWvvNX94S49Z5aoUp5M4Ez2dfAdFQpqM1d2CEplZzrmWhPoup/gaKdQiyApDcoVZm2s31FdRgevH1ejPJB41KQs8z1qB1udQxEW2lw1WULEgXiExuhG1gP6AULXombHZSGpGdya6Gu+T9y46bXNA/2tz9FeqxM7E115JpWyAW9c=" . . .