@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:comment "Miscellaneous SPARQL syntax test cases" ; mf:entries ( [ mf:name "sparql-0triples" ; rdfs:comment "Select with 0 triples" ; mf:action [ qt:query <0triples.rq> ; qt:data ] ; mf:result ] [ mf:name "order-by-distinct" ; rdfs:comment "ORDER BY and DISTINCT with different variables" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "distinct-with-undef-var" ; rdfs:comment "SELECT DISTINCT with an undefined variable" ; mf:action [ qt:query ; qt:data ] ; mf:result ] # End of tests ).