Github user osma commented on a diff in the pull request:
https://github.com/apache/jena/pull/406#discussion_r183630332
--- Diff: jena-text-es/src/main/java/examples/JenaESTextExample.java ---
@@ -73,7 +73,8 @@ public static void queryDataWithoutProperty(Dataset
dataset)
String qs = StrUtils.strjoinNL
( "SELECT * "
// , " { ?s text:query (rdfs:comment 'this'
'lang:en') ;"
- , " { ?s text:query ('this' 'lang:en*') ;"
+// , " { ?s text:query ('this' 'lang:en*') ;"
--- End diff --
Does the example code have to be changed?
---