PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select (2*4 -5 + 3 as ?test_arithmetics) where {
	?s ?p ?o .
    filter(3>2 || 1<2 || 2>=2 || 2<=2 || 1!=2)
} limit 1
