SlideShare a Scribd company logo
1 of 31
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA: A Crowdsourced
Linked Open Data Architecture
Georgios Larkou, Julia Metochi
Georgios Chatzimilioudis and
Demetrios Zeinalipour-Yazti
Data Management Systems Laboratory
Department of Computer Science
University of Cyprus
http://dmsl.cs.ucy.ac.cy/
First IEEE Intl. Workshop on Mobile Data Management, Mining and Computing on
Social Networks (MobiSocial), co-located with IEEE MDM'13, June 3, 2013, Milan, Italy.
1
© Larkou, Metochi, Chatzimilioudis and Zeinalipour-Yazti, Mobisocial'13, Milan, Italy
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Crowdsourcing Definitions

•

Crowdsourcing = Crowd + Outsourcing
–

•

Jeff Howe (2006). "The Rise of Crowdsourcing". Wired.

Definition from Wikipedia:
–

"Crowdsourcing refers to a distributed
problem-solving model in which a crowd of
undefined size is engaged in the task of
solving a complex problem through an open
call"
“Crowdsourcing with Smartphones”, Georgios Chatzimiloudis, Andreas Konstantinidis, Christos Laoudias, Demetrios ZeinalipourYazti, IEEE Internet Computing, Special Issue: Sep/Oct 2012 - Crowdsourcing, May 2012. IEEE Press, Volume 16, Pages: 36-44,
2012.
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

3
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Crowdsourcing StakeHolders
Open Call (Task)

Solutions

Requester
(Crowdsourcer)

Rewards

Workers

Platform
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

(Solvers)
4
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Crowdsourcing Incentives

• Tangible (Monetary) Incentives
– Cash, Credit or Gifts (MTurk, Kickstarter)
– Unintended or as-a-by-product (reCaptchas)

• Ethical Incentives
– Socialize & Fun
– Earn Prestige
– Altruism
– Learn something New

• Usually a combination of several
incentives
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

5
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Motivation
Collect & Link Open and Close Data with
smartphones through an open call for ethical benefit

b

a

Linked Open
Data (LOD)
(Freebase,
DBPedia)

Closed Data:
Web 2.0 APIs (Google,
Twitter, Facebook)

CLODA
Prototype

c

Sensor / Geo Data
Collect
Reward

Verification

CLODA (LOD)

d

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

6
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Linked Open Data (LOD)
• Linked data refers to web accessible data
(HTTP/URI addressable) that is structured
(RDF) to allow computer link and query
(SPARQL) the data [ aka 4 principles ]
• Conceived by Tim Berners-Lee and realized by
the Semantic Web Community.
– Tim Berners-Lee (2006). "Linked Data—Design Issues". W3C.

• Linked Open Datasets (LOD):
–
–
–
–
–

DBPedia (3.6M things describing Wikipedia)
GeoNames (describing 7.5M Geographic features)
YAGO & YAGO2 (combining Wikipedia, GeoNames and others)
Freebase (39M things - Google's LOD project!)
FOAF (describing Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/
People – Relationships –Open Social Net!) 7
Presenter:
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Traditional LOD (RDF)
• DBPedia Example: LOD describing 3.64M
Wikipedia things out of which 1.83M are
classified in a consistent ontology
– 416,000 persons, 526,000 places, 106,000 music albums,
60,000 films, 17,500 video games, 169,000 organizations,
183,000 species and 5,400 diseases
Infobox example

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

8
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

LOD the Google (JSON) Way!
• Freebase Example: another LOD by Google.

Instances

Relationships

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

9
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

LOD is Interlinked & Annotated
LOD is interlinked, e.g., Freebase points to Dbpedia
predicates …

http://dbpedia.org/page/Manchester
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

10
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

LOD is Highly Interlinked!

http://www.stateofsearch.com/search-in-the-knowledge-graph-era/
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

11
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

LOD can be Queried!
LOD can be queried!, e.g., Freebase with MQL Queries
(JSON encoded like Web2.0 APIs)

Resembles
Xpath
Querying
MQL Queries
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

12
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Motivation
Collect & Link Open and Close Data with
smartphones through an open call for ethical benefit
Closed Data:
Web 2.0 APIs (Google,
Twitter, Facebook)

Linked Open
Data (LOD)
(Freebase,
DBPedia)

CLODA
Prototype

Sensor / Geo Data
Collect
Reward

Verification

CLODA LOD
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

13
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Web1.0: The Unstructured Web
http://books.google.com/

(content in HTML
only apprehensible to
User)

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

14
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Web2.0: The Structured but Closed Web
https://www.googleapis.com/books/v1/volumes?q=databases

content in XML/JSON
apprehensible to Computer

This web is closed: Requires
Keys to access (OAUTH) and
has download quotas

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

15
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

Web2.0: The Structured but Closed Web
In fact, Web2.0 Services are omnipresent!
(Google, Twitter, Facebook, Youtube, Linkedin, …)
http://www.programmableweb.com/ - 7800 APIs!!! + 6800 Mashups!

quota

https://code.google.com/apis
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

16
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Motivation
Collect & Link Open and Close Data with
smartphones through an open call for ethical benefit
Closed Data:
Web 2.0 APIs (Google,
Twitter, Facebook)

Linked Open
Data (LOD)
(Freebase,
DBPedia)

CLODA
Prototype

Sensor / Geo Data
Collect
Reward

Verification

CLODA LOD
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

17
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA: Indoor Localization
•

•

•

Numerous ways to localize without power-hungry GPS
but most of the solutions rely on additional hardware
(RFID, sensor networks, etc.)
Smartphones can nowadays localize off-the-shelf with
onboard sensors and WiFi signal fingerprints (coined
Hybrid Localization)
These solutions require that services acquire local
data through Crowdsourcing (e.g., Google Indoor)
–
–
–

–

Building RadioMaps, MagnetometerMap, etc.
[Airplace] "The Airplace Indoor Positioning Platform for Android
Smartphones", C. Laoudias et. al., Best Demo Award at IEEE MDM'12.
[HybridCywee] "Demo: the airplace indoor positioning platform", C.-L. Li,
C. Laoudias, G. Larkou, Y.-K. Tsai, D. Zeinalipour-Yazti and C. G.
Panayiotou, in ACM Mobisys'13. Video at: http://youtu.be/DyvQLSuI00I
Wifislam.com (bought recently by Apple for 20M)
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

18
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA: Scanning Items
Preview

LOD

LOD

Scan & Link

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

19
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA: Scanning Items

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

20
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA: Indoor Localization
Founded on prior work

Cywee / Airplace
http://youtu.be/DyvQLSuI00I

Airplace and Anyplace
(Navigate) seamlessly indoor or outdoor
http://anyplace.cs.ucy.ac.cy/

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

21
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Motivation
Collect & Link Open and Close Data with
smartphones through an open call for ethical benefit
Closed Data:
Web 2.0 APIs (Google,
Twitter, Facebook)

Linked Open
Data (LOD)
(Freebase,
DBPedia)

CLODA
Prototype

Sensor / Geo Data
Collect
Reward

Verification

CLODA LOD
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

22
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

NoSQL DataStore: CouchDB
Document in CouchDB

Map Function
function(doc) {
for (i in doc.authors) {
author = doc.authors[i];
emit(doc._id, author);
}
}

Results (through REST/HTTP or Futon)

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

23
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

NoSQL DataStore: CouchDB
Export JSON Data to RDF with
Sessel (CouchApp that
generates RDF triples from
CouchDB documents)

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

24
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Motivation
Collect & Link Open and Close Data with
smartphones through an open call for ethical benefit
Closed Data:
Web 2.0 APIs (Google,
Twitter, Facebook)

Linked Open
Data (LOD)
(Freebase,
DBPedia)

CLODA
Prototype

Sensor / Geo Data
Collect
Reward

Verification

Last step essentially
provided interlinking
CLODA LOD
with existing LOD
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

25
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA on the LOD Graph!
CLODA

http://www.stateofsearch.com/search-in-the-knowledge-graph-era/
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

26
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Incentives
• Incentives:
– Ethical Benefit
• Similar to people-centric sensing / wardriving

– Enhance collaboration between users
• Richer querying possibilities in the future.

– Might be imposed by an Organization.
• E.g., Inventory Management in a Hospital

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

27
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Quality Issues
• Data Quality / Data Freshness
– LOD data suffers from both of these aspects
– Crowdsourcing offers Freshness but still lacks
explicit Quality guarantees (repeat N times then
majority vote)

• Possible Solutions: Integrate Location-aware
Techniques to validate data added and linked
– Task of Identifying the neighbors of all users
continuously with Proximity, see IEEE MDM'12.
– Task of Identifying similarly moving users with
SmartTrace, see IEEE TKDE, June, 2013.
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

28
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Testbed Issues
• Currently, there are no testbeds (like motelab, planetlab)
for realistically prototyping Smartphone Network
applications and protocols at a large scale.
• Currently applications are tested in emulators.
– Sensors are not emulated. 
– Reprogramming is difficult. 
• SmartLab (http://smartlab.cs.ucy.ac.cy/) is a first-of-akind programmable cloud of 40+ smartphones
deployed at our department enabling a new line of
systems-oriented research on smartphones.
"Crowdsourcing with Smartphones", Georgios Chatzimiloudis, Andreas Konstantinides, Christos Laoudias, Demetrios
Zeinalipour-Yazti IEEE Internet Computing (IC '12), Special Issue: Sep/Oct 2012 - Crowdsourcing, May 2012. IEEE
Press, 2012
"Demo: A Programming Cloud of Smartphones", A. Konstantinidis, C. Costa, G. Larkou and D. ZeinalipourYazti, "Demo at the 10th International Conference on Mobile Systems, Applications and Services" (Mobisys '12),
Low Wood Bay, Lake District, UK, 2012.
29

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Testbed Issues
SmartLab: Massive smartphone simulations with
our first global open smartphone IaaS cloud –
http://smartlab.cs.ucy.ac.cy/

Static Androids

Mobile Androids

[SmartLab] "Demo: a programming cloud of smartphones", A. Konstantinidis, C.
Costa, G. Larkou, D. Zeinalipour-Yazti, In ACM Mobisys '12. [ By our
Group ]
Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/

30
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA Testbed Issues

Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/
http://smartlab.cs.ucy.ac.cy/

31
Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010

CLODA: A Crowdsourced
Linked Open Data Architecture
Thanks! Questions?
Georgios Larkou, Julia Metochi
Georgios Chatzimilioudis and
Demetrios Zeinalipour-Yazti
http://dmsl.cs.ucy.ac.cy/
First IEEE Intl. Workshop on Mobile Data Management, Mining and Computing on
Social Networks (MobiSocial), co-located with IEEE MDM'13, June 3, 2013, Milan, Italy.
32
© Larkou, Metochi, Chatzimilioudis and Zeinalipour-Yazti, Mobisocial'13, Milan, Italy

More Related Content

What's hot

Professional studies assingment oj
Professional studies assingment ojProfessional studies assingment oj
Professional studies assingment ojMOLOPO OJ
 
Social software for teaching and learning, mid-2008
Social software for teaching and learning, mid-2008Social software for teaching and learning, mid-2008
Social software for teaching and learning, mid-2008Bryan Alexander
 
Nigf report appendix pages
Nigf report   appendix pagesNigf report   appendix pages
Nigf report appendix pagesAgidigba
 
Rafael Popper TAFI workshop
Rafael Popper TAFI workshopRafael Popper TAFI workshop
Rafael Popper TAFI workshopblogzilla
 
Technology enhanced learning in higher education
Technology enhanced learning in higher educationTechnology enhanced learning in higher education
Technology enhanced learning in higher educationjimson99
 
Go open 2013: the free internet under siege?
Go open 2013: the free internet under siege?Go open 2013: the free internet under siege?
Go open 2013: the free internet under siege?Torgeir Andrew Waterhouse
 
What/Where/How is Digital Scholarship?
What/Where/How is Digital Scholarship?What/Where/How is Digital Scholarship?
What/Where/How is Digital Scholarship?stoton
 
Digital Technology in Education
Digital Technology in EducationDigital Technology in Education
Digital Technology in EducationMichael Nantais
 
Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...
Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...
Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...Sandra Schön (aka Schoen)
 
Social Learning Networks and Social Bookmarking
Social Learning Networks and Social BookmarkingSocial Learning Networks and Social Bookmarking
Social Learning Networks and Social BookmarkingSteve Mackenzie
 

What's hot (16)

Literacy - Hindsight, Insight and Foresight
Literacy - Hindsight, Insight and ForesightLiteracy - Hindsight, Insight and Foresight
Literacy - Hindsight, Insight and Foresight
 
Reshaping workplace design to facilitate better learning
Reshaping workplace design to facilitate better learningReshaping workplace design to facilitate better learning
Reshaping workplace design to facilitate better learning
 
Professional studies assingment oj
Professional studies assingment ojProfessional studies assingment oj
Professional studies assingment oj
 
Social software for teaching and learning, mid-2008
Social software for teaching and learning, mid-2008Social software for teaching and learning, mid-2008
Social software for teaching and learning, mid-2008
 
Urban Planning Education In Context With Mobile Phones
Urban Planning Education In Context With Mobile PhonesUrban Planning Education In Context With Mobile Phones
Urban Planning Education In Context With Mobile Phones
 
Nigf report appendix pages
Nigf report   appendix pagesNigf report   appendix pages
Nigf report appendix pages
 
Rafael Popper TAFI workshop
Rafael Popper TAFI workshopRafael Popper TAFI workshop
Rafael Popper TAFI workshop
 
Moodle moot 7_10
Moodle moot 7_10Moodle moot 7_10
Moodle moot 7_10
 
Technology enhanced learning in higher education
Technology enhanced learning in higher educationTechnology enhanced learning in higher education
Technology enhanced learning in higher education
 
Cyberculture
CybercultureCyberculture
Cyberculture
 
Go open 2013: the free internet under siege?
Go open 2013: the free internet under siege?Go open 2013: the free internet under siege?
Go open 2013: the free internet under siege?
 
What/Where/How is Digital Scholarship?
What/Where/How is Digital Scholarship?What/Where/How is Digital Scholarship?
What/Where/How is Digital Scholarship?
 
Digital Technology in Education
Digital Technology in EducationDigital Technology in Education
Digital Technology in Education
 
Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...
Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...
Inclusion through Learning and Web 2.0 - A New Project for Better Policies an...
 
Social Learning Networks and Social Bookmarking
Social Learning Networks and Social BookmarkingSocial Learning Networks and Social Bookmarking
Social Learning Networks and Social Bookmarking
 
Open for learning workshop score in july 2011
Open for learning workshop score in july 2011Open for learning workshop score in july 2011
Open for learning workshop score in july 2011
 

Viewers also liked

Presentation by bluenove '12 ways to implement open and collaborative innovat...
Presentation by bluenove '12 ways to implement open and collaborative innovat...Presentation by bluenove '12 ways to implement open and collaborative innovat...
Presentation by bluenove '12 ways to implement open and collaborative innovat...bluenove
 
Copyright Reform and Open Data
Copyright Reform and Open DataCopyright Reform and Open Data
Copyright Reform and Open Datapetermurrayrust
 
Role of crowdsourcing
Role of crowdsourcing Role of crowdsourcing
Role of crowdsourcing Graham Steel
 
Using crowdsourcing in government
Using crowdsourcing in governmentUsing crowdsourcing in government
Using crowdsourcing in governmentadigaskell
 
Eliminate HR Paperwork & Manual Processes
Eliminate HR Paperwork & Manual ProcessesEliminate HR Paperwork & Manual Processes
Eliminate HR Paperwork & Manual ProcessesJazz
 
Social media style 2 powerpoint presentation templates
Social media style 2 powerpoint presentation templatesSocial media style 2 powerpoint presentation templates
Social media style 2 powerpoint presentation templatesSlideTeam.net
 
26 viñetas - The Syruan Child
26 viñetas - The Syruan Child26 viñetas - The Syruan Child
26 viñetas - The Syruan ChildEsterMoRas
 
Employee Engagement.Doc
Employee Engagement.DocEmployee Engagement.Doc
Employee Engagement.Docswati18
 
Buyer persona mis seminarium 3 juni 2016 copy
Buyer persona mis seminarium 3 juni 2016 copyBuyer persona mis seminarium 3 juni 2016 copy
Buyer persona mis seminarium 3 juni 2016 copypersod.com
 
Contract offer and accpetance
Contract offer and accpetanceContract offer and accpetance
Contract offer and accpetancePimsat University
 
Gdit 706 overcoming barriers-final group project
Gdit 706 overcoming barriers-final group projectGdit 706 overcoming barriers-final group project
Gdit 706 overcoming barriers-final group projectemtinanalqurashi
 
Delamode Romania_Company presentation_Domestic capabilities
Delamode Romania_Company presentation_Domestic capabilitiesDelamode Romania_Company presentation_Domestic capabilities
Delamode Romania_Company presentation_Domestic capabilitiesDelamode Bacau
 
Slideschare . cuentos
Slideschare . cuentosSlideschare . cuentos
Slideschare . cuentosGloria Jurado
 
Emp Engagemnt
Emp EngagemntEmp Engagemnt
Emp Engagemntswati18
 
Gpsy 827 classrm discipln behavior mgmt
Gpsy 827 classrm discipln behavior mgmtGpsy 827 classrm discipln behavior mgmt
Gpsy 827 classrm discipln behavior mgmtemtinanalqurashi
 

Viewers also liked (20)

Grow Your Business - Implementing Open Innovation
Grow Your Business - Implementing Open Innovation  Grow Your Business - Implementing Open Innovation
Grow Your Business - Implementing Open Innovation
 
Better CrowdSourcing
Better CrowdSourcingBetter CrowdSourcing
Better CrowdSourcing
 
Presentation by bluenove '12 ways to implement open and collaborative innovat...
Presentation by bluenove '12 ways to implement open and collaborative innovat...Presentation by bluenove '12 ways to implement open and collaborative innovat...
Presentation by bluenove '12 ways to implement open and collaborative innovat...
 
Copyright Reform and Open Data
Copyright Reform and Open DataCopyright Reform and Open Data
Copyright Reform and Open Data
 
Role of crowdsourcing
Role of crowdsourcing Role of crowdsourcing
Role of crowdsourcing
 
Using crowdsourcing in government
Using crowdsourcing in governmentUsing crowdsourcing in government
Using crowdsourcing in government
 
Eliminate HR Paperwork & Manual Processes
Eliminate HR Paperwork & Manual ProcessesEliminate HR Paperwork & Manual Processes
Eliminate HR Paperwork & Manual Processes
 
Social media style 2 powerpoint presentation templates
Social media style 2 powerpoint presentation templatesSocial media style 2 powerpoint presentation templates
Social media style 2 powerpoint presentation templates
 
26 viñetas - The Syruan Child
26 viñetas - The Syruan Child26 viñetas - The Syruan Child
26 viñetas - The Syruan Child
 
Employee Engagement.Doc
Employee Engagement.DocEmployee Engagement.Doc
Employee Engagement.Doc
 
SIP REPORT
SIP REPORTSIP REPORT
SIP REPORT
 
Buyer persona mis seminarium 3 juni 2016 copy
Buyer persona mis seminarium 3 juni 2016 copyBuyer persona mis seminarium 3 juni 2016 copy
Buyer persona mis seminarium 3 juni 2016 copy
 
Contract offer and accpetance
Contract offer and accpetanceContract offer and accpetance
Contract offer and accpetance
 
Gdit 706 overcoming barriers-final group project
Gdit 706 overcoming barriers-final group projectGdit 706 overcoming barriers-final group project
Gdit 706 overcoming barriers-final group project
 
Delamode Romania_Company presentation_Domestic capabilities
Delamode Romania_Company presentation_Domestic capabilitiesDelamode Romania_Company presentation_Domestic capabilities
Delamode Romania_Company presentation_Domestic capabilities
 
Slideschare . cuentos
Slideschare . cuentosSlideschare . cuentos
Slideschare . cuentos
 
Zezo cartoons
Zezo cartoonsZezo cartoons
Zezo cartoons
 
Emp Engagemnt
Emp EngagemntEmp Engagemnt
Emp Engagemnt
 
705 Rational
705 Rational705 Rational
705 Rational
 
Gpsy 827 classrm discipln behavior mgmt
Gpsy 827 classrm discipln behavior mgmtGpsy 827 classrm discipln behavior mgmt
Gpsy 827 classrm discipln behavior mgmt
 

Similar to CLODA: A Crowdsourced Linked Open Data Architecture

Social Networking and Scientific Gateways
Social Networking and Scientific GatewaysSocial Networking and Scientific Gateways
Social Networking and Scientific GatewaysCameron Kiddle
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial InformationNaturNetPlus
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial InformationNaturNetPlus
 
Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988Karel Charvat
 
Converging Communications: The Perfect Storm
Converging Communications: The Perfect StormConverging Communications: The Perfect Storm
Converging Communications: The Perfect StormJoanne Jacobs
 
DPS-Tartu-ResearchAgenda2023-huberflores.pdf
DPS-Tartu-ResearchAgenda2023-huberflores.pdfDPS-Tartu-ResearchAgenda2023-huberflores.pdf
DPS-Tartu-ResearchAgenda2023-huberflores.pdfHuber Flores
 
Collaborative Science: Technologies & Examples
Collaborative Science: Technologies & ExamplesCollaborative Science: Technologies & Examples
Collaborative Science: Technologies & ExamplesCameron Kiddle
 
Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...
Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...
Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...Cameron Kiddle
 
Cyberinfrastructure and its Role in Science
Cyberinfrastructure and its Role in ScienceCyberinfrastructure and its Role in Science
Cyberinfrastructure and its Role in ScienceCameron Kiddle
 
Introduction to Web 2.0 tools
Introduction to Web 2.0 toolsIntroduction to Web 2.0 tools
Introduction to Web 2.0 toolscies
 
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...Stefan Dietze
 
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studioI Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studioCulturaItalia
 
KESW2012 Hackathon St Petersburg
KESW2012 Hackathon St PetersburgKESW2012 Hackathon St Petersburg
KESW2012 Hackathon St PetersburgAI4BD GmbH
 
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations EDINA, University of Edinburgh
 
Top 10 Ways to Make Your Digital Content Accessible
Top 10 Ways to Make Your Digital Content AccessibleTop 10 Ways to Make Your Digital Content Accessible
Top 10 Ways to Make Your Digital Content AccessibleD2L Barry
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesMathieu d'Aquin
 
GeoChronos - SC09 Demo Presentation
GeoChronos - SC09 Demo PresentationGeoChronos - SC09 Demo Presentation
GeoChronos - SC09 Demo PresentationCameron Kiddle
 
Processing Open Data using Terradue Cloud Platform
Processing Open Data using Terradue Cloud PlatformProcessing Open Data using Terradue Cloud Platform
Processing Open Data using Terradue Cloud Platformterradue
 

Similar to CLODA: A Crowdsourced Linked Open Data Architecture (20)

Social Networking and Scientific Gateways
Social Networking and Scientific GatewaysSocial Networking and Scientific Gateways
Social Networking and Scientific Gateways
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial Information
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial Information
 
Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988
 
Converging Communications: The Perfect Storm
Converging Communications: The Perfect StormConverging Communications: The Perfect Storm
Converging Communications: The Perfect Storm
 
DPS-Tartu-ResearchAgenda2023-huberflores.pdf
DPS-Tartu-ResearchAgenda2023-huberflores.pdfDPS-Tartu-ResearchAgenda2023-huberflores.pdf
DPS-Tartu-ResearchAgenda2023-huberflores.pdf
 
Collaborative Science: Technologies & Examples
Collaborative Science: Technologies & ExamplesCollaborative Science: Technologies & Examples
Collaborative Science: Technologies & Examples
 
Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...
Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...
Enabling Collaboration Among Earth Observation Scientists with the GeoChronos...
 
Cyberinfrastructure and its Role in Science
Cyberinfrastructure and its Role in ScienceCyberinfrastructure and its Role in Science
Cyberinfrastructure and its Role in Science
 
Introduction to Web 2.0 tools
Introduction to Web 2.0 toolsIntroduction to Web 2.0 tools
Introduction to Web 2.0 tools
 
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
 
Web2 Seminar
Web2 SeminarWeb2 Seminar
Web2 Seminar
 
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studioI Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
 
KESW2012 Hackathon St Petersburg
KESW2012 Hackathon St PetersburgKESW2012 Hackathon St Petersburg
KESW2012 Hackathon St Petersburg
 
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
Edinburgh DataShare – A DSpace Data Repository: Achievements and Aspirations
 
Fedora Oxford Dec09
Fedora Oxford Dec09Fedora Oxford Dec09
Fedora Oxford Dec09
 
Top 10 Ways to Make Your Digital Content Accessible
Top 10 Ways to Make Your Digital Content AccessibleTop 10 Ways to Make Your Digital Content Accessible
Top 10 Ways to Make Your Digital Content Accessible
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data Technologies
 
GeoChronos - SC09 Demo Presentation
GeoChronos - SC09 Demo PresentationGeoChronos - SC09 Demo Presentation
GeoChronos - SC09 Demo Presentation
 
Processing Open Data using Terradue Cloud Platform
Processing Open Data using Terradue Cloud PlatformProcessing Open Data using Terradue Cloud Platform
Processing Open Data using Terradue Cloud Platform
 

More from PlanetData Network of Excellence

A Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about TrentinoA Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about TrentinoPlanetData Network of Excellence
 
On Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching NetworksOn Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching NetworksPlanetData Network of Excellence
 
Towards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory SensingTowards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory SensingPlanetData Network of Excellence
 
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstreamDemo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstreamPlanetData Network of Excellence
 
On the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingOn the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingPlanetData Network of Excellence
 
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...PlanetData Network of Excellence
 
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatchLinking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatchPlanetData Network of Excellence
 
SciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMSSciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMSPlanetData Network of Excellence
 
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduceScalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReducePlanetData Network of Excellence
 
Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...PlanetData Network of Excellence
 
Towards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of FactsTowards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of FactsPlanetData Network of Excellence
 
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...PlanetData Network of Excellence
 

More from PlanetData Network of Excellence (20)

Dl2014 slides
Dl2014 slidesDl2014 slides
Dl2014 slides
 
A Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about TrentinoA Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about Trentino
 
On Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching NetworksOn Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching Networks
 
Towards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory SensingTowards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory Sensing
 
Privacy-Preserving Schema Reuse
Privacy-Preserving Schema ReusePrivacy-Preserving Schema Reuse
Privacy-Preserving Schema Reuse
 
Pay-as-you-go Reconciliation in Schema Matching Networks
Pay-as-you-go Reconciliation in Schema Matching NetworksPay-as-you-go Reconciliation in Schema Matching Networks
Pay-as-you-go Reconciliation in Schema Matching Networks
 
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstreamDemo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstream
 
On the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingOn the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream Processing
 
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
 
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatchLinking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatch
 
SciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMSSciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMS
 
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduceScalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduce
 
Data and Knowledge Evolution
Data and Knowledge Evolution  Data and Knowledge Evolution
Data and Knowledge Evolution
 
Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...
 
Access Control for RDF graphs using Abstract Models
Access Control for RDF graphs using Abstract ModelsAccess Control for RDF graphs using Abstract Models
Access Control for RDF graphs using Abstract Models
 
Arrays in Databases, the next frontier?
Arrays in Databases, the next frontier?Arrays in Databases, the next frontier?
Arrays in Databases, the next frontier?
 
Abstract Access Control Model for Dynamic RDF Datasets
Abstract Access Control Model for Dynamic RDF DatasetsAbstract Access Control Model for Dynamic RDF Datasets
Abstract Access Control Model for Dynamic RDF Datasets
 
Towards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of FactsTowards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of Facts
 
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
 
Heuristic based Query Optimisation for SPARQL
Heuristic based Query Optimisation for SPARQLHeuristic based Query Optimisation for SPARQL
Heuristic based Query Optimisation for SPARQL
 

Recently uploaded

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
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
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
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
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
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
 
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
 
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
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
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
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
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
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
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
 

Recently uploaded (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
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
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
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
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
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
 
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
 
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
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
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
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
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
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
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
 

CLODA: A Crowdsourced Linked Open Data Architecture

  • 1. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA: A Crowdsourced Linked Open Data Architecture Georgios Larkou, Julia Metochi Georgios Chatzimilioudis and Demetrios Zeinalipour-Yazti Data Management Systems Laboratory Department of Computer Science University of Cyprus http://dmsl.cs.ucy.ac.cy/ First IEEE Intl. Workshop on Mobile Data Management, Mining and Computing on Social Networks (MobiSocial), co-located with IEEE MDM'13, June 3, 2013, Milan, Italy. 1 © Larkou, Metochi, Chatzimilioudis and Zeinalipour-Yazti, Mobisocial'13, Milan, Italy
  • 2. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Crowdsourcing Definitions • Crowdsourcing = Crowd + Outsourcing – • Jeff Howe (2006). "The Rise of Crowdsourcing". Wired. Definition from Wikipedia: – "Crowdsourcing refers to a distributed problem-solving model in which a crowd of undefined size is engaged in the task of solving a complex problem through an open call" “Crowdsourcing with Smartphones”, Georgios Chatzimiloudis, Andreas Konstantinidis, Christos Laoudias, Demetrios ZeinalipourYazti, IEEE Internet Computing, Special Issue: Sep/Oct 2012 - Crowdsourcing, May 2012. IEEE Press, Volume 16, Pages: 36-44, 2012. Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 3
  • 3. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Crowdsourcing StakeHolders Open Call (Task) Solutions Requester (Crowdsourcer) Rewards Workers Platform Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ (Solvers) 4
  • 4. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Crowdsourcing Incentives • Tangible (Monetary) Incentives – Cash, Credit or Gifts (MTurk, Kickstarter) – Unintended or as-a-by-product (reCaptchas) • Ethical Incentives – Socialize & Fun – Earn Prestige – Altruism – Learn something New • Usually a combination of several incentives Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 5
  • 5. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Motivation Collect & Link Open and Close Data with smartphones through an open call for ethical benefit b a Linked Open Data (LOD) (Freebase, DBPedia) Closed Data: Web 2.0 APIs (Google, Twitter, Facebook) CLODA Prototype c Sensor / Geo Data Collect Reward Verification CLODA (LOD) d Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 6
  • 6. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Linked Open Data (LOD) • Linked data refers to web accessible data (HTTP/URI addressable) that is structured (RDF) to allow computer link and query (SPARQL) the data [ aka 4 principles ] • Conceived by Tim Berners-Lee and realized by the Semantic Web Community. – Tim Berners-Lee (2006). "Linked Data—Design Issues". W3C. • Linked Open Datasets (LOD): – – – – – DBPedia (3.6M things describing Wikipedia) GeoNames (describing 7.5M Geographic features) YAGO & YAGO2 (combining Wikipedia, GeoNames and others) Freebase (39M things - Google's LOD project!) FOAF (describing Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ People – Relationships –Open Social Net!) 7 Presenter:
  • 7. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Traditional LOD (RDF) • DBPedia Example: LOD describing 3.64M Wikipedia things out of which 1.83M are classified in a consistent ontology – 416,000 persons, 526,000 places, 106,000 music albums, 60,000 films, 17,500 video games, 169,000 organizations, 183,000 species and 5,400 diseases Infobox example Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 8
  • 8. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 LOD the Google (JSON) Way! • Freebase Example: another LOD by Google. Instances Relationships Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 9
  • 9. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 LOD is Interlinked & Annotated LOD is interlinked, e.g., Freebase points to Dbpedia predicates … http://dbpedia.org/page/Manchester Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 10
  • 10. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 LOD is Highly Interlinked! http://www.stateofsearch.com/search-in-the-knowledge-graph-era/ Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 11
  • 11. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 LOD can be Queried! LOD can be queried!, e.g., Freebase with MQL Queries (JSON encoded like Web2.0 APIs) Resembles Xpath Querying MQL Queries Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 12
  • 12. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Motivation Collect & Link Open and Close Data with smartphones through an open call for ethical benefit Closed Data: Web 2.0 APIs (Google, Twitter, Facebook) Linked Open Data (LOD) (Freebase, DBPedia) CLODA Prototype Sensor / Geo Data Collect Reward Verification CLODA LOD Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 13
  • 13. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Web1.0: The Unstructured Web http://books.google.com/ (content in HTML only apprehensible to User) Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 14
  • 14. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Web2.0: The Structured but Closed Web https://www.googleapis.com/books/v1/volumes?q=databases content in XML/JSON apprehensible to Computer This web is closed: Requires Keys to access (OAUTH) and has download quotas Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 15
  • 15. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 Web2.0: The Structured but Closed Web In fact, Web2.0 Services are omnipresent! (Google, Twitter, Facebook, Youtube, Linkedin, …) http://www.programmableweb.com/ - 7800 APIs!!! + 6800 Mashups! quota https://code.google.com/apis Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 16
  • 16. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Motivation Collect & Link Open and Close Data with smartphones through an open call for ethical benefit Closed Data: Web 2.0 APIs (Google, Twitter, Facebook) Linked Open Data (LOD) (Freebase, DBPedia) CLODA Prototype Sensor / Geo Data Collect Reward Verification CLODA LOD Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 17
  • 17. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA: Indoor Localization • • • Numerous ways to localize without power-hungry GPS but most of the solutions rely on additional hardware (RFID, sensor networks, etc.) Smartphones can nowadays localize off-the-shelf with onboard sensors and WiFi signal fingerprints (coined Hybrid Localization) These solutions require that services acquire local data through Crowdsourcing (e.g., Google Indoor) – – – – Building RadioMaps, MagnetometerMap, etc. [Airplace] "The Airplace Indoor Positioning Platform for Android Smartphones", C. Laoudias et. al., Best Demo Award at IEEE MDM'12. [HybridCywee] "Demo: the airplace indoor positioning platform", C.-L. Li, C. Laoudias, G. Larkou, Y.-K. Tsai, D. Zeinalipour-Yazti and C. G. Panayiotou, in ACM Mobisys'13. Video at: http://youtu.be/DyvQLSuI00I Wifislam.com (bought recently by Apple for 20M) Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 18
  • 18. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA: Scanning Items Preview LOD LOD Scan & Link Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 19
  • 19. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA: Scanning Items Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 20
  • 20. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA: Indoor Localization Founded on prior work Cywee / Airplace http://youtu.be/DyvQLSuI00I Airplace and Anyplace (Navigate) seamlessly indoor or outdoor http://anyplace.cs.ucy.ac.cy/ Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 21
  • 21. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Motivation Collect & Link Open and Close Data with smartphones through an open call for ethical benefit Closed Data: Web 2.0 APIs (Google, Twitter, Facebook) Linked Open Data (LOD) (Freebase, DBPedia) CLODA Prototype Sensor / Geo Data Collect Reward Verification CLODA LOD Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 22
  • 22. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 NoSQL DataStore: CouchDB Document in CouchDB Map Function function(doc) { for (i in doc.authors) { author = doc.authors[i]; emit(doc._id, author); } } Results (through REST/HTTP or Futon) Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 23
  • 23. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 NoSQL DataStore: CouchDB Export JSON Data to RDF with Sessel (CouchApp that generates RDF triples from CouchDB documents) Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 24
  • 24. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Motivation Collect & Link Open and Close Data with smartphones through an open call for ethical benefit Closed Data: Web 2.0 APIs (Google, Twitter, Facebook) Linked Open Data (LOD) (Freebase, DBPedia) CLODA Prototype Sensor / Geo Data Collect Reward Verification Last step essentially provided interlinking CLODA LOD with existing LOD Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 25
  • 25. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA on the LOD Graph! CLODA http://www.stateofsearch.com/search-in-the-knowledge-graph-era/ Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 26
  • 26. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Incentives • Incentives: – Ethical Benefit • Similar to people-centric sensing / wardriving – Enhance collaboration between users • Richer querying possibilities in the future. – Might be imposed by an Organization. • E.g., Inventory Management in a Hospital Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 27
  • 27. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Quality Issues • Data Quality / Data Freshness – LOD data suffers from both of these aspects – Crowdsourcing offers Freshness but still lacks explicit Quality guarantees (repeat N times then majority vote) • Possible Solutions: Integrate Location-aware Techniques to validate data added and linked – Task of Identifying the neighbors of all users continuously with Proximity, see IEEE MDM'12. – Task of Identifying similarly moving users with SmartTrace, see IEEE TKDE, June, 2013. Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 28
  • 28. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Testbed Issues • Currently, there are no testbeds (like motelab, planetlab) for realistically prototyping Smartphone Network applications and protocols at a large scale. • Currently applications are tested in emulators. – Sensors are not emulated.  – Reprogramming is difficult.  • SmartLab (http://smartlab.cs.ucy.ac.cy/) is a first-of-akind programmable cloud of 40+ smartphones deployed at our department enabling a new line of systems-oriented research on smartphones. "Crowdsourcing with Smartphones", Georgios Chatzimiloudis, Andreas Konstantinides, Christos Laoudias, Demetrios Zeinalipour-Yazti IEEE Internet Computing (IC '12), Special Issue: Sep/Oct 2012 - Crowdsourcing, May 2012. IEEE Press, 2012 "Demo: A Programming Cloud of Smartphones", A. Konstantinidis, C. Costa, G. Larkou and D. ZeinalipourYazti, "Demo at the 10th International Conference on Mobile Systems, Applications and Services" (Mobisys '12), Low Wood Bay, Lake District, UK, 2012. 29 Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/
  • 29. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Testbed Issues SmartLab: Massive smartphone simulations with our first global open smartphone IaaS cloud – http://smartlab.cs.ucy.ac.cy/ Static Androids Mobile Androids [SmartLab] "Demo: a programming cloud of smartphones", A. Konstantinidis, C. Costa, G. Larkou, D. Zeinalipour-Yazti, In ACM Mobisys '12. [ By our Group ] Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ 30
  • 30. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA Testbed Issues Presenter: Demetris Zeinalipour, http://dmsl.cs.ucy.ac.cy/ http://smartlab.cs.ucy.ac.cy/ 31
  • 31. Dagstuhl Seminar 10042, Demetris Zeinalipour, University of Cyprus, 26/1/2010 CLODA: A Crowdsourced Linked Open Data Architecture Thanks! Questions? Georgios Larkou, Julia Metochi Georgios Chatzimilioudis and Demetrios Zeinalipour-Yazti http://dmsl.cs.ucy.ac.cy/ First IEEE Intl. Workshop on Mobile Data Management, Mining and Computing on Social Networks (MobiSocial), co-located with IEEE MDM'13, June 3, 2013, Milan, Italy. 32 © Larkou, Metochi, Chatzimilioudis and Zeinalipour-Yazti, Mobisocial'13, Milan, Italy

Editor's Notes

  1. A Topic in Freebase represents a single concept or real-world thing. Each topic has its own web page on freebase.com. A topic could also be called an entity, resource or element or thing, it is a fundamental unit in Freebase. All topics have the type /common/topic in addition to any other types they've been assigned. As of March 2010, there are about 12 million topics in Freebase. Examples of topics include: Barack Obama (person) Coit Tower (building) Goldfinger (film) Neuroscience (medical specialty) ===================================== Freebase is a collection of structured data, often referred to as facts. Examples of facts include Is-a assertions, expressed through Types such as: That a certain person is a professional athlete That a particular festival is a recurring event And Has-a assertions, expressed through Properties, such as: A person's spouse A city's population A car model's manufacturer A list of films that an actor has been in The term fact is also a synonym for a Primitive written to the graph.