| Beschrijving |
<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: <
http://www.w3.org/><br>PREFIX schema: <
http://schema.org/><br>PREFIX foaf: <
http://xmlns.com/foaf/0.1/><br>PREFIX xsd: <
http://www.w3.org/2001/XMLSchema#><br>PREFIX dct: <
http://purl.org/dc/terms/><br>PREFIX oslo: <
http://purl.org/oslo/ns/localgov#><br>PREFIX locn: <
http://www.w3.org/ns/locn#><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 <
http://stad.gent/agents/><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>
<
http://www.w3.org/2000/01/rdf-schema#definedBy> ?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>
|