|
|
|
@ -23,15 +23,11 @@ |
|
|
|
|
:values_in_filter_not_exists |
|
|
|
|
:subquery_in_filter_not_exists |
|
|
|
|
:cmp_langString |
|
|
|
|
:halloween_problem |
|
|
|
|
:nested_path |
|
|
|
|
:nested_expression |
|
|
|
|
:order_terms |
|
|
|
|
:nested_anonymous |
|
|
|
|
:unbound_variable_in_subquery |
|
|
|
|
:values_too_many |
|
|
|
|
:values_too_few |
|
|
|
|
:values_property_path_all |
|
|
|
|
:one_or_more_shared |
|
|
|
|
:one_or_more_star |
|
|
|
|
) . |
|
|
|
@ -105,11 +101,6 @@ |
|
|
|
|
mf:action [ qt:query <cmp_langString.rq> ] ; |
|
|
|
|
mf:result <cmp_langString.srx> . |
|
|
|
|
|
|
|
|
|
:halloween_problem rdf:type mf:UpdateEvaluationTest ; |
|
|
|
|
mf:name "Halloween Problem: An update operation should not be able to read its own writes" ; |
|
|
|
|
mf:action [ ut:request <halloween_problem.ru> ] ; |
|
|
|
|
mf:result [ ut:data <halloween_problem_result.ttl> ] . |
|
|
|
|
|
|
|
|
|
:nested_path rdf:type mf:PositiveSyntaxTest11 ; |
|
|
|
|
mf:name "A very nested property path" ; |
|
|
|
|
mf:action <nested_path.rq> . |
|
|
|
@ -136,20 +127,6 @@ |
|
|
|
|
[ qt:query <unbound_variable_in_subquery.rq> ] ; |
|
|
|
|
mf:result <unbound_variable_in_subquery.srx> . |
|
|
|
|
|
|
|
|
|
:values_too_many rdf:type mf:NegativeSyntaxTest11 ; |
|
|
|
|
mf:name "Too many values in a VALUE clause compared to the number of variable" ; |
|
|
|
|
mf:action <values_too_many.rq> . |
|
|
|
|
|
|
|
|
|
:values_too_few rdf:type mf:NegativeSyntaxTest11 ; |
|
|
|
|
mf:name "Too few values in a VALUE clause compared to the number of variable" ; |
|
|
|
|
mf:action <values_too_few.rq> . |
|
|
|
|
|
|
|
|
|
:values_property_path_all rdf:type mf:QueryEvaluationTest ; |
|
|
|
|
mf:name "ZeroOrX property paths should only return terms in the graph and not also terms defined in the query" ; |
|
|
|
|
mf:action |
|
|
|
|
[ qt:query <values_property_path_all.rq> ] ; |
|
|
|
|
mf:result <values_property_path_all.srx> . |
|
|
|
|
|
|
|
|
|
:one_or_more_shared rdf:type mf:QueryEvaluationTest ; |
|
|
|
|
mf:name "SPARQL one or more with shared variable" ; |
|
|
|
|
mf:action |
|
|
|
|