Skip to content

Commit

Permalink
Remove optional status
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed May 28, 2024
1 parent eec4191 commit 3708b22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webcomponents/besluiten-lijst/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,9 @@ class BesluitenLijst extends HTMLElement {
?besluit a besluit:Besluit ;
eli:title_short ?title ;
prov:wasDerivedFrom ?url ;
prov:wasGeneratedBy/besluit:heeftStemming/besluit:gevolg ?statusLabel ;
${queryBestuursorgaan}
OPTIONAL {
?besluit prov:wasGeneratedBy/besluit:heeftStemming/besluit:gevolg ?statusLabel .
}
?bestuursorgaanURI skos:prefLabel ?orgaanLabel .
${queryThema}
${queryBestuurseenheid}
Expand Down

0 comments on commit 3708b22

Please sign in to comment.