SlideShare a Scribd company logo
1 of 37
Linked Data
Overview and Potentials
Tiroler IT Tag
Innsbruck, 28.10.2010
Gefördert mit Mitteln des BMWFJ, des BMVIT und des Landes Salzburg
Dr. Tobias Bürger, Salzburg Research
tobias.buerger@salzburgresearch.at
Seite 2
Motivation: The Digital Data Dilemma
 247 billion emails sent per day
 47 million added websites
 126 million blogs
 4 billion photos hosted by Flickr
 2.5 billion photos uploaded to
Facebook per month
 1 billion videos served by
YouTube per day
 Google operates over 1 mil.
servers worldwide
 65 million tweets per day
Core question: How to seperate the signal from the noise on
the Web / in an enterprise?
(Figures from 2009)
Figure: IDC
Seite 3
Motivation: The Integration Dilemma
 Very large amounts of data -> problem of scale
 Different data types and schemas -> problem of
data heterogeneity
 Different information systems -> problem of
system heterogeneity
Core question: How to integrate data/systems and benefit from
integrated information sources?
Seite 4
The Solution?
 Linked Data: Integrate data on the Web (and in
enterprises)
Seite 5
Evolution of the Web
Hypertext
Hypermedia
Web
Web of Data
Social Web
(Web 2.0)
Semantic Web
Picture from [1]
?
Picture from [2]
“As We May Think”
-> Connecting documents
-> Connecting people
-> Connecting data & knowledge
Seite 6
Evolution: From a Web of Documents to a
Web of Data
 Web of Documents  Web of Data
“Documents”
Hyperlinks
“Things”
Typed Links
Fundamental principles:
Names(URIs), Documents(Resources)
described using HTML/XML,
Interactions (http), Hyperlinks
Fundamental differences:
Structure of data of pages explicit
URIs for things
Typed links
Seite 7
Vision of the Web of Data
 Many common things are represented in multiple data sets
 Linking identifiers links these data sets
Figure: Chris Bizer
Seite 8
Linked Data Principles
1. Use URIs as names for things.
2. Use HTTP URIs so that people can look up those
names.
3. When someone looks up a URI, provide useful
information.
4. Include links to other URIs to allow discovery of related
things.
Seite 9
Foundational Principle: Machine
Understandable Data
„tbuerger.jpg is a picture and depicts a person called Tobias Bürger
who is affilitated with a company called Salzburg Research which is
located in Salzburg which is a city in Austria.“
Seite 10
Foundational Principle: Linking in a Giant
Global Graph
DBpedia
IMDb
DBpedia: related to
Works
list
DBpedia: Works
Geonames
Flickr
DNB
…
Seite 11
The Enabling Technologies: URIs
 Uniform Resource Identifiers (URI) identify things
 Use dereferencable HTTP URIs in the Web of Data
Seite 12
The Enabling Technologies: RDF
 A data model for representing metadata on the Web
 Everything is a resource (e.g. a person, document, company)
 Several statements (triples) form a graph
Seite 13
The Enabling Technologies: RDF
 Links are an intrinsic feature of RDF
Seite 14
Benefits of Using RDF in Linked Data
 Clients can look up every URI in an RDF graph over the Web to
retrieve additional information
 Information from different sources merges naturally.
 Information expressed using different schemas can be captured in
one model.
 Any kind of structured/unstructured data can be modeled.
Seite 15
The Enabling Technologies: RDFS
 A language for describing vocabularies in a machine
understandable way
Seite 16
The Enabling Technologies: OWL
 A more expressive language for expressing vocabularies and/or
ontologies in a machine understandable way
Seite 17
The Enabling Technologies: SKOS
 A language for defining controlled vocabularies.
Seite 18
The Enabling Technologies: SPARQL
 A query language and protocol for accessing
RDF data on the Web
select distinct ?x
where {?x skos:subject
<http://dbpedia.org/resource/Category:1980s_horror_films>}
LIMIT 10
Seite 19
Linking Open Data Project
 What? Community project with W3C support
 Follows the Linked Data principles to publish open data sets
“The goal of the W3C SWEO Linking Open Data community project is to extend the
Web with a data commons by publishing various open data sets as RDF on the Web
and by setting RDF links between data items from different data sources. “
 Basic idea:
 take existing (open) data sets and make them available on the Web in RDF.
 Once published in RDF, interlink them with other data sets.
Seite 20
LOD Cloud May 2007
Clouds: linkeddata.org
Seite 21
LOD Cloud September 2008
Seite 22
LOD Cloud March 2009
Seite 23
LOD Cloud July 2009
Seite 24
LOD Cloud September 2010
Seite 25
Linked Data: Why should you care?
Figure: Tim Berners Lee
Seite 26
Linked Data: Why should you care?
Figure: Tim Berners Lee
Seite 27
Why should I publish my data based on the
Linked Data principles?
Elimination of data silos
Ease of discovery
Ease of consumption
Ease of integration
Reduced redundancy
Increased reusability
Ease of (schema) updates
…
Seite 28
Benefits for Enterprises
Benefits arise from:
(1) Publishing Linked Data
(2) Consuming Linked Data
(3) Adopting Linked Data
Linked Data as a means to reach the „holy grail of enterprise information
systems“: complete, integrated access to all data.
Figure: http://bit.ly/21LmMA
Seite 29
Benefits for Enterprises (2)
 Publishing Linked Data
 Structured analysis before publication stage => increased data quality
 Increased visibility of own data => increased (external) reusability
 Easier than creating and maintaing Web APIs => reduced costs
 Entity-driven publishing is strongly web-optimized => improved search engine rankings
 Consuming Linked Data
 Added value for proprietary data
 Easy integration of external data
 Mashup of internal and externally maintained data
 Adopting Linked Data
 Ease of data integration
 Ease of data consolidation (strong identifiers, clean modelling and linking rather than
replicating data)
 Structured queries over heterogeneous data sources
 Unified infrastructure for managing both internal/external data
Seite 30
Business Models for Linked Data
Figure: Scott Brinker,
chiefmartec.com
Seite 31
Linked Data Applications
Seite 32
Positive effects of Using RDF and
Linked Data in Search
 SearchMonkey: An open platform for using structured
data to build more useful and relevant search results
Before After
Seite 33
Linked Data at the BBC
 i.e. BBC Programmes,
BBC Music, BBC WildLifeFinder
 Linked Data driven publishing
of information at the BBC,
consolidating and inter-
linking several internal and
external datasets
 „One page for every
programme/artist
/species/etc.“
Seite 34
Linked Data at the BBC (2)
Demo BBC MusicDemo BBC ProgrammesDemo BBC WildLife Finder
Seite 35
Linked Data at the BBC (3)
Seite 36
Getting Started: How can I build my own
Linked Data application?
 Publication Tools: Pubby, Triplify, D2RQ, Virtuoso RDF Views, …
 Interlinking Tools: SILK, ODD-Linker, RDF-AI, Knofuss, …
 Linked Data browsers: Tabulator Browser (MIT, USA), Marbles (FU
Berlin, DE), OpenLink RDF Browser (OpenLink, UK), Zitgist RDF Browser
(Zitgist, USA), Disco Hyperdata Browser (FU Berlin, DE), Fenfire (DERI,
Ireland)
 Linked Data mashups: Revyu.com (KMI, UK), DBtune Slashfacet
(Queen Mary, UK), DBPedia Mobile (FU Berlin, DE), Semantic Web
Pipes (DERI, Ireland)
 Search engines: Falcons (IWS, China), Sindice (DERI, Ireland),
MicroSearch (Yahoo, Spain), Watson (Open University, UK), SWSE
(DERI, Ireland), Swoogle (UMBC, USA)
 See further C. Bizer, R. Cyganiak, and T. Heath “How to Publish Linked
Data on the Web”
Seite 37
Information & Contact
 Information
 www.tobiasbuerger.com
 www.newmedialab.at
 www.salzburgresearch.at
 gov.opendata.at
 www.linkeddata.org
 Contact
 Dr. Tobias Bürger
T: +43.662.2288.415
tobias.buerger@salzburgresearch.at
Salzburg Research
Jakob Haringer Straße 5/III
A-5020 Salzburg
Austria/Österreich
Fax: +43.662.2288.222

More Related Content

What's hot

IN2N: Cross-institutional Authority Collaboration
IN2N: Cross-institutional Authority CollaborationIN2N: Cross-institutional Authority Collaboration
IN2N: Cross-institutional Authority CollaborationAlexander Haffner
 
EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...
EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...
EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...European Data Forum
 
OKFN Korea 소개자료
OKFN Korea 소개자료OKFN Korea 소개자료
OKFN Korea 소개자료Haklae Kim
 
Dealing with Open Data in Istat
Dealing with Open Data in IstatDealing with Open Data in Istat
Dealing with Open Data in IstatGiovanni Barbieri
 
Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Anja Jentzsch
 
EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...
EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...
EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...EUDAT
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) DataAli Khalili
 
EDF2012 Rufus Pollock - Open Data. Where we are where we are going
EDF2012  Rufus Pollock - Open Data. Where we are where we are goingEDF2012  Rufus Pollock - Open Data. Where we are where we are going
EDF2012 Rufus Pollock - Open Data. Where we are where we are goingEuropean Data Forum
 
Introduction to the FP7 CODE project @ BDBC
Introduction to the FP7 CODE project @ BDBCIntroduction to the FP7 CODE project @ BDBC
Introduction to the FP7 CODE project @ BDBCFlorian Stegmaier
 
Open Data and Enterprises
Open Data and EnterprisesOpen Data and Enterprises
Open Data and EnterprisesFlo Apps Ltd
 

What's hot (14)

IN2N: Cross-institutional Authority Collaboration
IN2N: Cross-institutional Authority CollaborationIN2N: Cross-institutional Authority Collaboration
IN2N: Cross-institutional Authority Collaboration
 
EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...
EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...
EDF2014: Vedran Sabol, Head of the Knowledge Visualisation Area, Know-Center,...
 
OKFN Korea 소개자료
OKFN Korea 소개자료OKFN Korea 소개자료
OKFN Korea 소개자료
 
Dealing with Open Data in Istat
Dealing with Open Data in IstatDealing with Open Data in Istat
Dealing with Open Data in Istat
 
Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)
 
Hri in english-generic-2011
Hri in english-generic-2011Hri in english-generic-2011
Hri in english-generic-2011
 
Linking Open Data
Linking Open DataLinking Open Data
Linking Open Data
 
Badgerlink presentation
Badgerlink presentationBadgerlink presentation
Badgerlink presentation
 
EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...
EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...
EUDAT Webinar "Organise, retrieve and aggregate data using annotations with B...
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) Data
 
EDF2012 Rufus Pollock - Open Data. Where we are where we are going
EDF2012  Rufus Pollock - Open Data. Where we are where we are goingEDF2012  Rufus Pollock - Open Data. Where we are where we are going
EDF2012 Rufus Pollock - Open Data. Where we are where we are going
 
Introduction to the FP7 CODE project @ BDBC
Introduction to the FP7 CODE project @ BDBCIntroduction to the FP7 CODE project @ BDBC
Introduction to the FP7 CODE project @ BDBC
 
STI Summit 2011 - Global data integration and global data mining
STI Summit 2011 - Global data integration and global data miningSTI Summit 2011 - Global data integration and global data mining
STI Summit 2011 - Global data integration and global data mining
 
Open Data and Enterprises
Open Data and EnterprisesOpen Data and Enterprises
Open Data and Enterprises
 

Viewers also liked

Viewers also liked (8)

Feel Good Food
Feel Good FoodFeel Good Food
Feel Good Food
 
Tinnitus research
Tinnitus researchTinnitus research
Tinnitus research
 
Chapter1
Chapter1Chapter1
Chapter1
 
La couleur - Pouvoir, Secrets et Fondamentaux
La couleur - Pouvoir, Secrets et FondamentauxLa couleur - Pouvoir, Secrets et Fondamentaux
La couleur - Pouvoir, Secrets et Fondamentaux
 
At
AtAt
At
 
SAMURAI
SAMURAISAMURAI
SAMURAI
 
Killjoys 003 blind
Killjoys 003   blindKilljoys 003   blind
Killjoys 003 blind
 
3.1 Phillip Lim Spring 2017 Forecasting
3.1 Phillip Lim Spring 2017 Forecasting 3.1 Phillip Lim Spring 2017 Forecasting
3.1 Phillip Lim Spring 2017 Forecasting
 

Similar to Linked Data - Overview and Potentials

The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?Anna Fensel
 
SIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media SitesSIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media SitesUldis Bojars
 
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data WebData Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data WebJohn Breslin
 
Towards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA projectTowards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA projectPRELIDA Project
 
Evolving the Web into a Global Database - Advances and Applications.
Evolving the Web into a Global Database - Advances and Applications. Evolving the Web into a Global Database - Advances and Applications.
Evolving the Web into a Global Database - Advances and Applications. Chris Bizer
 
Linked Open Library Data @hbz
Linked Open Library Data @hbzLinked Open Library Data @hbz
Linked Open Library Data @hbzAdrian Pohl
 
Enhancing the Web Experience
Enhancing the Web ExperienceEnhancing the Web Experience
Enhancing the Web ExperienceJohn Breslin
 
Linked Data and Users in Library - Does the library communicate efficiently?
Linked Data and Users in Library - Does the library communicate efficiently?Linked Data and Users in Library - Does the library communicate efficiently?
Linked Data and Users in Library - Does the library communicate efficiently?Hansung University
 
Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database  Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database dannyijwest
 
Jarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataJarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataMustafa Jarrar
 
Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...John Breslin
 
The linked data value chain atif
The linked data value chain atifThe linked data value chain atif
The linked data value chain atifAtif Latif
 
Exploring the Use of Linked Data to Bridge State and Federal Archives
Exploring the Use of Linked Data to Bridge State and Federal ArchivesExploring the Use of Linked Data to Bridge State and Federal Archives
Exploring the Use of Linked Data to Bridge State and Federal ArchivesJon Voss
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic WebJohn Breslin
 

Similar to Linked Data - Overview and Potentials (20)

The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?
 
SIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media SitesSIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media Sites
 
The Semantic Data Web, Sören Auer, University of Leipzig
The Semantic Data Web, Sören Auer, University of LeipzigThe Semantic Data Web, Sören Auer, University of Leipzig
The Semantic Data Web, Sören Auer, University of Leipzig
 
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data WebData Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
 
Towards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA projectTowards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA project
 
Evolving the Web into a Global Database - Advances and Applications.
Evolving the Web into a Global Database - Advances and Applications. Evolving the Web into a Global Database - Advances and Applications.
Evolving the Web into a Global Database - Advances and Applications.
 
Linked Open Library Data @hbz
Linked Open Library Data @hbzLinked Open Library Data @hbz
Linked Open Library Data @hbz
 
Enhancing the Web Experience
Enhancing the Web ExperienceEnhancing the Web Experience
Enhancing the Web Experience
 
Linked Data and Users in Library - Does the library communicate efficiently?
Linked Data and Users in Library - Does the library communicate efficiently?Linked Data and Users in Library - Does the library communicate efficiently?
Linked Data and Users in Library - Does the library communicate efficiently?
 
Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database  Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database
 
Jung 2010
Jung 2010Jung 2010
Jung 2010
 
Jarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataJarrar: Introduction to Linked Data
Jarrar: Introduction to Linked Data
 
Here Comes Everything
Here Comes EverythingHere Comes Everything
Here Comes Everything
 
Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...
 
Volum, Varietat, Velocitat... i Compartició
Volum, Varietat, Velocitat... i ComparticióVolum, Varietat, Velocitat... i Compartició
Volum, Varietat, Velocitat... i Compartició
 
The linked data value chain atif
The linked data value chain atifThe linked data value chain atif
The linked data value chain atif
 
Web 2.0 By Nyros Developer
Web 2.0 By Nyros DeveloperWeb 2.0 By Nyros Developer
Web 2.0 By Nyros Developer
 
Exploring the Use of Linked Data to Bridge State and Federal Archives
Exploring the Use of Linked Data to Bridge State and Federal ArchivesExploring the Use of Linked Data to Bridge State and Federal Archives
Exploring the Use of Linked Data to Bridge State and Federal Archives
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic Web
 
Linked Data
Linked DataLinked Data
Linked Data
 

Recently uploaded

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
"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
 
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
 

Recently uploaded (20)

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
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
"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...
 
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
 

Linked Data - Overview and Potentials

  • 1. Linked Data Overview and Potentials Tiroler IT Tag Innsbruck, 28.10.2010 Gefördert mit Mitteln des BMWFJ, des BMVIT und des Landes Salzburg Dr. Tobias Bürger, Salzburg Research tobias.buerger@salzburgresearch.at
  • 2. Seite 2 Motivation: The Digital Data Dilemma  247 billion emails sent per day  47 million added websites  126 million blogs  4 billion photos hosted by Flickr  2.5 billion photos uploaded to Facebook per month  1 billion videos served by YouTube per day  Google operates over 1 mil. servers worldwide  65 million tweets per day Core question: How to seperate the signal from the noise on the Web / in an enterprise? (Figures from 2009) Figure: IDC
  • 3. Seite 3 Motivation: The Integration Dilemma  Very large amounts of data -> problem of scale  Different data types and schemas -> problem of data heterogeneity  Different information systems -> problem of system heterogeneity Core question: How to integrate data/systems and benefit from integrated information sources?
  • 4. Seite 4 The Solution?  Linked Data: Integrate data on the Web (and in enterprises)
  • 5. Seite 5 Evolution of the Web Hypertext Hypermedia Web Web of Data Social Web (Web 2.0) Semantic Web Picture from [1] ? Picture from [2] “As We May Think” -> Connecting documents -> Connecting people -> Connecting data & knowledge
  • 6. Seite 6 Evolution: From a Web of Documents to a Web of Data  Web of Documents  Web of Data “Documents” Hyperlinks “Things” Typed Links Fundamental principles: Names(URIs), Documents(Resources) described using HTML/XML, Interactions (http), Hyperlinks Fundamental differences: Structure of data of pages explicit URIs for things Typed links
  • 7. Seite 7 Vision of the Web of Data  Many common things are represented in multiple data sets  Linking identifiers links these data sets Figure: Chris Bizer
  • 8. Seite 8 Linked Data Principles 1. Use URIs as names for things. 2. Use HTTP URIs so that people can look up those names. 3. When someone looks up a URI, provide useful information. 4. Include links to other URIs to allow discovery of related things.
  • 9. Seite 9 Foundational Principle: Machine Understandable Data „tbuerger.jpg is a picture and depicts a person called Tobias Bürger who is affilitated with a company called Salzburg Research which is located in Salzburg which is a city in Austria.“
  • 10. Seite 10 Foundational Principle: Linking in a Giant Global Graph DBpedia IMDb DBpedia: related to Works list DBpedia: Works Geonames Flickr DNB …
  • 11. Seite 11 The Enabling Technologies: URIs  Uniform Resource Identifiers (URI) identify things  Use dereferencable HTTP URIs in the Web of Data
  • 12. Seite 12 The Enabling Technologies: RDF  A data model for representing metadata on the Web  Everything is a resource (e.g. a person, document, company)  Several statements (triples) form a graph
  • 13. Seite 13 The Enabling Technologies: RDF  Links are an intrinsic feature of RDF
  • 14. Seite 14 Benefits of Using RDF in Linked Data  Clients can look up every URI in an RDF graph over the Web to retrieve additional information  Information from different sources merges naturally.  Information expressed using different schemas can be captured in one model.  Any kind of structured/unstructured data can be modeled.
  • 15. Seite 15 The Enabling Technologies: RDFS  A language for describing vocabularies in a machine understandable way
  • 16. Seite 16 The Enabling Technologies: OWL  A more expressive language for expressing vocabularies and/or ontologies in a machine understandable way
  • 17. Seite 17 The Enabling Technologies: SKOS  A language for defining controlled vocabularies.
  • 18. Seite 18 The Enabling Technologies: SPARQL  A query language and protocol for accessing RDF data on the Web select distinct ?x where {?x skos:subject <http://dbpedia.org/resource/Category:1980s_horror_films>} LIMIT 10
  • 19. Seite 19 Linking Open Data Project  What? Community project with W3C support  Follows the Linked Data principles to publish open data sets “The goal of the W3C SWEO Linking Open Data community project is to extend the Web with a data commons by publishing various open data sets as RDF on the Web and by setting RDF links between data items from different data sources. “  Basic idea:  take existing (open) data sets and make them available on the Web in RDF.  Once published in RDF, interlink them with other data sets.
  • 20. Seite 20 LOD Cloud May 2007 Clouds: linkeddata.org
  • 21. Seite 21 LOD Cloud September 2008
  • 22. Seite 22 LOD Cloud March 2009
  • 23. Seite 23 LOD Cloud July 2009
  • 24. Seite 24 LOD Cloud September 2010
  • 25. Seite 25 Linked Data: Why should you care? Figure: Tim Berners Lee
  • 26. Seite 26 Linked Data: Why should you care? Figure: Tim Berners Lee
  • 27. Seite 27 Why should I publish my data based on the Linked Data principles? Elimination of data silos Ease of discovery Ease of consumption Ease of integration Reduced redundancy Increased reusability Ease of (schema) updates …
  • 28. Seite 28 Benefits for Enterprises Benefits arise from: (1) Publishing Linked Data (2) Consuming Linked Data (3) Adopting Linked Data Linked Data as a means to reach the „holy grail of enterprise information systems“: complete, integrated access to all data. Figure: http://bit.ly/21LmMA
  • 29. Seite 29 Benefits for Enterprises (2)  Publishing Linked Data  Structured analysis before publication stage => increased data quality  Increased visibility of own data => increased (external) reusability  Easier than creating and maintaing Web APIs => reduced costs  Entity-driven publishing is strongly web-optimized => improved search engine rankings  Consuming Linked Data  Added value for proprietary data  Easy integration of external data  Mashup of internal and externally maintained data  Adopting Linked Data  Ease of data integration  Ease of data consolidation (strong identifiers, clean modelling and linking rather than replicating data)  Structured queries over heterogeneous data sources  Unified infrastructure for managing both internal/external data
  • 30. Seite 30 Business Models for Linked Data Figure: Scott Brinker, chiefmartec.com
  • 31. Seite 31 Linked Data Applications
  • 32. Seite 32 Positive effects of Using RDF and Linked Data in Search  SearchMonkey: An open platform for using structured data to build more useful and relevant search results Before After
  • 33. Seite 33 Linked Data at the BBC  i.e. BBC Programmes, BBC Music, BBC WildLifeFinder  Linked Data driven publishing of information at the BBC, consolidating and inter- linking several internal and external datasets  „One page for every programme/artist /species/etc.“
  • 34. Seite 34 Linked Data at the BBC (2) Demo BBC MusicDemo BBC ProgrammesDemo BBC WildLife Finder
  • 35. Seite 35 Linked Data at the BBC (3)
  • 36. Seite 36 Getting Started: How can I build my own Linked Data application?  Publication Tools: Pubby, Triplify, D2RQ, Virtuoso RDF Views, …  Interlinking Tools: SILK, ODD-Linker, RDF-AI, Knofuss, …  Linked Data browsers: Tabulator Browser (MIT, USA), Marbles (FU Berlin, DE), OpenLink RDF Browser (OpenLink, UK), Zitgist RDF Browser (Zitgist, USA), Disco Hyperdata Browser (FU Berlin, DE), Fenfire (DERI, Ireland)  Linked Data mashups: Revyu.com (KMI, UK), DBtune Slashfacet (Queen Mary, UK), DBPedia Mobile (FU Berlin, DE), Semantic Web Pipes (DERI, Ireland)  Search engines: Falcons (IWS, China), Sindice (DERI, Ireland), MicroSearch (Yahoo, Spain), Watson (Open University, UK), SWSE (DERI, Ireland), Swoogle (UMBC, USA)  See further C. Bizer, R. Cyganiak, and T. Heath “How to Publish Linked Data on the Web”
  • 37. Seite 37 Information & Contact  Information  www.tobiasbuerger.com  www.newmedialab.at  www.salzburgresearch.at  gov.opendata.at  www.linkeddata.org  Contact  Dr. Tobias Bürger T: +43.662.2288.415 tobias.buerger@salzburgresearch.at Salzburg Research Jakob Haringer Straße 5/III A-5020 Salzburg Austria/Österreich Fax: +43.662.2288.222