Hi
I am trying to write a sparql query where I want to filter on the square of something, but I am simply unable to figure out how to square a number (x^2) (except by multiplying it with itself of cause.) I guessed a square root function called math:sqrt() which works, yet nothing like math:pow seems to exist.
How do I get the square of something in sparql, and more interesting where can I read about it and other math functions such as math:sqrt in sparql?
(This is related to my previous question on querying all wikipedia articles geotagged withing a specific distance of some point.)