The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# No DOT between non-triples patterns
PREFIX : <http:/example.org/ns#> 
SELECT *
{
  OPTIONAL{:x :y :z} 
  ?a :b :c 
  { :x1 :y1 :z1 } UNION { :x2 :y2 :z2 }
}