@prefix rs: . @prefix foaf: . @prefix rdf: . [] rdf:type rs:ResultSet ; rs:resultVariable "name" ; rs:resultVariable "nick" ; rs:solution [ rs:binding [ rs:value "Bob" ; rs:variable "name" ] ] ; rs:solution [ rs:binding [ rs:value "A-online" ; rs:variable "nick" ] ; rs:binding [ rs:value "Alice" ; rs:variable "name" ] ] .