@prefix dc: . @prefix rs: . @prefix x: . @prefix rdf: . @prefix xsd: . [] rdf:type rs:ResultSet ; rs:resultVariable "title" ; rs:resultVariable "price" ; rs:solution [ rs:binding [ rs:value "TITLE 1" ; rs:variable "title" ] ] ; rs:solution [ rs:binding [ rs:value "TITLE 3" ; rs:variable "title" ] ] ; rs:solution [ rs:binding [ rs:value "TITLE 2" ; rs:variable "title" ] ] .