We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642c29d commit c8068c4Copy full SHA for c8068c4
sparql11/data-r2/syntax-sparql2/syntax-esc-04.rq
@@ -1,3 +1,5 @@
1
PREFIX : <http://example/>
2
SELECT *
3
-WHERE { <\u0078> :\u0070 ?xx\u0078 }
+## Community: \ u escapes in URIs and strings only.
4
+## U+0078 is 'x'
5
+WHERE { <\u0078> :p "xx\u0078" }
sparql11/data-r2/syntax-sparql2/syntax-esc-05.rq
@@ -1,5 +1,5 @@
-# Comments can contain \ u
# <\u0078> :\u0070 ?xx\u0078
0 commit comments