blob: 52b74a4bf772b15a32a03e4340bb14e0d99e6ea4 [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 "y" ;
rs:resultVariable "a" ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "x" ; rs:value <http://rdf.hp.com/r2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "y" ; rs:value <http://rdf.hp.com/r1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r2> ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "x" ; rs:value <http://rdf.hp.com/r1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "y" ; rs:value <http://rdf.hp.com/r2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r1> ] ;
] ;
.