SlideShare ist ein Scribd-Unternehmen logo
1 von 30
BOTTARI: How to offer
innovative services
listening to the Social Media
Emanuele Della Valle
DEI - Politecnico di Milano
emanuele.dellavalle@polimi.it
http://emanueledellavalle.org
• Introduction
• Architecture
• Components
• Query Processing
• Evaluation
– Efficacy
– Efficiency
• Conclusions
Agenda
2
27.02.2012 - Workshop di Senso Comune, Trento, Italy
3
27.02.2012 - Workshop di Senso Comune, Trento, Italy
Introduction
A stream of live opinions
• Micro-posts carry the live opinion of social media users
about topics and points of interest.
27.02.2012 - Workshop di Senso Comune, Trento, Italy
• In 2011, an average of three million tweets per day was
posted in Seoul.
• A large number of these micro-posts are about
restaurants, bars, coffees and many other semi-public
points of interest (POIs) in the city.
• Let us consider, Insadong district with its +200 restaurants
Introduction
Seoul’s stream of live opinions
4
27.02.2012 - Workshop di Senso Comune, Trento, Italy
Number of tweets per day
related to Insadong’s
restaurants
Insadong’s restaurants
ordered by decreasing
frequency of tweets
• Trusting this collective opinion, can novel commercial and
social services be considered?
• The case of BOTTARI
Introduction
A commercial/social opportunity?
5
27.02.2012 - Workshop di Senso Comune, Trento, Italy
http://www.youtube.com/watch?v=XGOKe_lhSks
• An augmented reality application for personalized
recommendation of restaurants in Insadong (Seoul)
Introduction
What have you seen?
6
27.02.2012 - Workshop di Senso Comune, Trento, Italy
• Yes and no!
• Same use case
• BOTTARI listens to the social media
Introduction
Yet another ?
7
27.02.2012 - Workshop di Senso Comune, Trento, Italy
out
Query Rewriter
Query
Evaluator
Machine Learning
Streaming
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
BOTTARI
Architecture
Android Client
27.02.2012 - Workshop di Senso Comune, Trento, Italy 8
out
Query Rewriter
Query
Evaluator
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
BOTTARI
Architecture
Geo-Spatial KB
27.02.2012 - Workshop di Senso Comune, Trento, Italy 9
out
Query Rewriter
Query
Evaluator
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
BOTTARI
PUSH: Data Initiated
Architecture
PUSH Segment – Data Initiated
27.02.2012 - Workshop di Senso Comune, Trento, Italy 10
out
Query Rewriter
Query
Evaluator
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
BOTTARI
PULL:
Query
Initiated
Architecture
PULL Segment – Query Initiated
27.02.2012 - Workshop di Senso Comune, Trento, Italy 11
out
Query Rewriter
Query
Evaluator
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
BOTTARI
PULL:
Query
Initiated
PUSH: Data Initiated
Architecture
The Entire BOTTARI System
27.02.2012 - Workshop di Senso Comune, Trento, Italy 12
geo:SpatialThing
sioc:UserAccount
sioc:id(xsd:string)
geo:NamedPlace
twd:Tweet
twd:messageID(xsd:string)
twd:messageTimeStamp(xsd:string)
sioc:creator_of
twd:talksAbout
twd:reply
twd:retweet
sioc:has_creator
twd:talksAboutNeutrally
twd:talksAboutPositively
twd:follower
twd:following
twd:post
sioc:Post
sioc:content(xsd:string)
twd:TwitterUser
twd:screenName(xsd:string)
twd:discuss
twd:talksAboutNegatively
Components
SOR - Geo-Spatial KB
13
27.02.2012 - Workshop di Senso Comune, Trento, Italy
geo:NamedPlace
twd:Tweet
twd:messageID(xsd:string)
twd:messageTimeStamp(xsd:string)
twd:talksAbout
twd:reply
twd:retweet
ator
twd:talksAboutNeutrally
twd:talksAboutPositively
twd:post
twd:discuss
twd:talksAboutNegatively
Components
Social Media Analyzer
14
27.02.2012 - Workshop di Senso Comune, Trento, Italy
Micro-post
Morphologically
Analyzable?
Rule based
Analysis
Auto generated
rules
Learned
documents
SVMs
Syllable Kernel
Sentiment of the
tweet
Yes No
• Precision tests:
– Auto-generated
rules ≈ 70%
– Manually-coded
rules ≈ 90%
– Syllable kernel
≈ 50~60%
• Our target > 85%
+1 for POI Count +1 for POI
Q
[1 GRAPH]
Most Liked POIs
Q
Top-10 POIs
1.
2.
3.
[7 GRAPHs] Weekly Plot
[31 GRAPHs] Monthly PLot
[1 DAY] [1 DAY]
Sum +1 for POI
Q [7 DAYs]
Sum +1 for POI
Q [31 DAYs]
[1 GRAPH]
[1 GRAPH]
Weekly Map
Monthly Map
Re-stream Analyze Publish Visualize
1.
2.
3.
Re-stream
from database
C-SPARQL
Query
Windower
List View
Plot Line View
Heatmap View
LEGEND
Components
Semantic Stream Processor
15
27.02.2012 - Workshop di Senso Comune, Trento, Italy
• SUNS (Statistical Unit Node Sets)
– A machine learning framework for inductive
materialization
• Detects interesting data patterns
• Predics RDF-triples
– i.e., which restaurant a user will tweet positively about
– Caractheristics
• Capability to deal with sparse, high-dimensional and
incomplete data
• Multivariate latent space based approach
• Modularized approach for easily integrating contextual
information
Components
Machine Learning Component
16
27.02.2012 - Workshop di Senso Comune, Trento, Italy
out
Query Rewriter
Query
Evaluator
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
BOTTARI
PULL:
Query
Initiated
PUSH: Data Initiated
Query Processing
An Ontology-based Approach
27.02.2012 - Workshop di Senso 17
SELECT DISTINCT ?poi ?name ?lat ?long ?numPos ?prob
WHERE {
?poi a ns:NamedPlace ;
ns:name ?name ;
geo:lat ?lat ;
geo:long ?long .
FILTER (f:within_distance(37.5, 126.9, ?lat, ?long, 200))
FILTER (f:dest_point_viewing(37.5, 126.9, ?lat, ?long, 90, 200))
{ :someUser sioc:creator_of ?tweet .
?tweet twd:talksAboutPositively ?poi .
WITH PROBABILITY ?prob
ENSURE PROBABILITY [0.5..1) }
?poi twd:numberOfPositiveTweets ?numPos .
}
ORDER BY DESC(?numPos), ?prob,
f:distance(37.5, 126.9, ?lat, ?long)
LIMIT 10
18
27.02.2012 - Workshop di Senso Comune, Trento, Italy
GEO-SPATIAL FILTER
RECCOMENDENDATION
REPUTATION
Query Processing
An Example Query
out
Query
Evaluator
SPARQL
BOTTARI
Query Rewriter
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
The issued query is rewritten
in three queries; one for each
run time component
PULL:
Query
Initiated
PUSH: Data Initiated
Query Processing
The Input Received is Rewritten
27.02.2012 - Workshop di Senso Comune, Trento, Italy 19
out
Query
Evaluator
BOTTARI
Query Rewriter
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
Generates personalized
recommendations
PULL:
Query
Initiated
PUSH: Data Initiated
Query Processing
Each Component Answers
27.02.2012 - Workshop di Senso Comune, Trento, Italy 20
out
Query
Evaluator
HTTP
BOTTARI
Query Rewriter
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
Gets trends in restaurants’
social reputation
PULL:
Query
Initiated
PUSH: Data Initiated
Query Processing
Each Component Answers
27.02.2012 - Workshop di Senso Comune, Trento, Italy 21
out
Query
Evaluator
BOTTARI
Query Rewriter
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
Gets
restaurants
close to user
location
PULL:
Query
Initiated
PUSH: Data Initiated
Query Processing
Each Component Answers
27.02.2012 - Workshop di Senso Comune, Trento, Italy 22
out
Query
Evaluator
BOTTARI
Joins results
and returns
them
Query Rewriter
Machine Learning
Semantic
Stream
Processor
Geo
Filtering
Recommend
Reputation
Geo-
spatial KB
Social Media
Analyzer
PULL:
Query
Initiated
PUSH: Data Initiated
Query Processing
Results Are Joined and Returned
27.02.2012 - Workshop di Senso 23
Evaluation
Efficacy – High Accuracy
24
27.02.2012 - Workshop di Senso Comune, Trento, Italy
Evaluation
Efficacy – Remembering 90 Days is Enough
25
27.02.2012 - Workshop di Senso Comune, Trento, Italy
Evaluation
Efficiency – High Throughput
26
27.02.2012 - Workshop di Senso Comune, Trento, Italy
• End-user application
• Attractive and functional interface
• Real-world dynamic data
• Fully based on Semantic Web technologies
– RDF as common data format between heterogeneous
components
– SPARQL as query language
• Rigorously evaluated
– Effective
– High throughput for handling dynamic data
• Commercial Potential
Conclusions
27
27.02.2012 - Workshop di Senso Comune, Trento, Italy
• Tony Lee, Seonho Kim (SALTLUX)
– Android Application
– Social Media Analyzer
– Tweets and restaurant descriptiond for Insadong
• Marco Balduini (PoliMi)
– Semantic Stream Processor
• Irene Celino, Daniele Dell’Aglio (CEFRIEL)
– LarKC workflows
– Ontology
• Volker Tresp, Yi Huang (SIEMENS)
– Machine Learning component
Credits
BOTTARI is a joint work with
28
27.02.2012 - Workshop di Senso Comune, Trento, Italy
Thank You! Questions?
29
27.02.2012 - Workshop di Senso Comune, Trento, Italy
Much More to Come!
Keep an eye on
http://www.streamreasoning.org
BOTTARI: How to offer
innovative services
listening to the Social Media
Emanuele Della Valle
DEI - Politecnico di Milano
emanuele.dellavalle@polimi.it
http://emanueledellavalle.org

Weitere ähnliche Inhalte

Ähnlich wie BOTTARI: How to offer innovative services listening to the Social Media

Managing Community Contributions: Lessons Learned from a Case Study on Andro...
Managing Community Contributions:  Lessons Learned from a Case Study on Andro...Managing Community Contributions:  Lessons Learned from a Case Study on Andro...
Managing Community Contributions: Lessons Learned from a Case Study on Andro...Nicolas Bettenburg
 
210 - Software Population Pyramids: The Current and the Future of OSS Develop...
210 - Software Population Pyramids: The Current and the Future of OSS Develop...210 - Software Population Pyramids: The Current and the Future of OSS Develop...
210 - Software Population Pyramids: The Current and the Future of OSS Develop...ESEM 2014
 
Open P2P Design @ Simbioms.org, Helsinki 12/11/2011
Open P2P Design @ Simbioms.org, Helsinki 12/11/2011Open P2P Design @ Simbioms.org, Helsinki 12/11/2011
Open P2P Design @ Simbioms.org, Helsinki 12/11/2011Massimo Menichinelli
 
Developing Smart Cities Services through Semantic Analysis of Social Streams
Developing Smart Cities Services through Semantic Analysis of Social StreamsDeveloping Smart Cities Services through Semantic Analysis of Social Streams
Developing Smart Cities Services through Semantic Analysis of Social StreamsCataldo Musto
 
IDAS Workshop: 02 What Is Open P2P Design
IDAS Workshop: 02 What Is Open P2P DesignIDAS Workshop: 02 What Is Open P2P Design
IDAS Workshop: 02 What Is Open P2P DesignMassimo Menichinelli
 
Open P2P Design presentation - TAIK 02.05.2011
Open P2P Design presentation - TAIK 02.05.2011Open P2P Design presentation - TAIK 02.05.2011
Open P2P Design presentation - TAIK 02.05.2011Massimo Menichinelli
 
Census Social Media: Part 2
Census Social Media: Part 2Census Social Media: Part 2
Census Social Media: Part 2DigitalGov
 
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...IRJET Journal
 
NTU Workshop: 02 What Is Open P2P Design
NTU Workshop: 02 What Is Open P2P DesignNTU Workshop: 02 What Is Open P2P Design
NTU Workshop: 02 What Is Open P2P DesignMassimo Menichinelli
 
Out of Control: the bottom-up power of social computing
Out of Control: the bottom-up power of social computingOut of Control: the bottom-up power of social computing
Out of Control: the bottom-up power of social computingJun Hu
 
PhD Defense of Teodoro Montanaro
PhD Defense of Teodoro MontanaroPhD Defense of Teodoro Montanaro
PhD Defense of Teodoro MontanaroTeodoro Montanaro
 
The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...
The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...
The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...The Internet of Things Methodology
 
IDAS Workshop: 03 What Is The Distributed Manufacturing Scenario
IDAS Workshop: 03 What Is The Distributed Manufacturing ScenarioIDAS Workshop: 03 What Is The Distributed Manufacturing Scenario
IDAS Workshop: 03 What Is The Distributed Manufacturing ScenarioMassimo Menichinelli
 
[코드포인천] 코드포인천 소개
[코드포인천] 코드포인천 소개[코드포인천] 코드포인천 소개
[코드포인천] 코드포인천 소개codeforincheon
 
NTU Workshop: 03 What Is The Distributed Manufacturing Scenario
NTU Workshop: 03 What Is The Distributed Manufacturing ScenarioNTU Workshop: 03 What Is The Distributed Manufacturing Scenario
NTU Workshop: 03 What Is The Distributed Manufacturing ScenarioMassimo Menichinelli
 
Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07
Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07
Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07pseybold
 
Open P2P Design @ DMY Berlin 2011 - MakerLab
Open P2P Design @ DMY Berlin 2011 - MakerLabOpen P2P Design @ DMY Berlin 2011 - MakerLab
Open P2P Design @ DMY Berlin 2011 - MakerLabMassimo Menichinelli
 
OpenChain Webinar #5: Software Heritage
OpenChain Webinar #5: Software HeritageOpenChain Webinar #5: Software Heritage
OpenChain Webinar #5: Software HeritageShane Coughlan
 

Ähnlich wie BOTTARI: How to offer innovative services listening to the Social Media (20)

Managing Community Contributions: Lessons Learned from a Case Study on Andro...
Managing Community Contributions:  Lessons Learned from a Case Study on Andro...Managing Community Contributions:  Lessons Learned from a Case Study on Andro...
Managing Community Contributions: Lessons Learned from a Case Study on Andro...
 
210 - Software Population Pyramids: The Current and the Future of OSS Develop...
210 - Software Population Pyramids: The Current and the Future of OSS Develop...210 - Software Population Pyramids: The Current and the Future of OSS Develop...
210 - Software Population Pyramids: The Current and the Future of OSS Develop...
 
Open P2P Design @ Simbioms.org, Helsinki 12/11/2011
Open P2P Design @ Simbioms.org, Helsinki 12/11/2011Open P2P Design @ Simbioms.org, Helsinki 12/11/2011
Open P2P Design @ Simbioms.org, Helsinki 12/11/2011
 
Open P2P Design
Open P2P DesignOpen P2P Design
Open P2P Design
 
Developing Smart Cities Services through Semantic Analysis of Social Streams
Developing Smart Cities Services through Semantic Analysis of Social StreamsDeveloping Smart Cities Services through Semantic Analysis of Social Streams
Developing Smart Cities Services through Semantic Analysis of Social Streams
 
IDAS Workshop: 02 What Is Open P2P Design
IDAS Workshop: 02 What Is Open P2P DesignIDAS Workshop: 02 What Is Open P2P Design
IDAS Workshop: 02 What Is Open P2P Design
 
Open P2P Design presentation - TAIK 02.05.2011
Open P2P Design presentation - TAIK 02.05.2011Open P2P Design presentation - TAIK 02.05.2011
Open P2P Design presentation - TAIK 02.05.2011
 
Census Social Media: Part 2
Census Social Media: Part 2Census Social Media: Part 2
Census Social Media: Part 2
 
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...
 
NTU Workshop: 02 What Is Open P2P Design
NTU Workshop: 02 What Is Open P2P DesignNTU Workshop: 02 What Is Open P2P Design
NTU Workshop: 02 What Is Open P2P Design
 
Out of Control: the bottom-up power of social computing
Out of Control: the bottom-up power of social computingOut of Control: the bottom-up power of social computing
Out of Control: the bottom-up power of social computing
 
PhD Defense of Teodoro Montanaro
PhD Defense of Teodoro MontanaroPhD Defense of Teodoro Montanaro
PhD Defense of Teodoro Montanaro
 
The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...
The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...
The IoT Methodology & An Introduction to the Intel Galileo, Edison and SmartL...
 
IDAS Workshop: 03 What Is The Distributed Manufacturing Scenario
IDAS Workshop: 03 What Is The Distributed Manufacturing ScenarioIDAS Workshop: 03 What Is The Distributed Manufacturing Scenario
IDAS Workshop: 03 What Is The Distributed Manufacturing Scenario
 
[코드포인천] 코드포인천 소개
[코드포인천] 코드포인천 소개[코드포인천] 코드포인천 소개
[코드포인천] 코드포인천 소개
 
NTU Workshop: 03 What Is The Distributed Manufacturing Scenario
NTU Workshop: 03 What Is The Distributed Manufacturing ScenarioNTU Workshop: 03 What Is The Distributed Manufacturing Scenario
NTU Workshop: 03 What Is The Distributed Manufacturing Scenario
 
Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07
Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07
Using Web 2.0 For Outside I Nnovation Seybold Stm Dec 07
 
Open P2P Design @ DMY Berlin 2011 - MakerLab
Open P2P Design @ DMY Berlin 2011 - MakerLabOpen P2P Design @ DMY Berlin 2011 - MakerLab
Open P2P Design @ DMY Berlin 2011 - MakerLab
 
OpenChain Webinar #5: Software Heritage
OpenChain Webinar #5: Software HeritageOpenChain Webinar #5: Software Heritage
OpenChain Webinar #5: Software Heritage
 
A ROA for the WOT
A ROA for the WOTA ROA for the WOT
A ROA for the WOT
 

Mehr von Emanuele Della Valle

Taming velocity - a tale of four streams
Taming velocity - a tale of four streamsTaming velocity - a tale of four streams
Taming velocity - a tale of four streamsEmanuele Della Valle
 
Work in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream ReasoningWork in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream ReasoningEmanuele Della Valle
 
Knowledge graphs in search engines
Knowledge graphs in search enginesKnowledge graphs in search engines
Knowledge graphs in search enginesEmanuele Della Valle
 
La città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - FluxedoLa città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - FluxedoEmanuele Della Valle
 
Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...Emanuele Della Valle
 
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...Emanuele Della Valle
 
Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...Emanuele Della Valle
 
Big Data: how to use it to create value
Big Data: how to use it to create valueBig Data: how to use it to create value
Big Data: how to use it to create valueEmanuele Della Valle
 
Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...Emanuele Della Valle
 
Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web Emanuele Della Valle
 
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)Emanuele Della Valle
 
IST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic TechnologiesIST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic TechnologiesEmanuele Della Valle
 
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Emanuele Della Valle
 
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Emanuele Della Valle
 
Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03Emanuele Della Valle
 
City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)Emanuele Della Valle
 

Mehr von Emanuele Della Valle (20)

Taming velocity - a tale of four streams
Taming velocity - a tale of four streamsTaming velocity - a tale of four streams
Taming velocity - a tale of four streams
 
Stream reasoning
Stream reasoningStream reasoning
Stream reasoning
 
Work in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream ReasoningWork in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream Reasoning
 
Big Data and Data Science W's
Big Data and Data Science W'sBig Data and Data Science W's
Big Data and Data Science W's
 
Knowledge graphs in search engines
Knowledge graphs in search enginesKnowledge graphs in search engines
Knowledge graphs in search engines
 
La città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - FluxedoLa città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - Fluxedo
 
Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...
 
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
 
Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...
 
Big Data: how to use it to create value
Big Data: how to use it to create valueBig Data: how to use it to create value
Big Data: how to use it to create value
 
Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...
 
Ist16-04 An introduction to RDF
Ist16-04 An introduction to RDF Ist16-04 An introduction to RDF
Ist16-04 An introduction to RDF
 
Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web
 
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
 
IST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic TechnologiesIST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic Technologies
 
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
 
On Stream Reasoning
On Stream ReasoningOn Stream Reasoning
On Stream Reasoning
 
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
 
Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03
 
City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)
 

Kürzlich hochgeladen

RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfAmzadHosen3
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with CultureSeta Wicaksana
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...lizamodels9
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 

Kürzlich hochgeladen (20)

RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdf
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 

BOTTARI: How to offer innovative services listening to the Social Media