@prefix xsd: . @prefix rs: . @prefix rdf: . @prefix : . [] rdf:type rs:ResultSet ; rs:resultVariable "x" ; rs:resultVariable "v" ; rs:solution [ rs:binding [ rs:value "zzz"^^:myType ; rs:variable "v" ] ; rs:binding [ rs:value :xt1 ; rs:variable "x" ] ] ; rs:solution [ rs:binding [ rs:value :xp1 ; rs:variable "x" ] ; rs:binding [ rs:value "zzz" ; rs:variable "v" ] ] .