prefix : SELECT ?c { :x :str ?c . :regex :pattern ?pat . :regex :flags ?flags . FILTER regex(?c, ?pat, ?flags) }