blob: 137a2fc5c7f16793e28323d8f6e948d6a86c8d82 [file] [log] [blame]
# Missing DOT after ; between triples
PREFIX : <http://example/ns#>
SELECT *
{ :s1 :p1 :o1 ; :s2 :p2 :o2 . }