Skip to content

Commit 734478f

Browse files
rubensworksafs
authored andcommitted
Fix missing results in op-4
1 parent 13eebbf commit 734478f

File tree

1 file changed

+28
-0
lines changed
  • sparql/sparql12/eval-triple-terms

1 file changed

+28
-0
lines changed

sparql/sparql12/eval-triple-terms/op-4.srj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,34 @@
285285
},
286286
"type": "triple"
287287
}
288+
},
289+
{
290+
"x": {
291+
"value": "http://example/x9",
292+
"type": "uri"
293+
},
294+
"left": {
295+
"value": "http://example/irireifier",
296+
"type": "uri"
297+
},
298+
"right": {
299+
"value": "http://example/irireifier",
300+
"type": "uri"
301+
}
302+
},
303+
{
304+
"x": {
305+
"value": "http://example/x10",
306+
"type": "uri"
307+
},
308+
"left": {
309+
"value": "bc_0_b0_bnodereifier",
310+
"type": "bnode"
311+
},
312+
"right": {
313+
"value": "bc_0_b0_bnodereifier",
314+
"type": "bnode"
315+
}
288316
}
289317
]
290318
}

0 commit comments

Comments
 (0)