Skip to content

Commit

Permalink
feat: Use fulltext index for Muziekwerken
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jun 24, 2024
1 parent 305d137 commit 5a01bfe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ CONSTRUCT {
WHERE {
?uri ?predicate ?label.
VALUES ?predicate { rdfs:label rdaw:P10086 rdaw:P10223 rdaw:P10333 rdaw:P10335 rdaw:P10047 }

FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
?label <bif:contains> ?virtuosoQuery .

?uri a <http://rdaregistry.info/Elements/c/C10001>;
rdfs:label ?prefLabel .
Expand Down

0 comments on commit 5a01bfe

Please sign in to comment.