@prefix rdf: . @prefix rs: . [] rs:ResultSet ; rs:resultVariable "x", "v" ; rs:solution [ rs:binding [ rs:value rdf:type ; rs:variable "x" ] ; rs:binding [ rs:value rdf:Property ; rs:variable "v" ] ] .