Mercurial > repos > greg > greg_sparql
diff sparql-7785ad38967f/sparql/sparql/test/dawg/data-r2/syntax-sparql1/syntax-struct-13.rq @ 0:46996d3b1cfb default tip
Uploaded
author | greg |
---|---|
date | Tue, 13 Mar 2012 16:29:09 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sparql-7785ad38967f/sparql/sparql/test/dawg/data-r2/syntax-sparql1/syntax-struct-13.rq Tue Mar 13 16:29:09 2012 -0400 @@ -0,0 +1,6 @@ +# Two elements in the group +PREFIX : <http://example.org/ns#> +SELECT * +{ :p :q :r . OPTIONAL { :a :b :c } + :p :q :r . OPTIONAL { :a :b :c } +}