blob: 7e9945ae798b051a7a7c8b08297f023b9c906386 [file] [log] [blame]
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
[] rdf:type rs:ResultSet ;
rs:resultVariable "x" ;
rs:resultVariable "z" ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "x" ; rs:value <http://rdf.hp.com/r-1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value "v-1-1" ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "x" ; rs:value <http://rdf.hp.com/r-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value "v-2-1" ] ;
] ;
.