|
I search by keywords in the field title and I get "The group does not contain triple pattern with '$film_title' object before bif:contains() predicate". Only the search by keywords in the film abstract works. What am I doing wrong?
|
|
You use ?film_title in the subject position, so it's a URI or a blank node. The error message says
Also:
keeps the query within SPARQL 1.0 or
in SPARQL 1.1 which is a bit cleaner. Overall:
Or if you really want to test the URI of the resource ?file:
|


