@prefix rs: . @prefix foaf: . @prefix rdf: . [] rdf:type rs:ResultSet ; rs:resultVariable "person" ; rs:resultVariable "nick" ; rs:resultVariable "page" ; rs:resultVariable "img" ; rs:resultVariable "name" ; rs:resultVariable "firstN" ; rs:solution [ rs:binding [ rs:value ; rs:variable "person" ] ; rs:binding [ rs:value "WhoMe?" ; rs:variable "nick" ]; rs:binding [ rs:value ; rs:variable "img" ]; rs:binding [ rs:value "Alice" ; rs:variable "name" ] ] ; rs:solution [ rs:binding [ rs:value ; rs:variable "person" ] ; rs:binding [ rs:value "jDoe" ; rs:variable "nick" ]; rs:binding [ rs:value ; rs:variable "page" ] ] .