From fcaa76fbacdbfe7fc86274bab671244f1f694a5e Mon Sep 17 00:00:00 2001 From: Jens Deprez Date: Wed, 29 May 2024 14:39:18 +0200 Subject: [PATCH] Besluiten lijst, fix typo --- webcomponents/besluiten-lijst/main.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webcomponents/besluiten-lijst/main.js b/webcomponents/besluiten-lijst/main.js index 0559424..7fff8e9 100644 --- a/webcomponents/besluiten-lijst/main.js +++ b/webcomponents/besluiten-lijst/main.js @@ -112,8 +112,8 @@ class BesluitenLijst extends HTMLElement { } let queryBestuursorgaan = ` - prov:wasGeneratedBy/dct:subject ?agendapunt . - + prov:wasGeneratedBy/dct:subject ?agendapunt . + ?zitting besluit:behandelt ?agendapunt ; besluit:geplandeStart ?zitting_datum ; besluit:isGehoudenDoor/mandaat:isTijdspecialisatieVan ?bestuursorgaanURI .`; @@ -140,7 +140,7 @@ class BesluitenLijst extends HTMLElement { // @TODO: remove with query below after Bestuursorgaan has been moved to Zitting iso BehandelingVanAgendapunt const endpoint = this.getAttribute('sparql-endpoint') - if (endpoint.includes("probesxcw")) { + if (endpoint.includes("probe")) { queryBestuursorgaan = ` prov:wasGeneratedBy ?behandelingVanAgendapunt . ?behandelingVanAgendapunt dct:subject ?agendapunt . @@ -195,8 +195,8 @@ class BesluitenLijst extends HTMLElement { prov:wasDerivedFrom ?url ; prov:wasGeneratedBy/besluit:heeftStemming/besluit:gevolg ?statusLabel ; ${queryBestuursorgaan} - - ?bestuursorgaanURI skos:prefLabel ?orgaanLabel . + + ?bestuursorgaanURI skos:prefLabel ?orgaanLabel . ${queryThema} ${queryBestuurseenheid} ${filterparams} @@ -216,16 +216,16 @@ class BesluitenLijst extends HTMLElement { - +
Recente besluiten - +
- +
- + Alle besluiten van Stad Gent