@prefix ex: . @prefix rs: . @prefix foaf: . @prefix rdf: . [] rdf:type rs:ResultSet ; rs:resultVariable "name" ; rs:resultVariable "nick" ; rs:resultVariable "plan" ; rs:resultVariable "dept" ; rs:solution [ rs:binding [ rs:value "Alice" ; rs:variable "name" ] ; rs:binding [ rs:value "WhoMe?" ; rs:variable "nick" ]; rs:binding [ rs:value ex:HealthPlanD ; rs:variable "plan" ] ] ; rs:solution _:a . _:a rs:binding [ rs:value "Bert" ; rs:variable "name" ] ; rs:binding [ rs:value "BigB" ; rs:variable "nick" ]; rs:binding [ rs:value ex:HealthPlanA ; rs:variable "plan" ]; rs:binding [ rs:value "DeptA" ; rs:variable "dept" ] .