|
Hi,
I have tried to run this query using owlready2 but it doesn't give any result. I have also run the query on virtuoso and works fine.
(...) select distinct ?element where {
optional {?element rdfs:label ?label }.
?element rdfs:comment ?comment .
filter (regex(?comment,'read','i'))
Does anyone know why it's not working?
Thx
|