• Metadata Vlaanderen (dev)
  •   Search
  •   Map

Organisaties gepubliceerd op www.stad.gent

Gent Catalog

Dataset

Basic information

Title Organisaties gepubliceerd op www.stad.gent
Description <p><b>Raadpleeg de organsaties gepubliceerd op stad.gent website</b></p><p>Naast de publicatie op diverse webpagina's publiceren we deze organisaties ook als lined open data. De query waarmee we deze data bevragen wordt dagelijks utgvoerd. </p><p><b>Nood aan een gerichtere opzoeking</b></p><p style='box-sizing: border-box; font-family: "Fira Sans"; margin: 0px 0px 1em; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(240, 249, 253);'>Voor deze bevragingen gebruiken we de zoektaal SPARQL.We gebruiken hiervoor de onderstaande query. Je kan die zelf ook aanpassen en gebruiken op het SPARQL endpoint<span style='box-sizing: border-box; font-family: "Fira Sans";'> </span><a href="https://stad.gent/sparql." style='box-sizing: border-box; font-family: "Fira Sans"; background-color: transparent; text-decoration: none; color: rgb(0, 125, 179);' target="_blank">https://stad.gent/sparql.</a></p><p style='box-sizing: border-box; font-family: "Fira Sans"; margin: 0px 0px 1em; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(240, 249, 253);'><b style='box-sizing: border-box; font-family: "Fira Sans"; font-weight: bolder;'><br style='box-sizing: border-box; font-family: "Fira Sans";'/></b></p><p style='box-sizing: border-box; font-family: "Fira Sans"; margin: 0px 0px 1em; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(240, 249, 253);'><b style='box-sizing: border-box; font-family: "Fira Sans"; font-weight: bolder;'>Wil je weten hoe je hiermee aan de slag kan?</b></p><p style='box-sizing: border-box; font-family: "Fira Sans"; margin: 0px 0px 1em; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(240, 249, 253); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><a href="https://data.stad.gent/pages/linked-open-data/" style='box-sizing: border-box; font-family: "Fira Sans"; background-color: transparent; text-decoration: none; color: rgb(0, 125, 179);'>Lees meer over Linked Open Data</a></p><p style='box-sizing: border-box; font-family: "Fira Sans"; margin: 0px 0px 1em; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(240, 249, 253); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><br></p><p><b style='box-sizing: border-box; font-family: "Fira Sans"; font-weight: bolder; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(240, 249, 253); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>Gebruik de voorbeeld SPARQL Query die we voor deze dataset gebruiken</b></p><p><span style='box-sizing: border-box; font-family: "Fira Sans"; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(240, 249, 253); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>PREFIX w3: &lt; http://www.w3.org/&gt;<br>PREFIX schema: &lt; http://schema.org/&gt;<br>PREFIX foaf: &lt; http://xmlns.com/foaf/0.1/&gt;<br>PREFIX xsd: &lt; http://www.w3.org/2001/XMLSchema#&gt;<br>PREFIX dct: &lt; http://purl.org/dc/terms/&gt;<br>PREFIX oslo: &lt; http://purl.org/oslo/ns/localgov#&gt;<br>PREFIX locn: &lt; http://www.w3.org/ns/locn#&gt;<br>SELECT DISTINCT ?naam (GROUP_CONCAT(?type; separator=", ") AS ?types) (GROUP_CONCAT(?trefwoord; separator=", ") AS ?trefwoorden) ?straat ?huisnummer ?postcode ?gemeente ?email ?url<br><br>FROM &lt; http://stad.gent/agents/&gt;<br>WHERE {<br>  ?contact a foaf:Agent ;<br>           dct:type ?type ;<br>           foaf:name ?naam ;<br>           schema:contactPoint ?contactpunt ;<br>           oslo:mailingLocation ?adreslocatie ;<br>           schema:keywords ?trefwoord ;<br>           &lt; http://www.w3.org/2000/01/rdf-schema#definedBy&gt; ?bepaalddoor.<br>  ?contactpunt <br>           schema:url ?url;<br>           schema:email ?email.<br>  ?adreslocatie oslo:address ?locatie.<br>  ?locatie locn:postCode ?postcode;<br>           locn:adminUnitL2 ?gemeente;<br>           locn:adminUnitL1 ?land;<br>           locn:thoroughfare ?straat;<br>           locn:poBox ?huisnummer.<br>  OPTIONAL { ?contact foaf:nickname ?alternatievenaam. } <br>}<br>LIMIT 1000<br>OFFSET 0<br></span><b style='box-sizing: border-box; font-family: "Fira Sans"; font-weight: bolder; color: rgb(35, 51, 58); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(240, 249, 253); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><br></b></p>
Keyword
Linked open data
Identifier organisaties

Metadata DCAT

Statute Vlaamse Open data
 

Distributions

Distribution

Description csv export of data.stad.gent/api/v2/catalog/datasets/organisaties
access URL https://data.stad.gent/api/v2/catalog/datasets/organisaties/exports/csv

Distribution

Description json export of data.stad.gent/api/v2/catalog/datasets/organisaties
access URL https://data.stad.gent/api/v2/catalog/datasets/organisaties/exports/json
 

Record

Catalog record

Identifier a805a707-d1b4-3081-8778-c9274410ac12
Date modified 2026-03-20T01:30:08.697Z

Conformiteit met standaard

Title Dcat-ap-vl
Description Dit applicatieprofiel beschrijft Open Data Catalogi in Vlaanderen. DCAT-AP Vlaanderen (DCAT-AP VL) is een verdere specialisatie van DCAT-AP. De applicatie waarop dit profiel betrekking heeft is een Open Data Portaal in Vlaanderen. Open Data portalen zijn catalogussen van Open Data datasets. Ze hebben als belangrijkste doelstelling het vindbaar maken van data en hierdoor het hergebruik ervan te stimuleren. Open Data portalen vervullen een centrale rol in de overheidsopdracht om de toegankelijkheid tot overheidsinformatie te realiseren. Met dit applicatieprofiel bevorderen we de uniformiteit van de beschikbare informatie over datasets. Tevens vereenvoudigen we het aggregatie proces van meerdere Open Data Catalogi. Dit document bevat de verplichte elementen en bijkomende elementen waarover DCAT-AP Vlaanderen een uitspraak doet. Aanbevolen en optionele informatie waarvoor geen bijkomende afspraken in de context van DCAT-AP Vlaanderen zijn, zijn niet opgenomen in dit document. Hiervoor verwijzen we naar de DCAT-AP specificatie zelf.
Version 2.0
 




  •   About
  •   Github
  •