blob: b4b58a7266e4e78fe61db4a9a00d633d353321cf [file] [log] [blame]
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://example.org/ns#> .
[] rdf:type rs:ResultSet ;
rs:resultVariable "w" ;
rs:resultVariable "a" ;
rs:solution
[ rs:binding [ rs:value :x2 ;
rs:variable "a"
] ;
rs:binding [ rs:value "false"^^xsd:boolean ;
rs:variable "w"
]
] .