From 1485bfd27e998a8df4fe67c9dca114e4a889f4e9 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 21 Jul 2023 17:47:54 +0300 Subject: Replace "?s ?p ?o" with "*" Signed-off-by: Munyoki Kilyungi --- dump/special-forms.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dump') diff --git a/dump/special-forms.scm b/dump/special-forms.scm index 7fde470..fce3a11 100644 --- a/dump/special-forms.scm +++ b/dump/special-forms.scm @@ -495,7 +495,7 @@ The above query results to triples that have the form: (if (< n 3) (length result) n))))) - (format #t "SELECT ?s ?p ?o WHERE { ~%") + (format #t "SELECT * WHERE { ~%") (for-each (match-lambda ((predicate . object) (match object -- cgit v1.2.3