. . . . "Returns the whole comment thread of a nanosuggestion: every Nanoarguments content node that replies to it via as:inReplyTo at any depth, with its text, author and date, oldest first. Replies to replies show what they are replying to." . . . "Get the comments on a nanosuggestion" . . "\nprefix rdf: \nprefix rdfs: \nprefix dct: \nprefix foaf: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix as: \n\nselect distinct ?comment ?by ?by_label ?date ?in_reply_to ?reply_target ?np where {\n # The thread: everything replying to this nanosuggestion, at any depth. Kept in a\n # sub-select so the optimizer cannot start from the unconstrained \"?c a schema:Statement\"\n # pattern, which scans every statement on the network (RDF4J: \"Queue full\").\n # distinct here and in the outer select: the repo holds each nanopub's triples in\n # several graph contexts, so the path join multiplies rows without it.\n { select distinct ?c ?parent ?root where {\n ?c as:inReplyTo+ ?_suggestion_iri .\n ?c as:inReplyTo ?parent .\n bind(?_suggestion_iri as ?root)\n } }\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey ; np:hasAssertion ?a ; dct:created ?date .\n filter not exists { ?npi npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n optional { ?np dct:creator ?by }\n }\n graph ?a { ?c a schema:Statement ; rdf:value ?comment . }\n bind(?c as ?reply_target)\n optional { ?by foaf:name ?by_label }\n optional { ?parent rdf:value ?pv }\n bind(if(?parent = ?root, '', coalesce(substr(str(?pv), 1, 60), str(?parent))) as ?in_reply_to)\n}\norder by ?date\n" . . "Tobias Kuhn" . "2026-08-26T13:56:45Z"^^ . . . . . "Get the comments on a nanosuggestion" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "lmgLkP3+hQiYZoE2iHx6ruuOXdg8X7z+lLRA2Cfhk1hZ34Y0SGl1rxEGGHTbz8t0eduFGGOjuosJAfoDy6Fip+lBn5kODPSJ8cRMcElVN3yPiNUSoQuBJ8LdgJZ0wGJn++k9rI9AnsCLnxrMOCmRMhINxdDLA3jYTnIgXk09DoM=" . . .