@traqula/test-utils 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/package.json +2 -2
  2. package/statics/algebra/algebra/sparql12/codepoint-esc-05.json +38 -0
  3. package/statics/algebra/algebra/sparql12/codepoint-esc-06.json +38 -0
  4. package/statics/algebra/algebra/sparql12/codepoint-esc-07.json +38 -0
  5. package/statics/algebra/algebra-blank-to-var/sparql12/codepoint-esc-05.json +38 -0
  6. package/statics/algebra/algebra-blank-to-var/sparql12/codepoint-esc-06.json +38 -0
  7. package/statics/algebra/algebra-blank-to-var/sparql12/codepoint-esc-07.json +38 -0
  8. package/statics/algebra/canonical-sparql/base/sparql12/codepoint-esc-05.sparql +3 -0
  9. package/statics/algebra/canonical-sparql/base/sparql12/codepoint-esc-06.sparql +3 -0
  10. package/statics/algebra/canonical-sparql/base/sparql12/codepoint-esc-07.sparql +3 -0
  11. package/statics/algebra/canonical-sparql/blank-to-var/sparql12/codepoint-esc-05.sparql +3 -0
  12. package/statics/algebra/canonical-sparql/blank-to-var/sparql12/codepoint-esc-06.sparql +3 -0
  13. package/statics/algebra/canonical-sparql/blank-to-var/sparql12/codepoint-esc-07.sparql +3 -0
  14. package/statics/algebra/sparql/sparql12/codepoint-esc-05.sparql +6 -0
  15. package/statics/algebra/sparql/sparql12/codepoint-esc-06.sparql +6 -0
  16. package/statics/algebra/sparql/sparql12/codepoint-esc-07.sparql +6 -0
  17. package/statics/ast/ast-source-tracked/sparql-1-2/codepoint-esc-05.json +97 -0
  18. package/statics/ast/ast-source-tracked/sparql-1-2/codepoint-esc-06.json +97 -0
  19. package/statics/ast/ast-source-tracked/sparql-1-2/codepoint-esc-07.json +97 -0
  20. package/statics/ast/sparql/sparql-1-2/codepoint-esc-05.sparql +6 -0
  21. package/statics/ast/sparql/sparql-1-2/codepoint-esc-06.sparql +6 -0
  22. package/statics/ast/sparql/sparql-1-2/codepoint-esc-07.sparql +6 -0
  23. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-01-bad.sparql +2 -0
  24. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-02-bad.sparql +5 -0
  25. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-03-bad.sparql +6 -0
  26. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-04-bad.sparql +7 -0
  27. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-05-bad.sparql +5 -0
  28. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-06-bad.sparql +5 -0
  29. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-01-bad.sparql +5 -0
  30. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-02-bad.sparql +5 -0
  31. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-03-bad.sparql +5 -0
  32. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-04-bad.sparql +5 -0
  33. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-05-bad.sparql +5 -0
  34. package/statics/ast/sparql-generated/sparql-1-2/codepoint-esc-05.sparql +3 -0
  35. package/statics/ast/sparql-generated/sparql-1-2/codepoint-esc-06.sparql +3 -0
  36. package/statics/ast/sparql-generated/sparql-1-2/codepoint-esc-07.sparql +3 -0
  37. package/statics/ast/sparql-generated-compact/sparql-1-2/codepoint-esc-05.sparql +1 -0
  38. package/statics/ast/sparql-generated-compact/sparql-1-2/codepoint-esc-06.sparql +1 -0
  39. package/statics/ast/sparql-generated-compact/sparql-1-2/codepoint-esc-07.sparql +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@traqula/test-utils",
3
3
  "type": "module",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "description": "Test utils used by the Traqula monorepo",
6
6
  "lsd:module": true,
7
7
  "license": "MIT",
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "@rdfjs/types": "^2.0.0"
51
51
  },
52
- "gitHead": "4a8a40e902755a39eab0d9f4f144e2e46d44b4d2"
52
+ "gitHead": "9f3269bc699a2990f2948c78883dabdac6908f26"
53
53
  }
@@ -0,0 +1,38 @@
1
+ {
2
+ "type": "project",
3
+ "input": {
4
+ "type": "bgp",
5
+ "patterns": [
6
+ {
7
+ "type": "pattern",
8
+ "termType": "Quad",
9
+ "subject": {
10
+ "termType": "NamedNode",
11
+ "value": "http://example/abc"
12
+ },
13
+ "predicate": {
14
+ "termType": "Variable",
15
+ "value": "p"
16
+ },
17
+ "object": {
18
+ "termType": "Variable",
19
+ "value": "o"
20
+ },
21
+ "graph": {
22
+ "termType": "DefaultGraph",
23
+ "value": ""
24
+ }
25
+ }
26
+ ]
27
+ },
28
+ "variables": [
29
+ {
30
+ "termType": "Variable",
31
+ "value": "o"
32
+ },
33
+ {
34
+ "termType": "Variable",
35
+ "value": "p"
36
+ }
37
+ ]
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "type": "project",
3
+ "input": {
4
+ "type": "bgp",
5
+ "patterns": [
6
+ {
7
+ "type": "pattern",
8
+ "termType": "Quad",
9
+ "subject": {
10
+ "termType": "NamedNode",
11
+ "value": "http://example/abc"
12
+ },
13
+ "predicate": {
14
+ "termType": "Variable",
15
+ "value": "p"
16
+ },
17
+ "object": {
18
+ "termType": "Literal",
19
+ "value": "abc",
20
+ "datatype": {
21
+ "termType": "NamedNode",
22
+ "value": "http://www.w3.org/2001/XMLSchema#string"
23
+ }
24
+ },
25
+ "graph": {
26
+ "termType": "DefaultGraph",
27
+ "value": ""
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ "variables": [
33
+ {
34
+ "termType": "Variable",
35
+ "value": "p"
36
+ }
37
+ ]
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "type": "project",
3
+ "input": {
4
+ "type": "bgp",
5
+ "patterns": [
6
+ {
7
+ "type": "pattern",
8
+ "termType": "Quad",
9
+ "subject": {
10
+ "termType": "NamedNode",
11
+ "value": "http://example/abc"
12
+ },
13
+ "predicate": {
14
+ "termType": "Variable",
15
+ "value": "p"
16
+ },
17
+ "object": {
18
+ "termType": "Literal",
19
+ "value": "abc",
20
+ "datatype": {
21
+ "termType": "NamedNode",
22
+ "value": "http://www.w3.org/2001/XMLSchema#string"
23
+ }
24
+ },
25
+ "graph": {
26
+ "termType": "DefaultGraph",
27
+ "value": ""
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ "variables": [
33
+ {
34
+ "termType": "Variable",
35
+ "value": "p"
36
+ }
37
+ ]
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "type": "project",
3
+ "input": {
4
+ "type": "bgp",
5
+ "patterns": [
6
+ {
7
+ "type": "pattern",
8
+ "termType": "Quad",
9
+ "subject": {
10
+ "termType": "NamedNode",
11
+ "value": "http://example/abc"
12
+ },
13
+ "predicate": {
14
+ "termType": "Variable",
15
+ "value": "p"
16
+ },
17
+ "object": {
18
+ "termType": "Variable",
19
+ "value": "o"
20
+ },
21
+ "graph": {
22
+ "termType": "DefaultGraph",
23
+ "value": ""
24
+ }
25
+ }
26
+ ]
27
+ },
28
+ "variables": [
29
+ {
30
+ "termType": "Variable",
31
+ "value": "o"
32
+ },
33
+ {
34
+ "termType": "Variable",
35
+ "value": "p"
36
+ }
37
+ ]
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "type": "project",
3
+ "input": {
4
+ "type": "bgp",
5
+ "patterns": [
6
+ {
7
+ "type": "pattern",
8
+ "termType": "Quad",
9
+ "subject": {
10
+ "termType": "NamedNode",
11
+ "value": "http://example/abc"
12
+ },
13
+ "predicate": {
14
+ "termType": "Variable",
15
+ "value": "p"
16
+ },
17
+ "object": {
18
+ "termType": "Literal",
19
+ "value": "abc",
20
+ "datatype": {
21
+ "termType": "NamedNode",
22
+ "value": "http://www.w3.org/2001/XMLSchema#string"
23
+ }
24
+ },
25
+ "graph": {
26
+ "termType": "DefaultGraph",
27
+ "value": ""
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ "variables": [
33
+ {
34
+ "termType": "Variable",
35
+ "value": "p"
36
+ }
37
+ ]
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "type": "project",
3
+ "input": {
4
+ "type": "bgp",
5
+ "patterns": [
6
+ {
7
+ "type": "pattern",
8
+ "termType": "Quad",
9
+ "subject": {
10
+ "termType": "NamedNode",
11
+ "value": "http://example/abc"
12
+ },
13
+ "predicate": {
14
+ "termType": "Variable",
15
+ "value": "p"
16
+ },
17
+ "object": {
18
+ "termType": "Literal",
19
+ "value": "abc",
20
+ "datatype": {
21
+ "termType": "NamedNode",
22
+ "value": "http://www.w3.org/2001/XMLSchema#string"
23
+ }
24
+ },
25
+ "graph": {
26
+ "termType": "DefaultGraph",
27
+ "value": ""
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ "variables": [
33
+ {
34
+ "termType": "Variable",
35
+ "value": "p"
36
+ }
37
+ ]
38
+ }
@@ -0,0 +1,3 @@
1
+ SELECT ?o ?p WHERE {
2
+ <http://example/abc> ?p ?o .
3
+ }
@@ -0,0 +1,3 @@
1
+ SELECT ?p WHERE {
2
+ <http://example/abc> ?p "abc"^^<http://www.w3.org/2001/XMLSchema#string> .
3
+ }
@@ -0,0 +1,3 @@
1
+ SELECT ?p WHERE {
2
+ <http://example/abc> ?p "abc"^^<http://www.w3.org/2001/XMLSchema#string> .
3
+ }
@@ -0,0 +1,3 @@
1
+ SELECT ?o ?p WHERE {
2
+ <http://example/abc> ?p ?o .
3
+ }
@@ -0,0 +1,3 @@
1
+ SELECT ?p WHERE {
2
+ <http://example/abc> ?p "abc"^^<http://www.w3.org/2001/XMLSchema#string> .
3
+ }
@@ -0,0 +1,3 @@
1
+ SELECT ?p WHERE {
2
+ <http://example/abc> ?p "abc"^^<http://www.w3.org/2001/XMLSchema#string> .
3
+ }
@@ -0,0 +1,6 @@
1
+ # Codepoint escape in an IRI
2
+
3
+ SELECT * {
4
+ ## /abc
5
+ <http://example/\u0061\U00000062\u0063> ?p ?o .
6
+ }
@@ -0,0 +1,6 @@
1
+ # Codepoint escape in a string
2
+
3
+ SELECT * {
4
+ ## "abc"
5
+ <http://example/abc> ?p "\U00000061\u0062\U00000063" .
6
+ }
@@ -0,0 +1,6 @@
1
+ # Codepoint escape in a string
2
+
3
+ SELECT * {
4
+ ## 'abc'
5
+ <http://example/abc> ?p '\U00000061\u0062\U00000063' .
6
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "pattern",
10
+ "subType": "bgp",
11
+ "triples": [
12
+ {
13
+ "type": "triple",
14
+ "subject": {
15
+ "type": "term",
16
+ "subType": "namedNode",
17
+ "value": "http://example/abc",
18
+ "loc": {
19
+ "sourceLocationType": "source",
20
+ "start": 53,
21
+ "end": 92
22
+ }
23
+ },
24
+ "predicate": {
25
+ "type": "term",
26
+ "subType": "variable",
27
+ "value": "p",
28
+ "loc": {
29
+ "sourceLocationType": "source",
30
+ "start": 93,
31
+ "end": 95
32
+ }
33
+ },
34
+ "object": {
35
+ "type": "term",
36
+ "subType": "variable",
37
+ "value": "o",
38
+ "loc": {
39
+ "sourceLocationType": "source",
40
+ "start": 96,
41
+ "end": 98
42
+ }
43
+ },
44
+ "annotations": [],
45
+ "loc": {
46
+ "sourceLocationType": "source",
47
+ "start": 53,
48
+ "end": 98
49
+ }
50
+ }
51
+ ],
52
+ "loc": {
53
+ "sourceLocationType": "source",
54
+ "start": 53,
55
+ "end": 100
56
+ }
57
+ }
58
+ ],
59
+ "loc": {
60
+ "sourceLocationType": "source",
61
+ "start": 39,
62
+ "end": 102
63
+ }
64
+ },
65
+ "solutionModifiers": {},
66
+ "datasets": {
67
+ "type": "datasetClauses",
68
+ "clauses": [],
69
+ "loc": {
70
+ "sourceLocationType": "noMaterialize"
71
+ }
72
+ },
73
+ "variables": [
74
+ {
75
+ "type": "wildcard",
76
+ "loc": {
77
+ "sourceLocationType": "source",
78
+ "start": 37,
79
+ "end": 38
80
+ }
81
+ }
82
+ ],
83
+ "loc": {
84
+ "sourceLocationType": "inlinedSource",
85
+ "newSource": "# Codepoint escape in an IRI\n\nSELECT * {\n ## /abc\n <http://example/\\u0061\\U00000062\\u0063> ?p ?o .\n}\n",
86
+ "start": 0,
87
+ "end": 9007199254740991,
88
+ "loc": {
89
+ "sourceLocationType": "source",
90
+ "start": 30,
91
+ "end": 102
92
+ },
93
+ "startOnNew": 30,
94
+ "endOnNew": 102
95
+ },
96
+ "type": "query"
97
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "pattern",
10
+ "subType": "bgp",
11
+ "triples": [
12
+ {
13
+ "type": "triple",
14
+ "subject": {
15
+ "type": "term",
16
+ "subType": "namedNode",
17
+ "value": "http://example/abc",
18
+ "loc": {
19
+ "sourceLocationType": "source",
20
+ "start": 56,
21
+ "end": 76
22
+ }
23
+ },
24
+ "predicate": {
25
+ "type": "term",
26
+ "subType": "variable",
27
+ "value": "p",
28
+ "loc": {
29
+ "sourceLocationType": "source",
30
+ "start": 77,
31
+ "end": 79
32
+ }
33
+ },
34
+ "object": {
35
+ "type": "term",
36
+ "subType": "literal",
37
+ "value": "abc",
38
+ "loc": {
39
+ "sourceLocationType": "source",
40
+ "start": 80,
41
+ "end": 108
42
+ }
43
+ },
44
+ "annotations": [],
45
+ "loc": {
46
+ "sourceLocationType": "source",
47
+ "start": 56,
48
+ "end": 108
49
+ }
50
+ }
51
+ ],
52
+ "loc": {
53
+ "sourceLocationType": "source",
54
+ "start": 56,
55
+ "end": 110
56
+ }
57
+ }
58
+ ],
59
+ "loc": {
60
+ "sourceLocationType": "source",
61
+ "start": 41,
62
+ "end": 112
63
+ }
64
+ },
65
+ "solutionModifiers": {},
66
+ "datasets": {
67
+ "type": "datasetClauses",
68
+ "clauses": [],
69
+ "loc": {
70
+ "sourceLocationType": "noMaterialize"
71
+ }
72
+ },
73
+ "variables": [
74
+ {
75
+ "type": "wildcard",
76
+ "loc": {
77
+ "sourceLocationType": "source",
78
+ "start": 39,
79
+ "end": 40
80
+ }
81
+ }
82
+ ],
83
+ "loc": {
84
+ "sourceLocationType": "inlinedSource",
85
+ "newSource": "# Codepoint escape in a string\n\nSELECT * {\n ## \"abc\"\n <http://example/abc> ?p \"\\U00000061\\u0062\\U00000063\" .\n}\n",
86
+ "start": 0,
87
+ "end": 9007199254740991,
88
+ "loc": {
89
+ "sourceLocationType": "source",
90
+ "start": 32,
91
+ "end": 112
92
+ },
93
+ "startOnNew": 32,
94
+ "endOnNew": 112
95
+ },
96
+ "type": "query"
97
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "pattern",
10
+ "subType": "bgp",
11
+ "triples": [
12
+ {
13
+ "type": "triple",
14
+ "subject": {
15
+ "type": "term",
16
+ "subType": "namedNode",
17
+ "value": "http://example/abc",
18
+ "loc": {
19
+ "sourceLocationType": "source",
20
+ "start": 56,
21
+ "end": 76
22
+ }
23
+ },
24
+ "predicate": {
25
+ "type": "term",
26
+ "subType": "variable",
27
+ "value": "p",
28
+ "loc": {
29
+ "sourceLocationType": "source",
30
+ "start": 77,
31
+ "end": 79
32
+ }
33
+ },
34
+ "object": {
35
+ "type": "term",
36
+ "subType": "literal",
37
+ "value": "abc",
38
+ "loc": {
39
+ "sourceLocationType": "source",
40
+ "start": 80,
41
+ "end": 108
42
+ }
43
+ },
44
+ "annotations": [],
45
+ "loc": {
46
+ "sourceLocationType": "source",
47
+ "start": 56,
48
+ "end": 108
49
+ }
50
+ }
51
+ ],
52
+ "loc": {
53
+ "sourceLocationType": "source",
54
+ "start": 56,
55
+ "end": 110
56
+ }
57
+ }
58
+ ],
59
+ "loc": {
60
+ "sourceLocationType": "source",
61
+ "start": 41,
62
+ "end": 112
63
+ }
64
+ },
65
+ "solutionModifiers": {},
66
+ "datasets": {
67
+ "type": "datasetClauses",
68
+ "clauses": [],
69
+ "loc": {
70
+ "sourceLocationType": "noMaterialize"
71
+ }
72
+ },
73
+ "variables": [
74
+ {
75
+ "type": "wildcard",
76
+ "loc": {
77
+ "sourceLocationType": "source",
78
+ "start": 39,
79
+ "end": 40
80
+ }
81
+ }
82
+ ],
83
+ "loc": {
84
+ "sourceLocationType": "inlinedSource",
85
+ "newSource": "# Codepoint escape in a string\n\nSELECT * {\n ## 'abc'\n <http://example/abc> ?p '\\U00000061\\u0062\\U00000063' .\n}\n",
86
+ "start": 0,
87
+ "end": 9007199254740991,
88
+ "loc": {
89
+ "sourceLocationType": "source",
90
+ "start": 32,
91
+ "end": 112
92
+ },
93
+ "startOnNew": 32,
94
+ "endOnNew": 112
95
+ },
96
+ "type": "query"
97
+ }
@@ -0,0 +1,6 @@
1
+ # Codepoint escape in an IRI
2
+
3
+ SELECT * {
4
+ ## /abc
5
+ <http://example/\u0061\U00000062\u0063> ?p ?o .
6
+ }
@@ -0,0 +1,6 @@
1
+ # Codepoint escape in a string
2
+
3
+ SELECT * {
4
+ ## "abc"
5
+ <http://example/abc> ?p "\U00000061\u0062\U00000063" .
6
+ }
@@ -0,0 +1,6 @@
1
+ # Codepoint escape in a string
2
+
3
+ SELECT * {
4
+ ## 'abc'
5
+ <http://example/abc> ?p '\U00000061\u0062\U00000063' .
6
+ }
@@ -0,0 +1,2 @@
1
+ # The query `ASK {}` entirely encoded using codepoint escapes.
2
+ \u0041\u0053\u004B\u0020\u007B\u007D
@@ -0,0 +1,5 @@
1
+ # Codepoint escape in prefixed name : PNAME_NS
2
+
3
+ SELECT * {
4
+ ?x n\0073:abc ?o
5
+ }
@@ -0,0 +1,6 @@
1
+ # Codepoint escape in prefixed name : PN_LOCAL
2
+ PREFIX ns: <http://example/ns#>
3
+
4
+ SELECT * {
5
+ ?x ns:a\u0062c ?o
6
+ }
@@ -0,0 +1,7 @@
1
+ # Codepoint escape in variable
2
+
3
+ PREIFX ns: <http://example/ns#>
4
+
5
+ SELECT * {
6
+ ?a\u0062c ns:abc ?o
7
+ }
@@ -0,0 +1,5 @@
1
+ # \u005C is the UCHAR for \ (backslash). After UCHAR decode the string ends
2
+ # with a lone backslash, which is not a valid ECHAR sequence.
3
+ SELECT * {
4
+ ?s ?p "test\u005C"
5
+ }
@@ -0,0 +1,5 @@
1
+ # \u005C is the UCHAR for \ (backslash). After UCHAR decode the string becomes
2
+ # \x, where x is not a valid ECHAR character.
3
+ SELECT * {
4
+ ?s ?p "\u005Cx"
5
+ }
@@ -0,0 +1,5 @@
1
+ ## Surrogate pair. Not legal.
2
+
3
+ SELECT * {
4
+ ?s ?p "\uD83C\uDCA1" .
5
+ }
@@ -0,0 +1,5 @@
1
+ ## Surrogates. Low-high (not a pair). Not legal.
2
+
3
+ SELECT * {
4
+ ?s ?p "\uDCA1\uD83C" .
5
+ }
@@ -0,0 +1,5 @@
1
+ ## High surrogate. Not legal.
2
+
3
+ SELECT * {
4
+ ?s ?p "Single high surrogate (\uD83C)"
5
+ }
@@ -0,0 +1,5 @@
1
+ ## Low surrogate. Not legal.
2
+
3
+ SELECT * {
4
+ ?s ?p "Single low surrogate (\uDCA1)"
5
+ }
@@ -0,0 +1,5 @@
1
+ ## Surrogate pair in IRI. Not legal.
2
+
3
+ SELECT * {
4
+ ?s ?p <http://example/\uD83C\uDCA1>
5
+ }
@@ -0,0 +1,3 @@
1
+ SELECT * WHERE {
2
+ <http://example/abc> ?p ?o .
3
+ }
@@ -0,0 +1,3 @@
1
+ SELECT * WHERE {
2
+ <http://example/abc> ?p "abc" .
3
+ }
@@ -0,0 +1,3 @@
1
+ SELECT * WHERE {
2
+ <http://example/abc> ?p "abc" .
3
+ }
@@ -0,0 +1 @@
1
+ SELECT * WHERE { <http://example/abc> ?p ?o . }
@@ -0,0 +1 @@
1
+ SELECT * WHERE { <http://example/abc> ?p "abc" . }
@@ -0,0 +1 @@
1
+ SELECT * WHERE { <http://example/abc> ?p "abc" . }