• Metadata Vlaanderen
  •  
  •  
  •  

Toeristische evenementen visit gent

<p>In deze dataset kan je de eerste 100 evenementen terugvinden die gebruikt worden op de Visit Gent website.<br/></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><a href="https://stad.gent/data/datasets/aHR0cHM6Ly9zdGFkLmdlbnQvaWQvZGNhdC9saW5rZWQtZGF0YS9kYXRhc2V0LzJlNGEwODdhMzY5Y2FjYTRhZWNlYzNlYjEzNzM1NjkzODI0ODlkY2JhNzM3N2IyZmVjN2ViOTNjNDQ2M2NjYjc=" target="_blank">Bekijk de structuur van de RDF dataset</a><br/></p> <p><a href="https://stad.gent/data/query#query=PREFIX+xsd%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema%23%3E%0APREFIX+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++%3F_event%0A++%3F_contact%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++%3Fdate_start%0A++%3Fdate_end%0A++%3Fcreated%0A++%3Fmodified%0A++%3Fctcname_nl%0A++%3Faddress%0A++%3Fpostal%0A++%3Flocal%0A++%3Fcountry%0A++%3Flong%0A++%3Flat%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fevents%2F%3E%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fterms%2F%3E%0AWHERE+%7B%0A++%3F_event+a+%3Chttp%3A%2F%2Fschema.org%2FEvent%3E.%0A++%3F_event+schema%3Aname+%3Fname.%0A++%3F_event+schema%3Adescription+%3Fdescription.%0A++%3F_event+schema%3Aurl+%3Furl.%0A++%3F_event+dct%3Acreated+%3Fcreated.%0A++OPTIONAL+%7B%3F_event+dct%3Amodified+%3Fmodified.%7D%0A++%3F_event+dct%3Asubject+%3F_cat.%0A++%3F_cat+schema%3Aname+%3Fcatname.%0A++%3F_event+schema%3AcontactPoint+%3F_contact.%0A++%3F_contact+schema%3Aname+%3Fctcname_nl.%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_event+schema%3AstartDate+%3Fdate_start%7D%0A++OPTIONAL+%7B%3F_event+schema%3AendDate+%3Fdate_end%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_nl%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_en%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_fr%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_de%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_es%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_nl%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_en%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_fr%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_de%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_es%7D%0A++FILTER+(lang(%3Fname_nl)+%3D+'nl')%0A++FILTER+(lang(%3Fname_en)+%3D+'en')%0A++FILTER+(lang(%3Fname_fr)+%3D+'fr')%0A++FILTER+(lang(%3Fname_de)+%3D+'de')%0A++FILTER+(lang(%3Fname_es)+%3D+'es')%0A++FILTER+(lang(%3Fdescription_nl)+%3D+'nl')%0A++FILTER+(lang(%3Fdescription_en)+%3D+'en')%0A++FILTER+(lang(%3Fdescription_fr)+%3D+'fr')%0A++FILTER+(lang(%3Fdescription_de)+%3D+'de')%0A++FILTER+(lang(%3Fdescription_es)+%3D+'es')%0A++FILTER+(lang(%3Fctcname_nl)+%3D+'nl')%0A++FILTER+(xsd%3Adate(%3Fdate_start)+%3C%3D+now()+%26%26+xsd%3Adate(%3Fdate_end)+%3E%3D+now())%0A%7D%0AORDER+BY+%3Fdate_end" target="_blank">Gebruik de voorbeeld SPARQL-query om deze dataset zelf op te vragen:</a></p><pre>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/>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/>SELECT<br/>DISTINCT<br/> ?_event<br/> ?_contact<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/> ?date_start<br/> ?date_end<br/> ?created<br/> ?modified<br/> ?ctcname_nl<br/> ?address<br/> ?postal<br/> ?local<br/> ?country<br/> ?long<br/> ?lat<br/>FROM &lt;http://stad.gent/tourism/events/&gt;<br/>FROM &lt;http://stad.gent/tourism/terms/&gt;<br/>WHERE {<br/> ?_event a &lt;http://schema.org/Event&gt;.<br/> ?_event schema:name ?name.<br/> ?_event schema:description ?description.<br/> ?_event schema:url ?url.<br/> ?_event dct:created ?created.<br/> OPTIONAL {?_event dct:modified ?modified.}<br/> ?_event dct:subject ?_cat.<br/> ?_cat schema:name ?catname.<br/> ?_event schema:contactPoint ?_contact.<br/> ?_contact schema:name ?ctcname_nl.<br/> ?_contact schema:streetAddress ?address.<br/> ?_contact schema:postalCode ?postal.<br/> ?_contact schema:addressLocality ?local.<br/> ?_contact schema:addressCountry ?country.<br/> ?_contact schema:geometry ?_location.<br/> ?_location geo:asWKT ?location.<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/> OPTIONAL {?_event schema:startDate ?date_start}<br/> OPTIONAL {?_event schema:endDate ?date_end}<br/> OPTIONAL {?_event schema:name ?name_nl}<br/> OPTIONAL {?_event schema:name ?name_en}<br/> OPTIONAL {?_event schema:name ?name_fr}<br/> OPTIONAL {?_event schema:name ?name_de}<br/> OPTIONAL {?_event schema:name ?name_es}<br/> OPTIONAL {?_event schema:description ?description_nl}<br/> OPTIONAL {?_event schema:description ?description_en}<br/> OPTIONAL {?_event schema:description ?description_fr}<br/> OPTIONAL {?_event schema:description ?description_de}<br/> OPTIONAL {?_event schema:description ?description_es}<br/> FILTER (lang(?name_nl) = 'nl')<br/> FILTER (lang(?name_en) = 'en')<br/> FILTER (lang(?name_fr) = 'fr')<br/> FILTER (lang(?name_de) = 'de')<br/> FILTER (lang(?name_es) = 'es')<br/> FILTER (lang(?description_nl) = 'nl')<br/> FILTER (lang(?description_en) = 'en')<br/> FILTER (lang(?description_fr) = 'fr')<br/> FILTER (lang(?description_de) = 'de')<br/> FILTER (lang(?description_es) = 'es')<br/> FILTER (lang(?ctcname_nl) = 'nl')<br/> FILTER (xsd:date(?date_start) &lt;= now() &amp;&amp; xsd:date(?date_end) &gt;= now())<br/>}<br/>ORDER BY ?date_end LIMIT 100<br/></pre>

owner : {{md.getOwnername()}}

{{'mdStatusRecord' | translate}}: {{('mdStatus-' + md.mdStatus) | translate}}
  • Dataset
  • Distributies
  • Service
  • Record

    Dataset

    Basisinformatie

     
    Titel Toeristische evenementen visit gent
    Beschrijving <p>In deze dataset kan je de eerste 100 evenementen terugvinden die gebruikt worden op de Visit Gent website.<br/></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><a href="https://stad.gent/data/datasets/aHR0cHM6Ly9zdGFkLmdlbnQvaWQvZGNhdC9saW5rZWQtZGF0YS9kYXRhc2V0LzJlNGEwODdhMzY5Y2FjYTRhZWNlYzNlYjEzNzM1NjkzODI0ODlkY2JhNzM3N2IyZmVjN2ViOTNjNDQ2M2NjYjc=" target="_blank">Bekijk de structuur van de RDF dataset</a><br/></p> <p><a href="https://stad.gent/data/query#query=PREFIX+xsd%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema%23%3E%0APREFIX+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++%3F_event%0A++%3F_contact%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++%3Fdate_start%0A++%3Fdate_end%0A++%3Fcreated%0A++%3Fmodified%0A++%3Fctcname_nl%0A++%3Faddress%0A++%3Fpostal%0A++%3Flocal%0A++%3Fcountry%0A++%3Flong%0A++%3Flat%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fevents%2F%3E%0AFROM+%3Chttp%3A%2F%2Fstad.gent%2Ftourism%2Fterms%2F%3E%0AWHERE+%7B%0A++%3F_event+a+%3Chttp%3A%2F%2Fschema.org%2FEvent%3E.%0A++%3F_event+schema%3Aname+%3Fname.%0A++%3F_event+schema%3Adescription+%3Fdescription.%0A++%3F_event+schema%3Aurl+%3Furl.%0A++%3F_event+dct%3Acreated+%3Fcreated.%0A++OPTIONAL+%7B%3F_event+dct%3Amodified+%3Fmodified.%7D%0A++%3F_event+dct%3Asubject+%3F_cat.%0A++%3F_cat+schema%3Aname+%3Fcatname.%0A++%3F_event+schema%3AcontactPoint+%3F_contact.%0A++%3F_contact+schema%3Aname+%3Fctcname_nl.%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_event+schema%3AstartDate+%3Fdate_start%7D%0A++OPTIONAL+%7B%3F_event+schema%3AendDate+%3Fdate_end%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_nl%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_en%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_fr%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_de%7D%0A++OPTIONAL+%7B%3F_event+schema%3Aname+%3Fname_es%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_nl%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_en%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_fr%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_de%7D%0A++OPTIONAL+%7B%3F_event+schema%3Adescription+%3Fdescription_es%7D%0A++FILTER+(lang(%3Fname_nl)+%3D+'nl')%0A++FILTER+(lang(%3Fname_en)+%3D+'en')%0A++FILTER+(lang(%3Fname_fr)+%3D+'fr')%0A++FILTER+(lang(%3Fname_de)+%3D+'de')%0A++FILTER+(lang(%3Fname_es)+%3D+'es')%0A++FILTER+(lang(%3Fdescription_nl)+%3D+'nl')%0A++FILTER+(lang(%3Fdescription_en)+%3D+'en')%0A++FILTER+(lang(%3Fdescription_fr)+%3D+'fr')%0A++FILTER+(lang(%3Fdescription_de)+%3D+'de')%0A++FILTER+(lang(%3Fdescription_es)+%3D+'es')%0A++FILTER+(lang(%3Fctcname_nl)+%3D+'nl')%0A++FILTER+(xsd%3Adate(%3Fdate_start)+%3C%3D+now()+%26%26+xsd%3Adate(%3Fdate_end)+%3E%3D+now())%0A%7D%0AORDER+BY+%3Fdate_end" target="_blank">Gebruik de voorbeeld SPARQL-query om deze dataset zelf op te vragen:</a></p><pre>PREFIX xsd: &lt; http://www.w3.org/2001/XMLSchema#&gt;<br/>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/>SELECT<br/>DISTINCT<br/> ?_event<br/> ?_contact<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/> ?date_start<br/> ?date_end<br/> ?created<br/> ?modified<br/> ?ctcname_nl<br/> ?address<br/> ?postal<br/> ?local<br/> ?country<br/> ?long<br/> ?lat<br/>FROM &lt; http://stad.gent/tourism/events/&gt;<br/>FROM &lt; http://stad.gent/tourism/terms/&gt;<br/>WHERE {<br/> ?_event a &lt; http://schema.org/Event&gt;.<br/> ?_event schema:name ?name.<br/> ?_event schema:description ?description.<br/> ?_event schema:url ?url.<br/> ?_event dct:created ?created.<br/> OPTIONAL {?_event dct:modified ?modified.}<br/> ?_event dct:subject ?_cat.<br/> ?_cat schema:name ?catname.<br/> ?_event schema:contactPoint ?_contact.<br/> ?_contact schema:name ?ctcname_nl.<br/> ?_contact schema:streetAddress ?address.<br/> ?_contact schema:postalCode ?postal.<br/> ?_contact schema:addressLocality ?local.<br/> ?_contact schema:addressCountry ?country.<br/> ?_contact schema:geometry ?_location.<br/> ?_location geo:asWKT ?location.<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/> OPTIONAL {?_event schema:startDate ?date_start}<br/> OPTIONAL {?_event schema:endDate ?date_end}<br/> OPTIONAL {?_event schema:name ?name_nl}<br/> OPTIONAL {?_event schema:name ?name_en}<br/> OPTIONAL {?_event schema:name ?name_fr}<br/> OPTIONAL {?_event schema:name ?name_de}<br/> OPTIONAL {?_event schema:name ?name_es}<br/> OPTIONAL {?_event schema:description ?description_nl}<br/> OPTIONAL {?_event schema:description ?description_en}<br/> OPTIONAL {?_event schema:description ?description_fr}<br/> OPTIONAL {?_event schema:description ?description_de}<br/> OPTIONAL {?_event schema:description ?description_es}<br/> FILTER (lang(?name_nl) = 'nl')<br/> FILTER (lang(?name_en) = 'en')<br/> FILTER (lang(?name_fr) = 'fr')<br/> FILTER (lang(?name_de) = 'de')<br/> FILTER (lang(?name_es) = 'es')<br/> FILTER (lang(?description_nl) = 'nl')<br/> FILTER (lang(?description_en) = 'en')<br/> FILTER (lang(?description_fr) = 'fr')<br/> FILTER (lang(?description_de) = 'de')<br/> FILTER (lang(?description_es) = 'es')<br/> FILTER (lang(?ctcname_nl) = 'nl')<br/> FILTER (xsd:date(?date_start) &lt;= now() &amp;&amp; xsd:date(?date_end) &gt;= now())<br/>}<br/>ORDER BY ?date_end LIMIT 100<br/></pre>
    Trefwoord
    Linked open data |
    Cultuur |
    Visit gent
    Statuut Vlaamse Open data
    Thema https://data.stad.gent/id/theme/Cultuur%20%26%20erfgoed
    Identificator a15ff6d7-d9cd-3510-bfde-01931d6cc165

    Extra informatie

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

    Distributies

     
    Distributie
    URI https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent-csv
    Beschrijving csv export of data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent
    URL https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent/exports/csv
    Distributie
    URI https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent-json
    Beschrijving json export of data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent
    URL https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent/exports/json
    Distributie
    URI https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent-shp
    Beschrijving shp export of data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent
    URL https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent/exports/shp
    Distributie
    URI https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent-geojson
    Beschrijving geojson export of data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent
    URL https://data.stad.gent/api/v2/catalog/datasets/toeristische-evenementen-visit-gent/exports/geojson

    Record

    Catalog record

     
    identificator 64ce4e59-5b4a-3f31-817c-f560ba8eff30
    wijzigingsdatum 2023-06-04T02:30:11

    Conformiteit met standaard

     
    titel Dcat-ap-vl
    beschrijving 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.
    versie 2.0

Overviews

Provided by

Deel op sociale sites

Gerelateerde bronnen

Not available