The mathematical base-10 logarithm function.
Returns: decimal
Query
PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-function-sample-queries/>
PREFIX fn: <http://data.world/function/functions#>
SELECT (fn:log10(100) AS ?log10)
{
}
Try the query