Tourist attractions visit gent
Description
In this dataset you can find all the attractions that are used on the visit.gent website
You can also query the entire dataset as Linked Open Data.
For these surveys you use the RDF search language SPARQL.
Read more about Linked Open Data
View the structure of the RDF dataset
Use the example SPARQL query to retrieve this dataset yourself:
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX schedule: <http://schema.org/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
SELECT
DISTINCT
?identifier
?_poi
?icon
?name_en
?name_en
?name_fr
?name_de
?name_es
?description_en
?description_en
?description_fr
?description_de
?description_es
?url
?created
?modified
?type
?ctcname_en
?address
?postal
?local
?long
?lat
FROM <http://stad.gent/tourism/pois/>
FROM <http://stad.gent/tourism/terms/>
WHERE {
?_poi a <http://schema.org/TouristAttraction>.
?_poi schema:identifier ?identifier.
?_poi schema:url ?url.
?_poi dct:created ?created.
?_poi schema:field_poi_type ?type.
?_poi schema:contactPoint ?_contact.
?_contact schema:streetAddress ?address.
?_contact schema:postalCode ?postal.
?_contact schema:addressLocality ?local.
?_contact schema:addressCountry ?country.
?_contact 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_en. FILTER (lang(?name_en) = 'en')}
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_en. FILTER (lang(?description_en) = 'en')}
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_en. FILTER (lang(?ctcname_en) = 'en')}
FILTER (str(?type) = 'see_do')
}
ORDER BY DESC(?created)
Resources
| Name |
Format |
Description |
Link |
|
61 |
|
https://metadata.vlaanderen.be/srv/dut/catalog.search#/metadata/8a356cf1-c297-348c-b01a-4e16b3d46e0b |
|
8 |
|
https://metadata.vlaanderen.be/srv/dut/catalog.search#/metadata/8a356cf1-c297-348c-b01a-4e16b3d46e0b |
|
23 |
|
https://metadata.vlaanderen.be/srv/dut/catalog.search#/metadata/8a356cf1-c297-348c-b01a-4e16b3d46e0b |
|
15 |
|
https://metadata.vlaanderen.be/srv/dut/catalog.search#/metadata/8a356cf1-c297-348c-b01a-4e16b3d46e0b |
Tags
- linked-open-data
- visit-gent
- cultuur