2011 First edition Apps for Ghent
2011 Gentse Feesten
2012 First data portal
2011 First edition Apps for Ghent
2011 Gentse Feesten
2013 Open data becomes part of the regular operations
2012 First data portal
2011 First edition Apps for Ghent
2011 Gentse Feesten
2013 Open data becomes part of the regular operations
2014 A new website: http://stad.gent
2012 First data portal
2014 Launch DOT GENT
2011 First edition Apps for Ghent
2011 Gentse Feesten
2013 Open data becomes part of the regular operations
2014 A new website: http://stad.gent
2015 Real-time data
2012 First data portal
2014 Launch DOT GENT
2011 First edition Apps for Ghent
2011 Gentse Feesten
2013 Open data becomes part of the regular operations
2014 A new website: http://stad.gent
2015 Real-time data
2016 Linked Open Data
2012 First data portal
2014 Launch DOT GENT
The Semantic Web
A new form of Web content that is meaningful to computers will unleash a
revolution of new possibilities
by TIM BERNERS-LEE, JAMES HENDLER and ORA LASSILA
Scientifc American, May 2001
http://www-sop.inria.fr/acacia/cours/essi2006/Scientific%20American_%20Feature%20Article_%20The%20Semantic%20Web_%20May%202001.pdf
1. Use URIs to name (identify) things.
2. Use HTTP URIs so that these things can be looked up
(interpreted, "dereferenced").
3. When a URI is looked up, provide useful information using the
standards such as RDF, SPARQL, etc.
4. Refer to other things using their HTTP URI-based names when
publishing data on the Web, so that they can discover more things
The four rules
To decide which data was first qualified
Which data is meaningful to publish as LOD?
To decide which data was first qualified
Which data is meaningful to publish as LOD?
It should be data that would be published on the new website
To decide which data was first qualified
Which data is meaningful to publish as LOD?
It should be data that would be published on the new website
Data that we could extract easily from existing systems
Examples
Products for ecological companies:
PREFIX schema: <http://schema.org/>
PREFIX dct:<http://purl.org/dc/terms/>
SELECT ?product ?titel
WHERE {
?product a <http://purl.org/vocab/cpsv#PublicService>.
?product schema:audience <http://stad.gent/data/ns/gpdc/doelgroepen/onderneming>.
?product dct:subject <http://stad.gent/data/ns/themas/natuur-milieu>.
?product dct:title ?titel
}
Examples
Products for ecological companies:
product title
https://stad.gent/id/products/120 "Projectsubsidie klimaatscholen"
https://stad.gent/id/products/222 "Meld de aanleg van uw geveltuin"
https://stad.gent/id/products/289 "Milieuvergunning"
https://stad.gent/id/products/290 "Vergunningen voor elektronisch versterkte muziek"
https://stad.gent/id/products/304 "Subsidie tijdelijke invulling van publieke ruimte en leegstaande gebouwen"
https://stad.gent/id/products/74 "(Semi)publieke laadpaal voor elektrische wagens voor bedrijven en organisaties"
Examples
Recent news items related to museums
PREFIX schema:<http://schema.org/>
SELECT ?article ?titel ?published
WHERE {
VALUES ?org {
<https://stad.gent/id/agents/a5294c55-f789-e111-a140-0050569826fc>
<https://stad.gent/id/agents/96677ab3-f689-e111-a140-0050569826fc>
}.
?article a schema:NewsArticle.
?article schema:datePublished ?published.
?article <http://schema.org/sourceOrganization> ?org.
?article schema:headline ?titel
} ORDER BY DESC(?published) LIMIT 5
Examples
Recent news items related to museums
article title published
https://stad.gent/id/news/29075 "Museumnacht: Bezoek de Gentse musea" "2015-11-27"
https://stad.gent/id/news/29017 "De schat van je leven” "2015-11-20"
https://stad.gent/id/news/28938 "Ayşe Erkmen & Ann Veronica Janssens" "2015-11-04"
https://stad.gent/id/news/28761 "Trappen tegen armoede in het Huis van Alijn" "2015-10-15"
https://stad.gent/id/news/27045 "Kermisfoto’s gezocht in het Huis van Alijn" "2015-03-27"
Examples
Recent news per location
news titel locationid
https://stad.gent/id/news/29909 "Japanse stille films met live vertelling door Benshi Kataoka Ichirō" "3738673"
https://stad.gent/id/news/29806 "Chroom-6: buurtbewoners hoeven zich geen zorgen te maken" "16"
https://stad.gent/id/news/29814 "Ottergemse Dries kan een nieuwe groenzone in gebruik nemen!" "20"
https://stad.gent/id/news/29685 "Halfvastenfoor 2016, van suikerspin tot Buffalo-badeendje" "70791"
Next Steps
Publish “leisure data” (events, Visit Gent, Gentse Feesten, …)
Increase know-how within the organisation
Use Linked Data internally
Next Steps
Publish “leisure data” (events, Visit Gent, Gentse Feesten, …)
Start a structural dialogue with other govt’s on ontologies
Increase know-how within the organisation
Use Linked Data internally