Skip to content

Commit

Permalink
Add sample decisions
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed Jun 13, 2024
1 parent 2b924a2 commit aaec929
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions webcomponents/besluiten-lijst/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,53 @@
</head>
<body class="cs--blue">
<h1>Besluiten lijst</h1>
<besluiten-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
aantal="5"
bestuursorganen="http://data.lblod.info/id/bestuursorganen/c126b20bc1a94de293b7fceaf998c82e9a7a1d56ba34cbf9992aa4bf01ae2b01 http://data.lblod.info/id/bestuursorganen/6efc9b0c3ebb3371031d45e517d88f66eb115adf28e5e1827684522f56a8aa2c"
>
<span slot="title">5 meest recente besluiten gemeenteraad en burgemeester (probe)</span>
</besluiten-lijst>
<besluiten-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
aantal="20"
pager="true"
taxonomy="http://stad.gent/id/concepts/decision_making_themes"
concepts="http://stad.gent/id/concepts/decision_making_themes/concept_36"
bestuursorganen="http://data.lblod.info/id/bestuursorganen/c126b20bc1a94de293b7fceaf998c82e9a7a1d56ba34cbf9992aa4bf01ae2b01"
>
<span slot="title">Alle besluiten gemeenteraad en burgemeester voor het thema "Wegenregister" (probe)</span>
</besluiten-lijst>
<besluiten-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
aantal="1"
bestuursorganen="http://data.lblod.info/id/bestuursorganen/c126b20bc1a94de293b7fceaf998c82e9a7a1d56ba34cbf9992aa4bf01ae2b01 http://data.lblod.info/id/bestuursorganen/6efc9b0c3ebb3371031d45e517d88f66eb115adf28e5e1827684522f56a8aa2c"
statussen="Afgekeurd"
>
<span slot="title">Meest recente afgekeurd besluit gemeenteraad en burgemeester aanvaard tot de zitting als hoogdringend agendapunt (probe)</span>
</besluiten-lijst>
<besluiten-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
aantal="1"
bestuursorganen="http://data.lblod.info/id/bestuursorganen/c126b20bc1a94de293b7fceaf998c82e9a7a1d56ba34cbf9992aa4bf01ae2b01 http://data.lblod.info/id/bestuursorganen/6efc9b0c3ebb3371031d45e517d88f66eb115adf28e5e1827684522f56a8aa2c"
statussen="Gedeeltelijke ingetrokken, Verdaagd"
>
<span slot="title">Meest recente gedeeltelijke ingetrokken of verdaagd besluit gemeenteraad en burgemeester (probe)</span>
</besluiten-lijst>
<besluiten-lijst
sparql-endpoint="https://qa.centrale-vindplaats.lblod.info/sparql"
aantal="1"
>
<span slot="title">Meest recente besluit op centrale vindplaats</span>
<a slot="raadpleegomgeving" href="https://qa.centrale-vindplaats.lblod.info/" class="button button-primary">Alle besluiten op centrale vindplaats</a>
</besluiten-lijst>
<besluiten-lijst
sparql-endpoint="https://qa.centrale-vindplaats.lblod.info/sparql"
aantal="1"
bestuurseenheden="http://data.lblod.info/id/bestuurseenheden/763adc09114dd8d54a1c8bfabeaec5e5ce543d858c3dff057a1c39f9103249a0"
>
<span slot="title">Meest recente besluit op centrale vindplaats van Heist-op-den-Berg</span>
<a slot="raadpleegomgeving" href="https://qa.centrale-vindplaats.lblod.info/" class="button button-primary">Alle besluiten op centrale vindplaats</a>
</besluiten-lijst>
</body>
</html>

0 comments on commit aaec929

Please sign in to comment.