• Metadata Vlaanderen
  •   Suchen
  •   Karte

Toeristische attracties visit gent

<p class="">In deze dataset kan je alle atracties terugvinden die gebruikt worden op de visit.gent website</p><p>Je kan de volledige dataset ook bevragen als Linked Open Data.</p><p>Voor deze bevragingen maak je gebruik van de RDF zoektaal SPARQL.</p> <p><a href="https://data.stad.gent/pages/linked-open-data/">Lees meer over Linked Open Data</a></p><p class="MsoNormal"><a href="https://stad.gent/data/datasets/aHR0cHM6Ly9zdGFkLmdlbnQvaWQvZGNhdC9saW5rZWQtZGF0YS9kYXRhc2V0LzIzZDM5YTUxYzUwYWE4ZjBkODFlY2Y2OGI4MjM0YjEyMDk5ZTAwYTg2Yjk4M2E0YzI0MmM3YzljYTc2MWQ1ZjU=" target="_blank">Bekijk de structuur van de RDF dataset</a><o:p></o:p></p><p class="MsoNormal"><a href="https://stad.gent/sparql?query=PREFIX+dct%3A+%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0APREFIX+schema%3A+%3Chttp%3A%2F%2Fschema.org%2F%3E%0APREFIX+geo%3A+%3Chttp%3A%2F%2Fwww.opengis.net%2Font%2Fgeosparql%23%3E%0ASELECT%0ADISTINCT%0A++%3Fidentifier%0A++%3F_poi%0A++%3Ficon%0A++%3Fname_nl%0A++%3Fname_en%0A++%3Fname_fr%0A++%3Fname_de%0A++%3Fname_es%0A++%3Fdescription_nl%0A++%3Fdescription_en%0A++%3Fdescription_fr%0A++%3Fdescription_de%0A++%3Fdescription_es%0A++%3Furl%0A++%3Fcreated%0A++%3Fmodified%0A++%3Ftype%0A++%3Fctcname_nl%0A++%3Faddress%0A++%3Fpostal%0A++%3Flocal%0A++%3Flong%0A++%3Flat%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fpois%2F%3E%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fterms%2F%3E%0AWHERE+%7B%0A++++%3F_poi+a+%3Chttp%3A%2F%2Fschema.org%2FTouristAttraction%3E.%0A++++%3F_poi+schema%3Aidentifier+%3Fidentifier.%0A++++%3F_poi+schema%3Aurl+%3Furl.%0A++++%3F_poi+dct%3Acreated+%3Fcreated.%0A++++%3F_poi+schema%3Afield_poi_type+%3Ftype.%0A++++%3F_poi+schema%3AcontactPoint+%3F_contact.%0A++++%3F_contact+schema%3AstreetAddress+%3Faddress.%0A++++%3F_contact+schema%3ApostalCode+%3Fpostal.%0A++++%3F_contact+schema%3AaddressLocality+%3Flocal.%0A++++%3F_contact+schema%3AaddressCountry+%3Fcountry.%0A++++%3F_contact+schema%3Ageometry+%3F_location.%0A++++%3F_location+geo%3AasWKT+%3Flocation.%0A++++bind(+replace(+str(%3Flocation)%2C+%22%5E%5B%5E0-9%5C%5C.-%5D*(%5B-%5D%3F%5B0-9%5C%5C.%5D%2B)+.*%24%22%2C+%22%241%22+)+as+%3Flong+)%0A++++bind(+replace(+str(%3Flocation)%2C+%22%5E.*+(%5B-%5D%3F%5B0-9%5C%5C.%5D%2B)%5B%5E0-9%5C%5C.%5D*%24%22%2C+%22%241%22+)+as+%3Flat+)%0A++++OPTIONAL+%7B%3F_poi+%3Chttp%3A%2F%2Fopen.vocab.org%2Fterms%2Ficon%3E+%3Ficon+%7D%0A++++OPTIONAL+%7B%3F_poi+dct%3Amodified+%3Fmodified.%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_nl.+FILTER+(lang(%3Fname_nl)+%3D+'nl')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_en.+FILTER+(lang(%3Fname_en)+%3D+'en')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_fr.+FILTER+(lang(%3Fname_fr)+%3D+'fr')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_de.+FILTER+(lang(%3Fname_de)+%3D+'de')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_es.+FILTER+(lang(%3Fname_es)+%3D+'es')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_nl.+FILTER+(lang(%3Fdescription_nl)+%3D+'nl')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_en.+FILTER+(lang(%3Fdescription_en)+%3D+'en')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_fr.+FILTER+(lang(%3Fdescription_fr)+%3D+'fr')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_de.+FILTER+(lang(%3Fdescription_de)+%3D+'de')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_es.+FILTER+(lang(%3Fdescription_es)+%3D+'es')%7D%0A++++OPTIONAL+%7B%3F_contact+schema%3Aname+%3Fctcname_nl.+FILTER+(lang(%3Fctcname_nl)+%3D+'nl')%7D%0A++++FILTER+(str(%3Ftype)+%3D+'see_do')%0A++%7D%0AORDER+BY+DESC(%3Fcreated)" target="_blank">Gebruik de voorbeeld SPARQL-query om deze dataset zelf op te vragen</a>:</p><pre class="">PREFIX dct: &lt;http://purl.org/dc/terms/&gt;<br>PREFIX schema: &lt;http://schema.org/&gt;<br>PREFIX geo: &lt;http://www.opengis.net/ont/geosparql#&gt;<br><br>SELECT DISTINCT<br> ?identifier<br> ?_poi<br> ?icon<br> ?name_nl<br> ?name_en<br> ?name_fr<br> ?name_de<br> ?name_es<br> ?description_nl<br> ?description_en<br> ?description_fr<br> ?description_de<br> ?description_es<br> ?url<br> ?created<br> ?modified<br> ?type<br> ?ctcname_nl<br> ?address<br> ?postal<br> ?local<br> ?long<br> ?lat<br>FROM &lt;http://stad.gent/tourism/pois/&gt;<br>FROM &lt;http://stad.gent/tourism/terms/&gt;<br>WHERE {<br> ?_poi a schema:TouristAttraction ;<br> schema:identifier ?identifier ;<br> schema:url ?url ;<br> dct:created ?created ;<br> schema:additionalType ?type ;<br> schema:contactPoint ?_contact .<br><br> ?_contact schema:streetAddress ?address ;<br> schema:postalCode ?postal ;<br> schema:addressLocality ?local ;<br> schema:addressCountry ?country ;<br> schema:geometry ?_location .<br><br> ?_location geo:asWKT ?location .<br><br> BIND (REPLACE(STR(?location), "^[^0-9\\.-]*([-]?[0-9\\.]+).*$", "$1") AS ?long)<br> BIND (REPLACE(STR(?location), "^.*([-]?[0-9\\.]+)[^0-9\\.]*$", "$1") AS ?lat)<br><br> OPTIONAL { ?_poi &lt;http://open.vocab.org/terms/icon&gt; ?icon }<br> OPTIONAL { ?_poi dct:modified ?modified }<br> OPTIONAL { ?_poi schema:name ?name_nl FILTER (lang(?name_nl) = 'nl') }<br> OPTIONAL { ?_poi schema:name ?name_en FILTER (lang(?name_en) = 'en') }<br> OPTIONAL { ?_poi schema:name ?name_fr FILTER (lang(?name_fr) = 'fr') }<br> OPTIONAL { ?_poi schema:name ?name_de FILTER (lang(?name_de) = 'de') }<br> OPTIONAL { ?_poi schema:name ?name_es FILTER (lang(?name_es) = 'es') }<br> OPTIONAL { ?_poi schema:description ?description_nl FILTER (lang(?description_nl) = 'nl') }<br> OPTIONAL { ?_poi schema:description ?description_en FILTER (lang(?description_en) = 'en') }<br> OPTIONAL { ?_poi schema:description ?description_fr FILTER (lang(?description_fr) = 'fr') }<br> OPTIONAL { ?_poi schema:description ?description_de FILTER (lang(?description_de) = 'de') }<br> OPTIONAL { ?_poi schema:description ?description_es FILTER (lang(?description_es) = 'es') }<br> OPTIONAL { ?_contact schema:name ?ctcname_nl FILTER (lang(?ctcname_nl) = 'nl') }<br><br> FILTER (STR(?type) = "see_do")<br>}<br>ORDER BY DESC(?created)</pre><p class="MsoNormal"><br></p><p class="MsoNormal"><br></p><p class="MsoNormal"><o:p><br></o:p></p>

Datensatz

Basic information

dct:title Toeristische attracties visit gent
dct:description <p class="">In deze dataset kan je alle atracties terugvinden die gebruikt worden op de visit.gent website</p><p>Je kan de volledige dataset ook bevragen als Linked Open Data.</p><p>Voor deze bevragingen maak je gebruik van de RDF zoektaal SPARQL.</p> <p><a href="https://data.stad.gent/pages/linked-open-data/">Lees meer over Linked Open Data</a></p><p class="MsoNormal"><a href="https://stad.gent/data/datasets/aHR0cHM6Ly9zdGFkLmdlbnQvaWQvZGNhdC9saW5rZWQtZGF0YS9kYXRhc2V0LzIzZDM5YTUxYzUwYWE4ZjBkODFlY2Y2OGI4MjM0YjEyMDk5ZTAwYTg2Yjk4M2E0YzI0MmM3YzljYTc2MWQ1ZjU=" target="_blank">Bekijk de structuur van de RDF dataset</a><o:p></o:p></p><p class="MsoNormal"><a href="https://stad.gent/sparql?query=PREFIX+dct%3A+%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0APREFIX+schema%3A+%3Chttp%3A%2F%2Fschema.org%2F%3E%0APREFIX+geo%3A+%3Chttp%3A%2F%2Fwww.opengis.net%2Font%2Fgeosparql%23%3E%0ASELECT%0ADISTINCT%0A++%3Fidentifier%0A++%3F_poi%0A++%3Ficon%0A++%3Fname_nl%0A++%3Fname_en%0A++%3Fname_fr%0A++%3Fname_de%0A++%3Fname_es%0A++%3Fdescription_nl%0A++%3Fdescription_en%0A++%3Fdescription_fr%0A++%3Fdescription_de%0A++%3Fdescription_es%0A++%3Furl%0A++%3Fcreated%0A++%3Fmodified%0A++%3Ftype%0A++%3Fctcname_nl%0A++%3Faddress%0A++%3Fpostal%0A++%3Flocal%0A++%3Flong%0A++%3Flat%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fpois%2F%3E%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fterms%2F%3E%0AWHERE+%7B%0A++++%3F_poi+a+%3Chttp%3A%2F%2Fschema.org%2FTouristAttraction%3E.%0A++++%3F_poi+schema%3Aidentifier+%3Fidentifier.%0A++++%3F_poi+schema%3Aurl+%3Furl.%0A++++%3F_poi+dct%3Acreated+%3Fcreated.%0A++++%3F_poi+schema%3Afield_poi_type+%3Ftype.%0A++++%3F_poi+schema%3AcontactPoint+%3F_contact.%0A++++%3F_contact+schema%3AstreetAddress+%3Faddress.%0A++++%3F_contact+schema%3ApostalCode+%3Fpostal.%0A++++%3F_contact+schema%3AaddressLocality+%3Flocal.%0A++++%3F_contact+schema%3AaddressCountry+%3Fcountry.%0A++++%3F_contact+schema%3Ageometry+%3F_location.%0A++++%3F_location+geo%3AasWKT+%3Flocation.%0A++++bind(+replace(+str(%3Flocation)%2C+%22%5E%5B%5E0-9%5C%5C.-%5D*(%5B-%5D%3F%5B0-9%5C%5C.%5D%2B)+.*%24%22%2C+%22%241%22+)+as+%3Flong+)%0A++++bind(+replace(+str(%3Flocation)%2C+%22%5E.*+(%5B-%5D%3F%5B0-9%5C%5C.%5D%2B)%5B%5E0-9%5C%5C.%5D*%24%22%2C+%22%241%22+)+as+%3Flat+)%0A++++OPTIONAL+%7B%3F_poi+%3Chttp%3A%2F%2Fopen.vocab.org%2Fterms%2Ficon%3E+%3Ficon+%7D%0A++++OPTIONAL+%7B%3F_poi+dct%3Amodified+%3Fmodified.%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_nl.+FILTER+(lang(%3Fname_nl)+%3D+'nl')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_en.+FILTER+(lang(%3Fname_en)+%3D+'en')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_fr.+FILTER+(lang(%3Fname_fr)+%3D+'fr')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_de.+FILTER+(lang(%3Fname_de)+%3D+'de')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Aname+%3Fname_es.+FILTER+(lang(%3Fname_es)+%3D+'es')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_nl.+FILTER+(lang(%3Fdescription_nl)+%3D+'nl')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_en.+FILTER+(lang(%3Fdescription_en)+%3D+'en')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_fr.+FILTER+(lang(%3Fdescription_fr)+%3D+'fr')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_de.+FILTER+(lang(%3Fdescription_de)+%3D+'de')%7D%0A++++OPTIONAL+%7B%3F_poi+schema%3Adescription+%3Fdescription_es.+FILTER+(lang(%3Fdescription_es)+%3D+'es')%7D%0A++++OPTIONAL+%7B%3F_contact+schema%3Aname+%3Fctcname_nl.+FILTER+(lang(%3Fctcname_nl)+%3D+'nl')%7D%0A++++FILTER+(str(%3Ftype)+%3D+'see_do')%0A++%7D%0AORDER+BY+DESC(%3Fcreated)" target="_blank">Gebruik de voorbeeld SPARQL-query om deze dataset zelf op te vragen</a>:</p><pre class="">PREFIX dct: &lt; http://purl.org/dc/terms/&gt;<br>PREFIX schema: &lt; http://schema.org/&gt;<br>PREFIX geo: &lt; http://www.opengis.net/ont/geosparql#&gt;<br><br>SELECT DISTINCT<br> ?identifier<br> ?_poi<br> ?icon<br> ?name_nl<br> ?name_en<br> ?name_fr<br> ?name_de<br> ?name_es<br> ?description_nl<br> ?description_en<br> ?description_fr<br> ?description_de<br> ?description_es<br> ?url<br> ?created<br> ?modified<br> ?type<br> ?ctcname_nl<br> ?address<br> ?postal<br> ?local<br> ?long<br> ?lat<br>FROM &lt; http://stad.gent/tourism/pois/&gt;<br>FROM &lt; http://stad.gent/tourism/terms/&gt;<br>WHERE {<br> ?_poi a schema:TouristAttraction ;<br> schema:identifier ?identifier ;<br> schema:url ?url ;<br> dct:created ?created ;<br> schema:additionalType ?type ;<br> schema:contactPoint ?_contact .<br><br> ?_contact schema:streetAddress ?address ;<br> schema:postalCode ?postal ;<br> schema:addressLocality ?local ;<br> schema:addressCountry ?country ;<br> schema:geometry ?_location .<br><br> ?_location geo:asWKT ?location .<br><br> BIND (REPLACE(STR(?location), "^[^0-9\\.-]*([-]?[0-9\\.]+).*$", "$1") AS ?long)<br> BIND (REPLACE(STR(?location), "^.*([-]?[0-9\\.]+)[^0-9\\.]*$", "$1") AS ?lat)<br><br> OPTIONAL { ?_poi &lt; http://open.vocab.org/terms/icon&gt; ?icon }<br> OPTIONAL { ?_poi dct:modified ?modified }<br> OPTIONAL { ?_poi schema:name ?name_nl FILTER (lang(?name_nl) = 'nl') }<br> OPTIONAL { ?_poi schema:name ?name_en FILTER (lang(?name_en) = 'en') }<br> OPTIONAL { ?_poi schema:name ?name_fr FILTER (lang(?name_fr) = 'fr') }<br> OPTIONAL { ?_poi schema:name ?name_de FILTER (lang(?name_de) = 'de') }<br> OPTIONAL { ?_poi schema:name ?name_es FILTER (lang(?name_es) = 'es') }<br> OPTIONAL { ?_poi schema:description ?description_nl FILTER (lang(?description_nl) = 'nl') }<br> OPTIONAL { ?_poi schema:description ?description_en FILTER (lang(?description_en) = 'en') }<br> OPTIONAL { ?_poi schema:description ?description_fr FILTER (lang(?description_fr) = 'fr') }<br> OPTIONAL { ?_poi schema:description ?description_de FILTER (lang(?description_de) = 'de') }<br> OPTIONAL { ?_poi schema:description ?description_es FILTER (lang(?description_es) = 'es') }<br> OPTIONAL { ?_contact schema:name ?ctcname_nl FILTER (lang(?ctcname_nl) = 'nl') }<br><br> FILTER (STR(?type) = "see_do")<br>}<br>ORDER BY DESC(?created)</pre><p class="MsoNormal"><br></p><p class="MsoNormal"><br></p><p class="MsoNormal"><o:p><br></o:p></p>
dcat:keyword
Visit gent |
Cultuur |
Linked open data
dct:identifier toeristische-attracties-visit-gent

Metadata DCAT

mdcat:statuut Vlaamse Open data
dcat:theme https://data.stad.gent/id/theme/Cultuur%20%26%20erfgoed

Extra information

dct:language http://id.loc.gov/vocabulary/iso639-1/nl
 

Verteilung

Verteilung

dct:description json export of data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent
rdf:resource https://data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent/exports/json

Verteilung

dct:description shp export of data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent
rdf:resource https://data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent/exports/shp

Verteilung

dct:description csv export of data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent
rdf:resource https://data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent/exports/csv

Verteilung

dct:description geojson export of data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent
rdf:resource https://data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent/exports/geojson
 

Record

Catalog record

dct:identifier 8a356cf1-c297-348c-b01a-4e16b3d46e0b
dct:modified 2025-05-09T01:30:02.283Z

Conformiteit met standaard

dct:title Dcat-ap-vl
dct: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.
owl:versionInfo 2.0
 


Provided by

Access to the catalogue
Read here the full details and access to the data.




  •   Über
  •   Github
  •