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(?o || ?o)
} limit 1
