The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@prefix rs:      <http://jena.hpl.hp.com/2003/03/result-set#> .

[]    a       rs:ResultSet ;
      rs:resultVariable "y" , "x" , "v" ;
      rs:size "1" ;
      rs:solution
              [ rs:binding
                        [ rs:value 5 ;
                          rs:variable "v"
                        ] ;
                rs:binding
                        [ rs:value <http://rdf.hp.com/r> ;
                          rs:variable "x"
                        ] ;
                rs:binding
                        [ rs:value <http://rdf.hp.com/p5> ;
                          rs:variable "y"
                        ]
              ] .