Skip to content

Commit

Permalink
Remove label
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed May 21, 2024
1 parent 9749ed7 commit 7643835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions webcomponents/besluiten-lijst/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ <h1>Besluiten lijst</h1>
</besluiten-lijst>
<besluiten-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
aantal="10"
aantal="1"
bestuursorganen="http://data.lblod.info/id/bestuursorganen/c126b20bc1a94de293b7fceaf998c82e9a7a1d56ba34cbf9992aa4bf01ae2b01 http://data.lblod.info/id/bestuursorganen/6efc9b0c3ebb3371031d45e517d88f66eb115adf28e5e1827684522f56a8aa2c"
taxonomy="http://stad.gent/id/concepts/decision_making_themes"
concepts="http://stad.gent/id/concepts/decision_making_themes/concept_37"
>
<span slot="title">10 meest recente besluiten gemeenteraad en burgemeester voor het thema "Jeugd" (probe)</span>
<span slot="title">Meest recente besluit gemeenteraad en burgemeester voor het thema "Jeugd" (probe)</span>
</besluiten-lijst>
<besluiten-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
Expand Down
3 changes: 1 addition & 2 deletions webcomponents/besluiten-lijst/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ class BesluitenLijst extends HTMLElement {
queryThema = `
SERVICE <https://stad.gent/sparql> {
?concept a skos:Concept ;
skos:prefLabel ?label ;
skos:inScheme <${taxonomy}> .
skos:inScheme <${taxonomy}> .
${filterparams}
}`;
}
Expand Down

0 comments on commit 7643835

Please sign in to comment.