@prefix rdf: . @prefix rs: . [] rdf:type rs:ResultSet ; rs:resultVariable "x" ; rs:resultVariable "y" ; rs:resultVariable "z" ; rs:solution [ rdf:type rs:ResultSolution ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "x" ; rs:value ] ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "y" ; rs:value ] ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "z" ; rs:value "/*Not a comment*/" ] ; ] ; .