Matches in Data.gov.be for { <https://data.stad.gent/api/v2/catalog/datasets/toeristische-attracties-visit-gent> ?p ?o ?g. }
Showing items 1 to 24 of
24
with 100 items per page.
- toeristische-attracties-visit-gent accessRights PUBLIC @default.
- toeristische-attracties-visit-gent description "Dans cet ensemble de données, vous pouvez trouver toutes les attractions utilisées sur le site web visit.gent Vous pouvez également interroger l'ensemble des données en tant que données ouvertes liées. Pour ces enquêtes, vous utilisez le langage de recherche RDF SPARQL. En savoir plus sur Linked Open Data Afficher la structure de l'ensemble de données RDF Utilisez l'exemple de requête SPARQL pour récupérer vous-même cet ensemble de données: PREFIX dct : <http://purl.org/dc/terms/> Horaire PREFIX : <http://schema.org/> PREFIX géo: <http://www.opengis.net/ont/geosparql#> SÉLECTIONNER LE DISTINCT ?identifiant ?_poi ?icon ?nom_fr ?nom_fr ?nom_fr ?nom_de ?nom_es ?description_fr ?description_fr ?description_fr ?description_de ?description_es ?url ?créé ?modifié ?type ?ctcname_fr ?adresse ?postal ?local ?long ?lat À partir de <http://stad.gent/tourism/pois/> À partir de <http://stad.gent/tourism/terms/> OÙ { ?_poi a schema:TouristAttraction ; schéma:identifiant ?identifiant; schema:url ?url ; dct:créé ?créé ; schema:additionalType ?type ; schéma:contactPoint ?_contact . ?_contact schema:streetAddress ?address ; schema:postalCode ?postal ; schema:addressLocality ?local ; schema:addressPays ?pays ; schema:geometry ?_location . ?_localisation geo:asWKT ?localisation . BIND (REPLACE(STR(?location), "^[^0-9\\.-]*([-]?[0-9\\.]+).*$", "$1") AS ?long) BIND (REPLACE(STR(?location), "^.*([-]?[0-9\.]+)[^0-9\\.]*$", "$1") AS ?lat) FACULTATIF { ?_poi <http://open.vocab.org/terms/icon> ?icône } FACULTATIF { ?_poi dct:modifié ?modifié } FACULTATIF { ?_poi schema:name ?name_en FILTRE (lang(?name_en) = 'en') } FACULTATIF { ?_poi schema:name ?name_en FILTRE (lang(?name_en) = 'en') } FACULTATIF { ?_poi schema:name ?name_fr FILTER (lang(?name_fr) = 'fr') } FACULTATIF { ?_poi schema:name ?name_de FILTER (lang(?name_de) = 'de') } FACULTATIF { ?_poi schema:name ?name_es FILTRE (lang(?name_es) = 'es') } FACULTATIF { ?_poi schema:description ?description_en FILTRE (lang(?description_en) = 'en') } FACULTATIF { ?_poi schema:description ?description_en FILTRE (lang(?description_en) = 'en') } FACULTATIF { ?_poi schema:description ?description_fr FILTRE (lang(?description_fr) = 'fr') } FACULTATIF { ?_poi schema:description ?description_de FILTRE (lang(?description_de) = 'de') } FACULTATIF { ?_poi schema:description ?description_es FILTRE (lang(?description_es) = 'es') } FACULTATIF { ?_contact schema:name ?ctcname_en FILTRE (lang(?ctcname_en) = 'en') } FILTRE (STR(?type) = "see_do") } COMMANDE PAR DESC(?créé)" @default.
- toeristische-attracties-visit-gent description "In deze dataset kan je alle atracties terugvinden die gebruikt worden op de visit.gent website Je kan de volledige dataset ook bevragen als Linked Open Data. Voor deze bevragingen maak je gebruik van de RDF zoektaal SPARQL. Lees meer over Linked Open Data Bekijk de structuur van de RDF dataset Gebruik de voorbeeld SPARQL-query om deze dataset zelf op te vragen: PREFIX 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 ?lat FROM <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) " @default.
- toeristische-attracties-visit-gent description "In diesem Datensatz finden Sie alle Attraktionen, die auf der visit.gent-Website verwendet werden Sie können den gesamten Datensatz auch als Linked Open Data abfragen. Für diese Umfragen verwenden Sie die RDF-Suchsprache SPARQL. Weiterlesen über Linked Open Data Anzeigen der Struktur des RDF-Datensatzes Verwenden Sie die Beispiel-SPARQL-Abfrage, um diesen Datensatz selbst abzurufen: PREFIX dct: <http://purl.org/dc/terms/> PREFIX Zeitplan: <http://schema.org/> PREFIX geo: <http://www.opengis.net/ont/geosparql#> DISTINCT AUSWÄHLEN ?Identifikator ?_poi ?icon ?name_de ?name_de ?Name_fr ?name_de ?name_es ?description_de ?description_de ?description_de ?description_de ?description_es ?url ?erstellt ?geändert ?Typ ?ctcname_de ?Anschrift ?postal ?lokal ?lang ?lat VON <http://stad.gent/tourism/pois/> VON <http://stad.gent/tourism/terms/> WO { ?_poi ein Schema:TouristAttraction ; schema:identifier ?identifier ; schema:url ?url ; dct:created ?erstellt ; schema:additionalType ?Type ; schema:contactPoint ?_kontakt . ?_contact schema:streetAdresse ?Adresse ; schema:postalCode ?postal ; schema:addressLocality ?lokal ; schema:addressLand ?Land ; schema:geometry ?_lokalisierung . ?_lokalisierung geo:asWKT ?lokalisierung . 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:geändert ?geändert } 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_de FILTER (lang(?description_de) = 'en') } OPTIONAL { ?_poi schema:description ?description_de FILTER (lang(?description_de) = '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_de FILTER (lang(?ctcname_de) = 'de') } FILTER (STR(?type) = "see_do") } ORDER BY DESC(?erstellt)" @default.
- toeristische-attracties-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 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_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)" @default.
- toeristische-attracties-visit-gent identifier "toeristische-attracties-visit-gent" @default.
- toeristische-attracties-visit-gent language NLD @default.
- toeristische-attracties-visit-gent publisher 0207451227 @default.
- toeristische-attracties-visit-gent spatial 2797657 @default.
- toeristische-attracties-visit-gent title "Attractions touristiques visiter gent" @default.
- toeristische-attracties-visit-gent title "Toeristische attracties visit gent" @default.
- toeristische-attracties-visit-gent title "Tourist attractions visit gent" @default.
- toeristische-attracties-visit-gent title "Touristenattraktionen besuchen Gent" @default.
- toeristische-attracties-visit-gent type Dataset @default.
- toeristische-attracties-visit-gent contactPoint genid6767 @default.
- toeristische-attracties-visit-gent distribution toeristische-attracties-visit-gent-csv @default.
- toeristische-attracties-visit-gent distribution toeristische-attracties-visit-gent-geojson @default.
- toeristische-attracties-visit-gent distribution toeristische-attracties-visit-gent-json @default.
- toeristische-attracties-visit-gent distribution toeristische-attracties-visit-gent-shp @default.
- toeristische-attracties-visit-gent keyword "Cultuur" @default.
- toeristische-attracties-visit-gent keyword "Linked open data" @default.
- toeristische-attracties-visit-gent keyword "Visit gent" @default.
- toeristische-attracties-visit-gent landingPage 8a356cf1-c297-348c-b01a-4e16b3d46e0b @default.
- toeristische-attracties-visit-gent theme SPORT @default.