Skip to content

Commit

Permalink
Add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed May 22, 2024
1 parent 24b0f42 commit a0c0e00
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions webcomponents/besluiten-lijst/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,29 @@
</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="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="http://srvprobepr01:8890/sparql"
aantal="100"
Expand All @@ -38,5 +61,20 @@ <h1>Besluiten lijst</h1>
>
<span slot="title">Alle besluiten gemeenteraad en burgemeester voor het thema "Wegenregister" (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 a0c0e00

Please sign in to comment.