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(2=2 || 1=1)
} limit 1
