[QueryItem="Test-01"] PREFIX : PREFIX rdf: select distinct ?x where {?x rdf:type :Person} [QueryItem="Test-02"] PREFIX : PREFIX rdf: select distinct ?x ?y where {?x rdf:type :Person. ?x :fullName ?y} [QueryItem="Test-03"] PREFIX : PREFIX rdf: select distinct ?x ?y where {?a :saysHello ?b. ?a :fullName ?x. ?b :fullName ?y}