@prefix rdf: . @prefix rs: . [] rdf:type rs:ResultSet ; rs:resultVariable "a" ; rs:resultVariable "b" ; rs:solution [ rdf:type rs:ResultSolution ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "a" ; rs:value ] ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "b" ; rs:value ] ; ] ; .