SlideShare a Scribd company logo
1 of 30
Download to read offline
Citizen-centric Linked Data Services
for Smarter Cities
Dr. Diego López-de-Ipiña
MORElab Research Group, DeustoTech – Deusto Institute of Technology,
Faculty of Engineering, University of Deusto
dipina@deusto.es
http://paginaspersonales.deusto.es/dipina, http://www.morelab.deusto.es
06/02/2014 @ Fondazione Bruno Kessler, Trento
Introduction
• Smart Cities improve the efficiency and quality of the
services provided by governing entities and business and
(are supposed to) increase citizens’ quality of life within
a city
– BUT, do they really address the user needs?

• “The city must become like the Internet, i.e. enabling
creative development and easy deployment of
applications which aim to empower the citizen” - THE APPS
FOR SMART CITIES MANIFESTO

– This view can be achieved by leveraging:
• Available infrastructure such as Open Government Data and deployed
sensor networks in cities
• Citizens’ participation through apps in their smartphones
Why Smarter Inclusive Cities?
• Not enough with the traditional resource efficiency
approach of Smart City initiatives
• “City appeal” will be key to attract and retain citizens,
companies and tourists
• Only possible by user-driven and centric innovation:
– The citizen should be heard, EMPOWERED!
» Urban apps to enhance the experience and interactions of the
citizen, by taking advantage of the city infrastructure

– The information generated by cities and citizens must be linked
and processed
» How do we correlate, link and exploit such humongous data for all
stakeholders’ benefit?
•

We should start talking about Big (Linked) Data
Towards Smarter Inclusive Cities
• Generation of user-centric solutions that exploit
urban data in different domains and thus improve the
use of existing urban infrastructure and resources
– A sustainable and open ecosystem vs. “smart city
in a box” solutions proposed by corporations such
as IBM or CISCO
Research Aim
• “To create a multi-device dataset and service
ecosystem based on standard web technologies, that
exploits the data shared by councils and their
citizens, and provides to citizens, tourists and
workers an enhanced, close to their needs,
experience in a municipality”
Research Objectives
1.
2.

3.
4.
5.
6.

Transform and release municipalities’ open data into Open Linked
Data
Generate structured council data from non-structured data coming
from social networks and users
Integrate, normalize, link and publish data for its massive analysis and
exploitation by councils, enterprises and citizens
Generate a scalable Cloud-based and NoSQL-based infrastructure
that supports the urban apps and datasets ecosystem
Create a set of urban apps over the normalized data of a council, its
citizens and companies
Disseminate and transfer the resulting service and dataset
management platform to companies and administrations
IES Cities Project
• The IES Cities project promotes user-centric
mobile micro-services that exploit open data
and generate user-supplied data
– Hypothesis: Users may help on improving, extending
and enriching the open data in which micro-services
are based

• Its platform aims to:
– Enable user supplied data to complement, enrich and
enhance existing datasets about a city
– Facilitate the generation of citizen-centric apps that
exploit urban data in different domains
IES Cities Stakeholders
• The main stakeholders of the resulting urban
apps ecosystem by IES Cities envisaged smart
city-enabling platform are:
– Mainly the citizens as final users and app idea
innovators
– SMEs and public administration of different cities
who satisfy the social and economic needs
detected
LinkedData
• “A term used to describe a recommended best practice for
exposing, sharing, and connecting pieces of data, information,
and knowledge on the Semantic Web using URIs and RDF“
• Allows to discover, connect, describe and reuse all types of data
– Enables to pass from a Web of Documents to a Web of Data
• In September 2011, it had 31 billion RDF triples linked by 505 million links

• Thought to open and connect diverse vocabularies and semantic
instances, to be used by the semantic community
• URL: http://linkeddata.org/
Types of Linked Data
• Data published as LinkedData can follow the following
classification according to Tim Bernes-Lee:
– 1 star: data available in the web (in any format), but with an
open license
– 2 stars: data available is structured and readable by
machines. For instance, Microsoft Excel instead of an image
scanned from a table
– 3 stars: data available as in (2*) but they do not follow a
proprietary format. For instance, CSV in Excel.
– 4 stars: data available in open manner using an W3C open
standard (RDF & SPARQL) to identify things, so that people
can link them
– 5 stars: data available following (4*) principles, including
external links to data of other people
4 rules of Linked
Data

1. Use URIs to identify things
2. Use HTTP URIs so that things can be referenced and
unreferenced by people and user agents
3. Provide useful info (structured description and metadata)
about the things/concepts referenced by the URI
4. Include links to other URIs to improve the discovery of related
information in the Web
Mechanisms for Supporting
Citizens & Developers
• Provenance tracking mechanisms to assess and qualify
user-provided data, thus promoting valuable and trustable
information and decrementing and eventually discarding
lower quality data
– W3C PROV Data Model for provenance exchange on Web

• Human Computation enables to leverage human
intelligence to carry out tasks that otherwise would be
difficult to accomplish by a machine
– Gamification can also be used to incentivize citizen participation

• JSON schema and query languages to facilitate urban apps
development
– Structured and non-structured data in the form of RDF, CSV or
even HTML pages can be easily mapped into JSON
1st Iteration Architecture
2nd Iteration Architecture
User-provided Data
• Smart Cities seek the participation of citizens:
– To enrich the knowledge gathered about a city
not only with government-provided or networked
sensors' provided data, but also with high quality
and trustable data
• BUT, how can we know if a given user and,
consequently, the data generated by him/her can
be trusted?
– W3C has created the PROV Data Model, for provenance
interchange
Problems associated to Userprovided Data
• The impact that citizens may have on
improving, extending and enriching the data
enabled services will be based upon
– Quality of the provided data may vary from one
citizen to another, not to mention the possibility
of someone's interest in populating the system
with fake data
• Duplication, miss-classification, mismatching and data
enrichment issues
Need to Measure Data Quality
• Need for evaluating the value and trust of the
user contributed data requires of a validation
module:
– Aids have to be provided before and after editing
new entries and a two phase commit process for
user provided data should be put in place
– A metric to measure data trustworthiness level,
providing an extra confidence layer
Provenance Semantic Representation
1 @prefix foaf : <http :// xmlns . com / foaf /0.1/ > .
2 @prefix prov : <http :// www.w3. org /ns/ prov #> .
3 @prefix iesc : <http :// studwww . ugent .be /~ satvheck / IES /
4 schemas / iescities .owl > .
5 @prefix up: <http :// users . ugent .be /~ tdenies /up/> .
6 @prefix : <http :// bilbao . iescities . org #> .
7
8 entity (: report_23456 , [ prov : value =" The paper bin is 9 broken " ])
9 wasGeneratedBy (: report_23456 , : reportActivity_23456 )
10 wasAttributedTo (: report_23456 , : jdoe )
11 wasInvalidatedBy (: report_23456 , : invActivity_639 , 2013 -07 -22 T03 :05:03)
12
13 activity (: reportActivity_23456 , 2013 -07 -22 T01 :01:01 , 16 2013 -07 -22 T01 :05:03)
14 wasAssociatedWith (: reportActivity_23456 , : jdoe )
15
16 agent (: jdoe , [ prov : type =' prov :Person ', foaf : name = 20 " John Doe ", foaf : mbox ='<
jdoe@example .org >' ])
17
18 entity (: report_23457 , [ prov : value =" It is incorrect , another paper bin has replaced the
meters beyond " ])
19 wasAttributedTo (: report_23457 , : jane )
20 wasDerivedFrom (: report_23457 , : report_23456 , invActivity_639 , -, -, [ prov : type =' prov
21
22 activity (: invActivity_639 , 2013 -07 -22 T02 :58:01 , 30 2013 -07 -22 T03 :04:47)
23 wasAssociatedWith (: invActivity_639 , : jane )
24
25 agent (: jane , [ prov : type =' prov :Person ', foaf : name ="Jane ", foaf : mbox ='< mailto :
iescities .org>'])
26 actedOnBehalfOf (: jane , : bilbao_city_council )
27
28 agent (: bilbao_city_concil , [ prov : type ='prov : Organization ', foaf : name =" Bilbao City

mailto :

old one , but 2

: Revision ' ])

jane@bilbao .

Council " ])
Trust Metric
• Trust metric depends on authority (who creates it), popularity (number of
references received), recommendation (votes), reputation of author,
recency, geographical distance

• The end result is to generate annotations such as:
:report_23456 up:contentCondence '0.6'
Linked Data Design
Support for Developers: RDF to
Relational
• There is a need to make the development of urbanapps based on Linked Data more straightforward 
accessible to any web developer
• Enable SQL on SPARQL endpoints
– Avoid complexity of SPARQL language
– Reduce learning using prior SQL knowledge

• Transformation process:
1. Define a mapping from Classes/Properties to
Tables/Relations
2. Convert SELECT to equivalent SPARQL query
3. Execute query and convert results to SQL resultset.
RDF to Relational
Schema
Mapping
SPARQL Endpoint
select * from hwa_Measure where
hwa_timestamp > 23;

Execute

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
select (str(?b) as ?id) (str(?a) as ?hwa_timestamp) (str(?c) as ?hwa_externalTemperature) (str(?d) as
?hwa_internalTemperature) (str(?e) as ?hwa_luminosity) (str(?f) as ?hwa_status) from <http://agronautas>
where {
?b
a
<http://www.morelab.deusto.es/agronautasSimple.owl#Measure> .
optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#timestamp>
?a .}
optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#externalTemperature>
?c .}
optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#internalTemperature>
?d .}
optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#luminosity>
?e .}
optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#status>
?f .}
filter (
xsd:int(?a) > xsd:int(23)
) .
}
IES Cities Player
• Web application wrapped in PhoneGap
• HTTP messages to ‘/service/’ REST interface
Platform Validation
• 311 Bilbao
– Query reports about complaints concerning public
infrastructure
– Generate own reports  prosuming

• AirQual Madrid
– Display near real-time information on air quality
measurements across Madrid.
IES Cities Apps: 311 Bilbao
IES Cities Apps: AirQual Madrid
• non-RDF Open Data
Conclusions
• Capital to include citizens in the Smart City
innovation loop and in the enrichment of the city
knowledge with their data contribution
– Only way to progress towards Smarter (Inclusive)
Cities

• IES Cities aims to address this by offering:
– Architecture enforcing usability, interoperability,
modifiability, scalability and portability …
• Added value for public bodies, developers and users
– No need for republishing existing datasets
– REST interfaces and generic queries (SQL-based) for
intuitive development of IES Cities Services
– Semantic technologies to support the generation and
validation of Linked Open Data
Citizen-centric Linked Data Services
for Smarter Cities
Dr. Diego López-de-Ipiña
MORElab Research Group, DeustoTech – Deusto Institute of Technology,
Faculty of Engineering, University of Deusto
dipina@deusto.es
http://paginaspersonales.deusto.es/dipina
Citizen-centric Linked Data Services
for Smarter Cities
Dr. Diego López-de-Ipiña
MORElab Research Group, DeustoTech – Deusto Institute of Technology,
Faculty of Engineering, University of Deusto
dipina@deusto.es
http://paginaspersonales.deusto.es/dipina
Citizen-centric Linked Data Services
for Smarter Cities
Dr. Diego López-de-Ipiña
MORElab Research Group, DeustoTech – Deusto Institute of Technology,
Faculty of Engineering, University of Deusto
dipina@deusto.es
http://paginaspersonales.deusto.es/dipina, http://www.morelab.deusto.es
06/02/2014 @ Fondazione Bruno Kessler, Trento

More Related Content

What's hot

Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...
Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...
Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...Diego López-de-Ipiña González-de-Artaza
 
The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...
The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...
The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...Diego López-de-Ipiña González-de-Artaza
 
Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...
Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...
Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...Diego López-de-Ipiña González-de-Artaza
 
Bringing together smart things and people to realize smarter environments sho...
Bringing together smart things and people to realize smarter environments sho...Bringing together smart things and people to realize smarter environments sho...
Bringing together smart things and people to realize smarter environments sho...Diego López-de-Ipiña González-de-Artaza
 
Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...
Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...
Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...Diego López-de-Ipiña González-de-Artaza
 
What makes smart cities “Smart”?
What makes smart cities “Smart”? What makes smart cities “Smart”?
What makes smart cities “Smart”? PayamBarnaghi
 
Smart Cities - Your library - supporting mobile users in edinburgh
Smart Cities - Your library - supporting mobile users in edinburghSmart Cities - Your library - supporting mobile users in edinburgh
Smart Cities - Your library - supporting mobile users in edinburghSmart Cities Project
 
How to make cities "smarter"?
How to make cities "smarter"?How to make cities "smarter"?
How to make cities "smarter"?PayamBarnaghi
 
Combining ICT and User Participation to give place to Smarter Cities through ...
Combining ICT and User Participation to give place to Smarter Cities through ...Combining ICT and User Participation to give place to Smarter Cities through ...
Combining ICT and User Participation to give place to Smarter Cities through ...Diego López-de-Ipiña González-de-Artaza
 
Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...
Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...
Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...FIA2010
 

What's hot (20)

IES Cities Project Overview and API: IES Cities Hackathon, Zaragoza
IES Cities Project Overview and API: IES Cities Hackathon, ZaragozaIES Cities Project Overview and API: IES Cities Hackathon, Zaragoza
IES Cities Project Overview and API: IES Cities Hackathon, Zaragoza
 
Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...
Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...
Towards Smarter Inclusive Cities: Internet of Things, Web of Data & Citizen P...
 
The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...
The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...
The quest for Ubiquitous Computing: from Ambient Intelligence to the combinat...
 
WeLive: Citizens Designing Cities
WeLive: Citizens Designing CitiesWeLive: Citizens Designing Cities
WeLive: Citizens Designing Cities
 
Internet de las Cosas: del Concepto a la Realidad
Internet de las Cosas: del Concepto a la RealidadInternet de las Cosas: del Concepto a la Realidad
Internet de las Cosas: del Concepto a la Realidad
 
DeustoTech-INTERNET, MORElab research group
DeustoTech-INTERNET, MORElab research groupDeustoTech-INTERNET, MORElab research group
DeustoTech-INTERNET, MORElab research group
 
SofwarøSfera Presentation
SofwarøSfera PresentationSofwarøSfera Presentation
SofwarøSfera Presentation
 
Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...
Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...
Technological pillars to enable Smarter (Collaborative + Inclusive) Environme...
 
Dealing with the need for Infrastructural Support in Ambient Intelligence
Dealing with the need for Infrastructural Support in Ambient IntelligenceDealing with the need for Infrastructural Support in Ambient Intelligence
Dealing with the need for Infrastructural Support in Ambient Intelligence
 
Presentación InnoLab Bilbao BetaBeers: Smart Cities DeustoTech
Presentación InnoLab Bilbao BetaBeers: Smart Cities DeustoTechPresentación InnoLab Bilbao BetaBeers: Smart Cities DeustoTech
Presentación InnoLab Bilbao BetaBeers: Smart Cities DeustoTech
 
Towards Citizen Co-created Public Service Apps
Towards Citizen Co-created Public Service AppsTowards Citizen Co-created Public Service Apps
Towards Citizen Co-created Public Service Apps
 
Bringing together smart things and people to realize smarter environments sho...
Bringing together smart things and people to realize smarter environments sho...Bringing together smart things and people to realize smarter environments sho...
Bringing together smart things and people to realize smarter environments sho...
 
Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...
Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...
Human-centric Collaborative Services : IoT, Broad Data, Crowdsourcing, Engage...
 
What makes smart cities “Smart”?
What makes smart cities “Smart”? What makes smart cities “Smart”?
What makes smart cities “Smart”?
 
Smart Cities - Your library - supporting mobile users in edinburgh
Smart Cities - Your library - supporting mobile users in edinburghSmart Cities - Your library - supporting mobile users in edinburgh
Smart Cities - Your library - supporting mobile users in edinburgh
 
Transiting to Open Knowledge by fostering Collaboration through CO-CREATION
Transiting to Open Knowledge by fostering Collaboration through CO-CREATIONTransiting to Open Knowledge by fostering Collaboration through CO-CREATION
Transiting to Open Knowledge by fostering Collaboration through CO-CREATION
 
Towards more Elderly-friendly Ambient Assisted Cities
Towards more Elderly-friendly Ambient Assisted CitiesTowards more Elderly-friendly Ambient Assisted Cities
Towards more Elderly-friendly Ambient Assisted Cities
 
How to make cities "smarter"?
How to make cities "smarter"?How to make cities "smarter"?
How to make cities "smarter"?
 
Combining ICT and User Participation to give place to Smarter Cities through ...
Combining ICT and User Participation to give place to Smarter Cities through ...Combining ICT and User Participation to give place to Smarter Cities through ...
Combining ICT and User Participation to give place to Smarter Cities through ...
 
Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...
Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...
Real World Internet, Smart Cities and Linked Data: Mirko Presser (Alexandrea ...
 

Viewers also liked

Future Internet: Internet of Things, Cloud Computing & Linked Data --> Big Data
Future Internet: Internet of Things, Cloud Computing & Linked Data --> Big DataFuture Internet: Internet of Things, Cloud Computing & Linked Data --> Big Data
Future Internet: Internet of Things, Cloud Computing & Linked Data --> Big DataDiego López-de-Ipiña González-de-Artaza
 
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...Diego López-de-Ipiña González-de-Artaza
 
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...Diego López-de-Ipiña González-de-Artaza
 

Viewers also liked (11)

Future Internet: Internet of Things, Cloud Computing & Linked Data --> Big Data
Future Internet: Internet of Things, Cloud Computing & Linked Data --> Big DataFuture Internet: Internet of Things, Cloud Computing & Linked Data --> Big Data
Future Internet: Internet of Things, Cloud Computing & Linked Data --> Big Data
 
Full-stack JavaScript: Desarrollo integral de aplicaciones Web con JavaScript
Full-stack JavaScript: Desarrollo integral de aplicaciones Web con JavaScriptFull-stack JavaScript: Desarrollo integral de aplicaciones Web con JavaScript
Full-stack JavaScript: Desarrollo integral de aplicaciones Web con JavaScript
 
Cloud Computing: una perspectiva tecnológica
Cloud Computing: una perspectiva tecnológicaCloud Computing: una perspectiva tecnológica
Cloud Computing: una perspectiva tecnológica
 
Cloud Computing: Windows Azure
Cloud Computing: Windows AzureCloud Computing: Windows Azure
Cloud Computing: Windows Azure
 
NoSQL: la siguiente generación de Base de Datos
NoSQL: la siguiente generación de Base de DatosNoSQL: la siguiente generación de Base de Datos
NoSQL: la siguiente generación de Base de Datos
 
Hacia la Internet del Futuro: Web 3.0, Parte 1
Hacia la Internet del Futuro: Web 3.0, Parte 1Hacia la Internet del Futuro: Web 3.0, Parte 1
Hacia la Internet del Futuro: Web 3.0, Parte 1
 
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
 
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
Internet del Futuro: Internet de las Cosas, Computación en la Nube y la Web d...
 
NoSQL: Introducción a las Bases de Datos no estructuradas
NoSQL: Introducción a las Bases de Datos no estructuradasNoSQL: Introducción a las Bases de Datos no estructuradas
NoSQL: Introducción a las Bases de Datos no estructuradas
 
Bases de Datos No Relacionales (NoSQL)
Bases de Datos No Relacionales (NoSQL) Bases de Datos No Relacionales (NoSQL)
Bases de Datos No Relacionales (NoSQL)
 
Bases de Datos No Relacionales (NoSQL): Cassandra, CouchDB, MongoDB y Neo4j
Bases de Datos No Relacionales (NoSQL): Cassandra, CouchDB, MongoDB y Neo4jBases de Datos No Relacionales (NoSQL): Cassandra, CouchDB, MongoDB y Neo4j
Bases de Datos No Relacionales (NoSQL): Cassandra, CouchDB, MongoDB y Neo4j
 

Similar to Citizen-centric Linked Data Services for Smarter Cities

Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...Citadelh2020
 
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...Gayane Sedrakyan
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
Overview of XSEDE Systems Engineering
Overview of XSEDE Systems EngineeringOverview of XSEDE Systems Engineering
Overview of XSEDE Systems EngineeringJohn Towns
 
Smart city - Steven furst fis
Smart city - Steven furst fisSmart city - Steven furst fis
Smart city - Steven furst fisChuong Nguyen
 
Open Data Infrastructures Evaluation Framework using Value Modelling
Open Data Infrastructures Evaluation Framework using Value Modelling Open Data Infrastructures Evaluation Framework using Value Modelling
Open Data Infrastructures Evaluation Framework using Value Modelling Yannis Charalabidis
 
#ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love #ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love Kristi Holmes
 
Praxis and politics of urban data: Building the Dublin Dashboard
Praxis and politics of urban data: Building the Dublin DashboardPraxis and politics of urban data: Building the Dublin Dashboard
Praxis and politics of urban data: Building the Dublin Dashboardrobkitchin
 
IWMW 2000: report on the Joined-up Web session
IWMW 2000: report on the Joined-up Web session IWMW 2000: report on the Joined-up Web session
IWMW 2000: report on the Joined-up Web session IWMW
 
OGD new generation infrastructures evaluation based on value models
OGD new generation infrastructures evaluation based on value modelsOGD new generation infrastructures evaluation based on value models
OGD new generation infrastructures evaluation based on value modelsCharalampos Alexopoulos
 
Session 1 and 2 "Challenges and Opportunities with Big Linked Data Visualiza...
Session 1 and 2  "Challenges and Opportunities with Big Linked Data Visualiza...Session 1 and 2  "Challenges and Opportunities with Big Linked Data Visualiza...
Session 1 and 2 "Challenges and Opportunities with Big Linked Data Visualiza...Laura Po
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Anna Fensel
 
Esriuk_track4_final_maria adamson
Esriuk_track4_final_maria adamsonEsriuk_track4_final_maria adamson
Esriuk_track4_final_maria adamsonEsri UK
 
Detroit internet of space vitalization
Detroit internet of space vitalizationDetroit internet of space vitalization
Detroit internet of space vitalizationAllan Bradley
 
Verinote internet growth
Verinote internet growthVerinote internet growth
Verinote internet growthVerinote
 
J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsMumbai Academisc
 
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Enrico Motta
 
La bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphesLa bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphesCédric Fauvet
 

Similar to Citizen-centric Linked Data Services for Smarter Cities (20)

Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
 
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
Data Harvesting, Curation and Fusion Model to Support Public Service Recommen...
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Overview of XSEDE Systems Engineering
Overview of XSEDE Systems EngineeringOverview of XSEDE Systems Engineering
Overview of XSEDE Systems Engineering
 
Smart city - Steven furst fis
Smart city - Steven furst fisSmart city - Steven furst fis
Smart city - Steven furst fis
 
Open Data Infrastructures Evaluation Framework using Value Modelling
Open Data Infrastructures Evaluation Framework using Value Modelling Open Data Infrastructures Evaluation Framework using Value Modelling
Open Data Infrastructures Evaluation Framework using Value Modelling
 
#ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love #ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love
 
Praxis and politics of urban data: Building the Dublin Dashboard
Praxis and politics of urban data: Building the Dublin DashboardPraxis and politics of urban data: Building the Dublin Dashboard
Praxis and politics of urban data: Building the Dublin Dashboard
 
IWMW 2000: report on the Joined-up Web session
IWMW 2000: report on the Joined-up Web session IWMW 2000: report on the Joined-up Web session
IWMW 2000: report on the Joined-up Web session
 
OGD new generation infrastructures evaluation based on value models
OGD new generation infrastructures evaluation based on value modelsOGD new generation infrastructures evaluation based on value models
OGD new generation infrastructures evaluation based on value models
 
Session 1 and 2 "Challenges and Opportunities with Big Linked Data Visualiza...
Session 1 and 2  "Challenges and Opportunities with Big Linked Data Visualiza...Session 1 and 2  "Challenges and Opportunities with Big Linked Data Visualiza...
Session 1 and 2 "Challenges and Opportunities with Big Linked Data Visualiza...
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)
 
Smart city case studies in the USA
Smart city case studies in the USASmart city case studies in the USA
Smart city case studies in the USA
 
Alamw15 VIVO
Alamw15 VIVOAlamw15 VIVO
Alamw15 VIVO
 
Esriuk_track4_final_maria adamson
Esriuk_track4_final_maria adamsonEsriuk_track4_final_maria adamson
Esriuk_track4_final_maria adamson
 
Detroit internet of space vitalization
Detroit internet of space vitalizationDetroit internet of space vitalization
Detroit internet of space vitalization
 
Verinote internet growth
Verinote internet growthVerinote internet growth
Verinote internet growth
 
J2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai AcademicsJ2ee project lists:-Mumbai Academics
J2ee project lists:-Mumbai Academics
 
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
 
La bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphesLa bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphes
 

More from Diego López-de-Ipiña González-de-Artaza

Humanized Computing: the path towards higher collaboration and reciprocal lea...
Humanized Computing: the path towards higher collaboration and reciprocal lea...Humanized Computing: the path towards higher collaboration and reciprocal lea...
Humanized Computing: the path towards higher collaboration and reciprocal lea...Diego López-de-Ipiña González-de-Artaza
 
Ontological Infrastructure for Interoperable Research Information Systems: HE...
Ontological Infrastructure for Interoperable Research Information Systems: HE...Ontological Infrastructure for Interoperable Research Information Systems: HE...
Ontological Infrastructure for Interoperable Research Information Systems: HE...Diego López-de-Ipiña González-de-Artaza
 
Fostering multi-stakeholder collaboration through co-production and rewarding
Fostering multi-stakeholder collaboration through co-production and rewarding Fostering multi-stakeholder collaboration through co-production and rewarding
Fostering multi-stakeholder collaboration through co-production and rewarding Diego López-de-Ipiña González-de-Artaza
 
A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...
A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...
A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...Diego López-de-Ipiña González-de-Artaza
 
A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...
A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...
A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...Diego López-de-Ipiña González-de-Artaza
 
Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...
Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...
Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...Diego López-de-Ipiña González-de-Artaza
 
Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...
Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...
Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...Diego López-de-Ipiña González-de-Artaza
 
ROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios Estándar
ROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios EstándarROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios Estándar
ROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios EstándarDiego López-de-Ipiña González-de-Artaza
 

More from Diego López-de-Ipiña González-de-Artaza (20)

Humanized Computing: the path towards higher collaboration and reciprocal lea...
Humanized Computing: the path towards higher collaboration and reciprocal lea...Humanized Computing: the path towards higher collaboration and reciprocal lea...
Humanized Computing: the path towards higher collaboration and reciprocal lea...
 
Generative AI How It's Changing Our World and What It Means for You_final.pdf
Generative AI How It's Changing Our World and What It Means for You_final.pdfGenerative AI How It's Changing Our World and What It Means for You_final.pdf
Generative AI How It's Changing Our World and What It Means for You_final.pdf
 
Democratizing Co-Production Of Sustainable Public Services
Democratizing Co-Production Of Sustainable Public Services Democratizing Co-Production Of Sustainable Public Services
Democratizing Co-Production Of Sustainable Public Services
 
Ontological Infrastructure for Interoperable Research Information Systems: HE...
Ontological Infrastructure for Interoperable Research Information Systems: HE...Ontological Infrastructure for Interoperable Research Information Systems: HE...
Ontological Infrastructure for Interoperable Research Information Systems: HE...
 
Fostering multi-stakeholder collaboration through co-production and rewarding
Fostering multi-stakeholder collaboration through co-production and rewarding Fostering multi-stakeholder collaboration through co-production and rewarding
Fostering multi-stakeholder collaboration through co-production and rewarding
 
A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...
A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...
A Collaborative Environment to Boost Sustainable Engaged Research & Co-Produc...
 
A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...
A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...
A Collaborative Environment to Boost Co-Production of Sustainable Public Serv...
 
PrácticaParticipación-INTERLINK-realizingcoproduction_final.pdf
PrácticaParticipación-INTERLINK-realizingcoproduction_final.pdfPrácticaParticipación-INTERLINK-realizingcoproduction_final.pdf
PrácticaParticipación-INTERLINK-realizingcoproduction_final.pdf
 
INTERLINK: Engaged Research through co-production
INTERLINK: Engaged Research through co-production INTERLINK: Engaged Research through co-production
INTERLINK: Engaged Research through co-production
 
Internet of People: towards a Human-centric computing for Social Good
Internet of People: towards a Human-centric computing for Social GoodInternet of People: towards a Human-centric computing for Social Good
Internet of People: towards a Human-centric computing for Social Good
 
Boosting data-driven innovation in Europe with the support of DIHs
Boosting data-driven innovation in Europe with the support of DIHs Boosting data-driven innovation in Europe with the support of DIHs
Boosting data-driven innovation in Europe with the support of DIHs
 
Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...
Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...
Social Coin: Blockchain-mediated incentivization of citizens for sustainable ...
 
Role of Data Incubators shaping European Data Spaces: EDI & REACH cases
Role of Data Incubators shaping European Data Spaces: EDI & REACH casesRole of Data Incubators shaping European Data Spaces: EDI & REACH cases
Role of Data Incubators shaping European Data Spaces: EDI & REACH cases
 
Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...
Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...
Transiting to SMART COMMUNITIES by fostering Collaboration & CO-CREATION for ...
 
ROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios Estándar
ROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios EstándarROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios Estándar
ROH: Proceso de Ingeniería Ontológica & Uso y Extensión de Vocabularios Estándar
 
Introduction to FAIR Data and Research Objects
Introduction to FAIR Data and Research ObjectsIntroduction to FAIR Data and Research Objects
Introduction to FAIR Data and Research Objects
 
Introducción a Linked Open Data (espacios enlazados y enlazables)
Introducción a Linked Open Data (espacios enlazados y enlazables)Introducción a Linked Open Data (espacios enlazados y enlazables)
Introducción a Linked Open Data (espacios enlazados y enlazables)
 
Red Ontologías Hércules – ROH
Red Ontologías Hércules – ROHRed Ontologías Hércules – ROH
Red Ontologías Hércules – ROH
 
Internet de las cosas y datos de ciencia ciudadana para uso público
Internet de las cosas y datos de ciencia ciudadana para uso públicoInternet de las cosas y datos de ciencia ciudadana para uso público
Internet de las cosas y datos de ciencia ciudadana para uso público
 
AUDABLOK: Engaging Citizens in Open Data Refinement through Blockchain
AUDABLOK: Engaging Citizens in Open Data Refinement through BlockchainAUDABLOK: Engaging Citizens in Open Data Refinement through Blockchain
AUDABLOK: Engaging Citizens in Open Data Refinement through Blockchain
 

Recently uploaded

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

Citizen-centric Linked Data Services for Smarter Cities

  • 1. Citizen-centric Linked Data Services for Smarter Cities Dr. Diego López-de-Ipiña MORElab Research Group, DeustoTech – Deusto Institute of Technology, Faculty of Engineering, University of Deusto dipina@deusto.es http://paginaspersonales.deusto.es/dipina, http://www.morelab.deusto.es 06/02/2014 @ Fondazione Bruno Kessler, Trento
  • 2. Introduction • Smart Cities improve the efficiency and quality of the services provided by governing entities and business and (are supposed to) increase citizens’ quality of life within a city – BUT, do they really address the user needs? • “The city must become like the Internet, i.e. enabling creative development and easy deployment of applications which aim to empower the citizen” - THE APPS FOR SMART CITIES MANIFESTO – This view can be achieved by leveraging: • Available infrastructure such as Open Government Data and deployed sensor networks in cities • Citizens’ participation through apps in their smartphones
  • 3. Why Smarter Inclusive Cities? • Not enough with the traditional resource efficiency approach of Smart City initiatives • “City appeal” will be key to attract and retain citizens, companies and tourists • Only possible by user-driven and centric innovation: – The citizen should be heard, EMPOWERED! » Urban apps to enhance the experience and interactions of the citizen, by taking advantage of the city infrastructure – The information generated by cities and citizens must be linked and processed » How do we correlate, link and exploit such humongous data for all stakeholders’ benefit? • We should start talking about Big (Linked) Data
  • 4. Towards Smarter Inclusive Cities • Generation of user-centric solutions that exploit urban data in different domains and thus improve the use of existing urban infrastructure and resources – A sustainable and open ecosystem vs. “smart city in a box” solutions proposed by corporations such as IBM or CISCO
  • 5. Research Aim • “To create a multi-device dataset and service ecosystem based on standard web technologies, that exploits the data shared by councils and their citizens, and provides to citizens, tourists and workers an enhanced, close to their needs, experience in a municipality”
  • 6. Research Objectives 1. 2. 3. 4. 5. 6. Transform and release municipalities’ open data into Open Linked Data Generate structured council data from non-structured data coming from social networks and users Integrate, normalize, link and publish data for its massive analysis and exploitation by councils, enterprises and citizens Generate a scalable Cloud-based and NoSQL-based infrastructure that supports the urban apps and datasets ecosystem Create a set of urban apps over the normalized data of a council, its citizens and companies Disseminate and transfer the resulting service and dataset management platform to companies and administrations
  • 7. IES Cities Project • The IES Cities project promotes user-centric mobile micro-services that exploit open data and generate user-supplied data – Hypothesis: Users may help on improving, extending and enriching the open data in which micro-services are based • Its platform aims to: – Enable user supplied data to complement, enrich and enhance existing datasets about a city – Facilitate the generation of citizen-centric apps that exploit urban data in different domains
  • 8. IES Cities Stakeholders • The main stakeholders of the resulting urban apps ecosystem by IES Cities envisaged smart city-enabling platform are: – Mainly the citizens as final users and app idea innovators – SMEs and public administration of different cities who satisfy the social and economic needs detected
  • 9. LinkedData • “A term used to describe a recommended best practice for exposing, sharing, and connecting pieces of data, information, and knowledge on the Semantic Web using URIs and RDF“ • Allows to discover, connect, describe and reuse all types of data – Enables to pass from a Web of Documents to a Web of Data • In September 2011, it had 31 billion RDF triples linked by 505 million links • Thought to open and connect diverse vocabularies and semantic instances, to be used by the semantic community • URL: http://linkeddata.org/
  • 10. Types of Linked Data • Data published as LinkedData can follow the following classification according to Tim Bernes-Lee: – 1 star: data available in the web (in any format), but with an open license – 2 stars: data available is structured and readable by machines. For instance, Microsoft Excel instead of an image scanned from a table – 3 stars: data available as in (2*) but they do not follow a proprietary format. For instance, CSV in Excel. – 4 stars: data available in open manner using an W3C open standard (RDF & SPARQL) to identify things, so that people can link them – 5 stars: data available following (4*) principles, including external links to data of other people
  • 11. 4 rules of Linked Data 1. Use URIs to identify things 2. Use HTTP URIs so that things can be referenced and unreferenced by people and user agents 3. Provide useful info (structured description and metadata) about the things/concepts referenced by the URI 4. Include links to other URIs to improve the discovery of related information in the Web
  • 12. Mechanisms for Supporting Citizens & Developers • Provenance tracking mechanisms to assess and qualify user-provided data, thus promoting valuable and trustable information and decrementing and eventually discarding lower quality data – W3C PROV Data Model for provenance exchange on Web • Human Computation enables to leverage human intelligence to carry out tasks that otherwise would be difficult to accomplish by a machine – Gamification can also be used to incentivize citizen participation • JSON schema and query languages to facilitate urban apps development – Structured and non-structured data in the form of RDF, CSV or even HTML pages can be easily mapped into JSON
  • 15. User-provided Data • Smart Cities seek the participation of citizens: – To enrich the knowledge gathered about a city not only with government-provided or networked sensors' provided data, but also with high quality and trustable data • BUT, how can we know if a given user and, consequently, the data generated by him/her can be trusted? – W3C has created the PROV Data Model, for provenance interchange
  • 16. Problems associated to Userprovided Data • The impact that citizens may have on improving, extending and enriching the data enabled services will be based upon – Quality of the provided data may vary from one citizen to another, not to mention the possibility of someone's interest in populating the system with fake data • Duplication, miss-classification, mismatching and data enrichment issues
  • 17. Need to Measure Data Quality • Need for evaluating the value and trust of the user contributed data requires of a validation module: – Aids have to be provided before and after editing new entries and a two phase commit process for user provided data should be put in place – A metric to measure data trustworthiness level, providing an extra confidence layer
  • 18. Provenance Semantic Representation 1 @prefix foaf : <http :// xmlns . com / foaf /0.1/ > . 2 @prefix prov : <http :// www.w3. org /ns/ prov #> . 3 @prefix iesc : <http :// studwww . ugent .be /~ satvheck / IES / 4 schemas / iescities .owl > . 5 @prefix up: <http :// users . ugent .be /~ tdenies /up/> . 6 @prefix : <http :// bilbao . iescities . org #> . 7 8 entity (: report_23456 , [ prov : value =" The paper bin is 9 broken " ]) 9 wasGeneratedBy (: report_23456 , : reportActivity_23456 ) 10 wasAttributedTo (: report_23456 , : jdoe ) 11 wasInvalidatedBy (: report_23456 , : invActivity_639 , 2013 -07 -22 T03 :05:03) 12 13 activity (: reportActivity_23456 , 2013 -07 -22 T01 :01:01 , 16 2013 -07 -22 T01 :05:03) 14 wasAssociatedWith (: reportActivity_23456 , : jdoe ) 15 16 agent (: jdoe , [ prov : type =' prov :Person ', foaf : name = 20 " John Doe ", foaf : mbox ='< jdoe@example .org >' ]) 17 18 entity (: report_23457 , [ prov : value =" It is incorrect , another paper bin has replaced the meters beyond " ]) 19 wasAttributedTo (: report_23457 , : jane ) 20 wasDerivedFrom (: report_23457 , : report_23456 , invActivity_639 , -, -, [ prov : type =' prov 21 22 activity (: invActivity_639 , 2013 -07 -22 T02 :58:01 , 30 2013 -07 -22 T03 :04:47) 23 wasAssociatedWith (: invActivity_639 , : jane ) 24 25 agent (: jane , [ prov : type =' prov :Person ', foaf : name ="Jane ", foaf : mbox ='< mailto : iescities .org>']) 26 actedOnBehalfOf (: jane , : bilbao_city_council ) 27 28 agent (: bilbao_city_concil , [ prov : type ='prov : Organization ', foaf : name =" Bilbao City mailto : old one , but 2 : Revision ' ]) jane@bilbao . Council " ])
  • 19. Trust Metric • Trust metric depends on authority (who creates it), popularity (number of references received), recommendation (votes), reputation of author, recency, geographical distance • The end result is to generate annotations such as: :report_23456 up:contentCondence '0.6'
  • 21. Support for Developers: RDF to Relational • There is a need to make the development of urbanapps based on Linked Data more straightforward  accessible to any web developer • Enable SQL on SPARQL endpoints – Avoid complexity of SPARQL language – Reduce learning using prior SQL knowledge • Transformation process: 1. Define a mapping from Classes/Properties to Tables/Relations 2. Convert SELECT to equivalent SPARQL query 3. Execute query and convert results to SQL resultset.
  • 22. RDF to Relational Schema Mapping SPARQL Endpoint select * from hwa_Measure where hwa_timestamp > 23; Execute PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> select (str(?b) as ?id) (str(?a) as ?hwa_timestamp) (str(?c) as ?hwa_externalTemperature) (str(?d) as ?hwa_internalTemperature) (str(?e) as ?hwa_luminosity) (str(?f) as ?hwa_status) from <http://agronautas> where { ?b a <http://www.morelab.deusto.es/agronautasSimple.owl#Measure> . optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#timestamp> ?a .} optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#externalTemperature> ?c .} optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#internalTemperature> ?d .} optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#luminosity> ?e .} optional {?b <http://www.morelab.deusto.es/agronautasSimple.owl#status> ?f .} filter ( xsd:int(?a) > xsd:int(23) ) . }
  • 23. IES Cities Player • Web application wrapped in PhoneGap • HTTP messages to ‘/service/’ REST interface
  • 24. Platform Validation • 311 Bilbao – Query reports about complaints concerning public infrastructure – Generate own reports  prosuming • AirQual Madrid – Display near real-time information on air quality measurements across Madrid.
  • 25. IES Cities Apps: 311 Bilbao
  • 26. IES Cities Apps: AirQual Madrid • non-RDF Open Data
  • 27. Conclusions • Capital to include citizens in the Smart City innovation loop and in the enrichment of the city knowledge with their data contribution – Only way to progress towards Smarter (Inclusive) Cities • IES Cities aims to address this by offering: – Architecture enforcing usability, interoperability, modifiability, scalability and portability … • Added value for public bodies, developers and users – No need for republishing existing datasets – REST interfaces and generic queries (SQL-based) for intuitive development of IES Cities Services – Semantic technologies to support the generation and validation of Linked Open Data
  • 28. Citizen-centric Linked Data Services for Smarter Cities Dr. Diego López-de-Ipiña MORElab Research Group, DeustoTech – Deusto Institute of Technology, Faculty of Engineering, University of Deusto dipina@deusto.es http://paginaspersonales.deusto.es/dipina
  • 29. Citizen-centric Linked Data Services for Smarter Cities Dr. Diego López-de-Ipiña MORElab Research Group, DeustoTech – Deusto Institute of Technology, Faculty of Engineering, University of Deusto dipina@deusto.es http://paginaspersonales.deusto.es/dipina
  • 30. Citizen-centric Linked Data Services for Smarter Cities Dr. Diego López-de-Ipiña MORElab Research Group, DeustoTech – Deusto Institute of Technology, Faculty of Engineering, University of Deusto dipina@deusto.es http://paginaspersonales.deusto.es/dipina, http://www.morelab.deusto.es 06/02/2014 @ Fondazione Bruno Kessler, Trento