Gedaan met laden. U bevindt zich op: Toeristische attracties visit gent Catalogus

Toeristische attracties visit gent

Dataset

Beschrijving

Raadpleeg de attracties die op de visit Gent gepubliceerd wordenIn deze dataset kan je alle attracties terugvinden die gebruikt worden op de visit.gent website. Deze infopagina's worden op de website meteen als linked open data gepubliceerd. Daar haalt het open data platform deze gewijzigde pagina's ook meteen op door deze linked open data te bevragen. Deze query wordt wekelijks uitgevoerdNood aan een eigen query?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 https://stad.gent/sparql.Wil je weten hoe je hiermee aan de slag kan?Lees meer over Linked Open DataBekijk de structuur van de RDF datasetGebruik de voorbeeld SPARQL query die we voor deze dataset gebruikenPREFIX dct: <http://purl.org/dc/terms/>PREFIX schema: <http://schema.org/>PREFIX geo: <http://www.opengis.net/ont/geosparql#>SELECT DISTINCT ?identifier ?_poi ?icon ?name_nl ?name_en ?name_fr ?name_de ?name_es ?description_nl ?description_en ?description_fr ?description_de ?description_es ?url ?created ?modified ?type ?ctcname_nl ?address ?postal ?local ?long ?latFROM <http://stad.gent/tourism/pois/>FROM <http://stad.gent/tourism/terms/>WHERE { ?_poi a schema:TouristAttraction ; schema:identifier ?identifier ; schema:url ?url ; dct:created ?created ; schema:additionalType ?type ; schema:contactPoint ?_contact . ?_contact schema:streetAddress ?address ; schema:postalCode ?postal ; schema:addressLocality ?local ; schema:addressCountry ?country ; schema:geometry ?_location . ?_location geo:asWKT ?location . BIND (REPLACE(STR(?location), "^[^0-9\\.-]*([-]?[0-9\\.]+).*$", "$1") AS ?long) BIND (REPLACE(STR(?location), "^.*([-]?[0-9\\.]+)[^0-9\\.]*$", "$1") AS ?lat) OPTIONAL { ?_poi <http://open.vocab.org/terms/icon> ?icon } OPTIONAL { ?_poi dct:modified ?modified } OPTIONAL { ?_poi schema:name ?name_nl FILTER (lang(?name_nl) = 'nl') } OPTIONAL { ?_poi schema:name ?name_en FILTER (lang(?name_en) = 'en') } OPTIONAL { ?_poi schema:name ?name_fr FILTER (lang(?name_fr) = 'fr') } OPTIONAL { ?_poi schema:name ?name_de FILTER (lang(?name_de) = 'de') } OPTIONAL { ?_poi schema:name ?name_es FILTER (lang(?name_es) = 'es') } OPTIONAL { ?_poi schema:description ?description_nl FILTER (lang(?description_nl) = 'nl') } OPTIONAL { ?_poi schema:description ?description_en FILTER (lang(?description_en) = 'en') } OPTIONAL { ?_poi schema:description ?description_fr FILTER (lang(?description_fr) = 'fr') } OPTIONAL { ?_poi schema:description ?description_de FILTER (lang(?description_de) = 'de') } OPTIONAL { ?_poi schema:description ?description_es FILTER (lang(?description_es) = 'es') } OPTIONAL { ?_contact schema:name ?ctcname_nl FILTER (lang(?ctcname_nl) = 'nl') } FILTER (STR(?type) = "see_do")}ORDER BY DESC(?created)

Distributies

Laatst gewijzigd op 24.12.2025