SPARQL equivalent to Oracle "like" operator
When writing PLSQL using the semantic extensions, I can use "like" to do wildcarded string matches. The closest thing I've been able to come up with in SPARQL is to use REGEX. When I do this, the adapter explodes my query into a large number of JDBC queries. Can you recommend a better approach?