Skip to content

Replace SPARQL filter

skomlaebri edited this page Mar 4, 2015 · 4 revisions

Ontop supports the replace SPARQL filter by translating into similar filter expressions in sql. As regular expression filtering is not part of standard SQL, the use of the replace filter in SPARQL expressions therefore depends on the underlying database.

  • Mysql:

  • H2:

  • Postgres:

  • Oracle:

  • DB2 and SqlServer:

Clone this wiki locally