comparison sparql/sparql/test/dawg/data-r2/syntax-sparql1/.svn/text-base/syntax-pat-03.rq.svn-base @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7785ad38967f
1 # No DOT between non-triples patterns
2 PREFIX : <http://example.org/ns#>
3 SELECT *
4 { ?a :b :c
5 OPTIONAL{:x :y :z}
6 { :x1 :y1 :z1 } UNION { :x2 :y2 :z2 }
7 }