@prefix rdf: . @prefix rs: . [] rdf:type rs:ResultSet ; rs:resultVariable "x" ; rs:solution [ rdf:type rs:ResultSolution ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "x" ; rs:value ] ; ] ; rs:solution [ rdf:type rs:ResultSolution ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "x" ; rs:value ] ; ] ; rs:solution [ rdf:type rs:ResultSolution ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "x" ; rs:value ] ; ] ; rs:solution [ rdf:type rs:ResultSolution ; rs:binding [ rdf:type rs:ResultBinding ; rs:variable "x" ; rs:value ] ; ] ; .