soundex
A string function that phonetically index words by sound, as pronounced in english. A full description of the soundex algorithm can be found here.
Returns: string
Table 1.
Parameter | Type |
---|---|
x | string |
Example
Query
PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-function-sample-queries/> PREFIX fn: <http://data.world/function/functions#> SELECT (fn:soundex("foo") AS ?soundex) { }
Table 2. Results
soundex |
---|
F000 |