Skip to content

Commit

Permalink
fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed May 21, 2024
1 parent 7643835 commit 21dd67b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webcomponents/besluiten-lijst/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ class BesluitenLijst extends HTMLElement {
queryThema = `
SERVICE <https://stad.gent/sparql> {
?concept a skos:Concept ;
skos:inScheme <${taxonomy}> .
skos:inScheme <${taxonomy}> ;
skos:prefLabel ?label .
${filterparams}
}`;
}
Expand Down

0 comments on commit 21dd67b

Please sign in to comment.