SlideShare a Scribd company logo
1 of 33
Linked Open Data
Project
M.S.F.Fayaza
114039T
Faculty of Information technology
University of Moratuwa
Outline
• Why we need Semantic web?
• Linked Open Data
• Open Data
• Linked Data
• How does it work?
• The important of Linked Open Data
• Disadvantages of Linked Open Data
• Accessing Linked Open Data Sets
• Publishing Linked Open Data
• Consuming Linked Open Data
Why we need Semantic web?
• The World Wide Web facilitates the global information space
by comprising the linked documents.
• The current web is mainly concern the presentation of data.
They are links the HTML pages or documents. But machines
have no way to understand these documents and cannot
make any intelligent decision about these documents.
• We need to help machines to understand the web so
machines can help us understand things
• They can learn what we are interested in
• They can help us better find what we want
Why we need Semantic web?
• So need to publish something that computers can understand.
• The semantic web isn‘t just about putting data on the web . It
is about making links, so that a person or machine can explore
the semantically connected web of data.
• Semantic web goes beyond the concept of document and links
structured data. With Linked Open Data, can find more
related data than traditional web.
• Nowadays World Wide Web moving from the a Web of hyper-
linked Documents to opening up and interlinking data.
Linked Open Data
• What is Linked Open Data?
• Open Data + Linked Data = Linked Open Data
Linked Open Data
• What is Open Data?
• What is Linked Data ?
Open Data
• Open data is the data that should be freely available to
everyone to use and republish as they wish, without
restrictions from copyright, patents or other mechanisms
of control
• Data must also be available in a convenient and
modifiable form
• Everyone must be able to use,
reuse and redistribute
Open Data Examples
• Open Government and Open (Government) Data
Linked Data
• “A method of publishing structured data so that it can be
interlinked and become more useful.
• It builds upon standard Web technologies such as HTTP,
RDF and URIs, but rather than using them to serve web
pages for human readers, it extends them to share
informal on in a way that can be read atomically by
computers.
• This enables data from different sources to be connected
and queried”
• [Bizer, Heath, Berners--‐Lee 2009]
Linked Data
• The Semantic Web isn't just about putting data on the web. It
is about making links, so that a person or machine can explore
the web of data.
• With linked data, when we have some of it, you can find other,
related data.
• Linked Data builds directly on Web architecture and applies
this architecture to the task of sharing data on global scale.
• Tim Berners-Lee’s introduced four principles on Linked Data
as best practices for publishing and interlinking structured
data on the Web.
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, using the standards (RDF*, SPARQL)
4. Include links to other URIs so that they can discover
more things
Use URIs as names for things
• The Web is an information space in which the items of
interest, referred to as resources, are identified by global
identifiers called Uniform Resource Identifiers (URI).
• Use URIs references to identify, not just Web documents and
digital content, but also real world objects and abstract
concepts.
• To publish data on the Web, the items in a domain of interest
must first be identified. These are the things whose properties
and relationships will be described in the data, and may
include Web documents as well as real-world entities and
abstract concepts.
• If it doesn't use the universal URI set of symbols, we don't call
it Semantic Web.
Use URIs as names for things
URIs are used to identify people and the relationships between
them.
HTTP URIs
• The HTTP protocol is the Web’s universal access mechanism
• Use HTTP URIs to identify objects and abstract concepts, enabling
these URIs to be dereferenced over the HTTP protocol into a
description of the identified object or concept.
• HTTP URIs make good names for two reasons:
• They provide a simple way to create globally unique names in a decentralized
fashion, as every owner of a domain name, or delegate of the domain name
owner, may create new URI references.
• They serve not just as a name but also as a means of accessing information
describing the identified entity.
• It’s all about interoperability
• The RDF data model uses URIs only as logical names.
Return information using the
standards
• When someone looks up a URI, provide useful information, using the
standards (RDF*, SPARQL)
• In order to enable a wide range of different applications to process
Web content, it is important to agree on standardized content
formats.
• use of a single data model for publishing structured data on the Web
– the Resource Description Framework (RDF), a simple graph-based
data model that has been designed for use in the context of the Web
• As the resulting Web of Data is based on standards and a common
data model, it becomes possible to implement generic applications
that operate over the complete data space
links to other URIs
• Include links to other URIs so that they can discover more things
• When applications can follow these links, they can find interesting
new things
• This links are expressed through a triple whose subject and object
live in different datasets.
• Links across the boundaries of datasets support the reuse, the
integration and the discovery of data
• Hyperlinks in the Linked Data context are called RDF links in order to
distinguish them from hyperlinks between classic Web documents.
Linked Open Data
ALL DATA
Linked Open Data
Linked
Data
Open
Data
Linked Open Data
• Linked open data is linked data that is open content.
• Open Data refers to data freely available without any
restrictions. Linked Data refers to semantically linked
machine-readable data.
• Therefore data can be open but not linked or linked but
not open, however if data is open and linked it then
becomes Linked Open Data.
• The example for large Linked Open Data is DBpedia.
Linked Open Data project
• Linked Open Data facilitates innovation and knowledge creation
from interlinked data, it is an important mechanism for information
management and integration.
• To fully benefit from Open Data, it is crucial to put information and
data into a context that creates new knowledge and enables
powerful services and applications.
• 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.
• Linked Open Data makes the web appear as one giant huge global
database
Linked Open Data
5-star rating scheme
• ★ - Data available on the web in any format, even using PDF
or image scan, but with an Open license.
• ★★ - Data delivered as machine-readable structured data
• ★★★-Data available in a non-proprietary format
• ★★★★ - All the above plus, data using open standards from
W3C, e.g. RDF and SPARQL, to identify things and properties,
so that people can point at other data
• ★★★★★- All the above, plus, to link data to other people’s
data to provide context
How does it work?
• Use Resource Description Framework (RDF) to linked data
across web.
• Resource Description Framework (RDF) enables meaning of
connection between the items distributed across the web.
• RDF is based on the idea of declaring resources using the
expression in the form subject-predicate-object. This form is
known as RDF triple.
• To create Linked Open Data it is necessary to create automatic
links between RDF triple stores on the web
Importance of Linked Open
Data
• If all the data on the Web were open and linked, it would be
easier to establish information systems combining different
distributed data repositories
• Linked Open Data enable access and sharing of data and
knowledge without barriers.
Disadvantages of Linked Open
Data
• Usages of Linked Data increases therefore some the data
available might be either irregularly updated, or already
available in other formats and APIs might become an issue
• Lack of applications and tools to exploit Linked Data.
• Existing open issues make the development of Linked Data
based applications a challenge, due to the difficulties to
integrate data in different formats and from multiple sources,
the discovery of data or the usability of user interfaces.
Publishing Linked Open Data
• Publishing Linked Open Data provides a powerful mechanism
for sharing your own data and information along with your
metadata and the respective data models for efficient re-use.
• The essential steps to publishing your own LOD are:
• Identify & analyze your data
• Clean the data
• Model your data (URI schema, vocabularies)
• Select & specify license(s)
• Convert data to RDF
• Link your data to other data
• Publish and promote your Linked Open Data
Publishing LOD
• Official UK Legislation: http://www.legislation.gov.uk
Consuming Linked Open Data
• Consuming LOD enables you to integrate and provide high
quality information and data collections to mix your own data
and third party information.
• Organizations can benefit and reach competitive advantage
through the possibility to:
• spontaneously generate dossiers and information mash ups from
distributed information sources;
• create applications based on real time data with less replication;
• create new knowledge out of this interlinked data.
Consuming Linked Open Data
• most important issues and milestones to consider when
consuming LOD:
1. Specify concrete use cases
2. Evaluate relevant data sources and data sets
3. Check the respective licenses
4. Create consumption patterns
5. Manage alignment, caching and updating mechanisms
6. Create mash ups, GUIs, services and applications on top
7. Establish sustainable new partnerships
Consuming LOD from LOD
players
• UK Organograms:http://data.gov.uk/organogram/hm-treasury
Consuming LOD from LOD
players
• reegle.info country profiles: http://www.reegle.info/countries
Linked Data Publishers
• UK Government
• US Government
• BBC
• Open Calais – Thomson Reuters
• Freebase
• NY Times
• Best Buy
• CNET
• Dbpedia
Reference
1. http://en.wikipedia.org/wiki/Linked_open_data
2. http://lod-cloud.net/
3. http://www.w3.org/wiki/SweoIG/TaskForces/CommunityPr
ojects/LinkingOpenData
4. http://www.w3.org/DesignIssues/LinkedData.html
5. http://linkeddata.org/guides-and-tutorials
6. http://linkeddatabook.com/editions/1.0/
Thank You !

More Related Content

What's hot

Desinging a library portal madhu
Desinging a library portal  madhuDesinging a library portal  madhu
Desinging a library portal madhukmusthu
 
Design and development of subject gateways with special reference to lisgateway
Design and development of subject  gateways with special reference to lisgatewayDesign and development of subject  gateways with special reference to lisgateway
Design and development of subject gateways with special reference to lisgatewaykmusthu
 
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
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsEmily Nimsakont
 
Subject information gateway in information technology (sigit) an introduction
Subject information gateway in information technology (sigit) an introductionSubject information gateway in information technology (sigit) an introduction
Subject information gateway in information technology (sigit) an introductionkmusthu
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked DataAdrian Stevenson
 
Build Narratives, Connect Artifacts: Linked Open Data for Cultural Heritage
Build Narratives, Connect Artifacts: Linked Open Data for Cultural HeritageBuild Narratives, Connect Artifacts: Linked Open Data for Cultural Heritage
Build Narratives, Connect Artifacts: Linked Open Data for Cultural HeritageOntotext
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015Cason Snow
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015Cason Snow
 
WWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons LearnedWWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons LearnedStefan Dietze
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareIMC Technologies
 
Web mining
Web miningWeb mining
Web miningSilicon
 
Linked data and the future of libraries
Linked data and the future of librariesLinked data and the future of libraries
Linked data and the future of librariesRegan Harper
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in LibrariesCarl Hess
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsEmily Nimsakont
 

What's hot (20)

Desinging a library portal madhu
Desinging a library portal  madhuDesinging a library portal  madhu
Desinging a library portal madhu
 
Design and development of subject gateways with special reference to lisgateway
Design and development of subject  gateways with special reference to lisgatewayDesign and development of subject  gateways with special reference to lisgateway
Design and development of subject gateways with special reference to lisgateway
 
Web mining
Web miningWeb mining
Web mining
 
Jyoti singh
Jyoti singhJyoti singh
Jyoti singh
 
5463 26 web mining
5463 26 web mining5463 26 web mining
5463 26 web mining
 
Web mining
Web miningWeb mining
Web mining
 
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?
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
 
Subject information gateway in information technology (sigit) an introduction
Subject information gateway in information technology (sigit) an introductionSubject information gateway in information technology (sigit) an introduction
Subject information gateway in information technology (sigit) an introduction
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked Data
 
Build Narratives, Connect Artifacts: Linked Open Data for Cultural Heritage
Build Narratives, Connect Artifacts: Linked Open Data for Cultural HeritageBuild Narratives, Connect Artifacts: Linked Open Data for Cultural Heritage
Build Narratives, Connect Artifacts: Linked Open Data for Cultural Heritage
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015
 
Jarrar: Linked Data
Jarrar: Linked DataJarrar: Linked Data
Jarrar: Linked Data
 
WWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons LearnedWWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
WWW2014 Tutorial: Online Learning & Linked Data - Lessons Learned
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
 
Web mining
Web miningWeb mining
Web mining
 
Linked data and the future of libraries
Linked data and the future of librariesLinked data and the future of libraries
Linked data and the future of libraries
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in Libraries
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
 

Similar to Linked open data project

Cloud-based Linked Data Management for Self-service Application Development
Cloud-based Linked Data Management for Self-service Application DevelopmentCloud-based Linked Data Management for Self-service Application Development
Cloud-based Linked Data Management for Self-service Application DevelopmentPeter Haase
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutionsOpen Data Support
 
Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Anja Jentzsch
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
Industry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraftIndustry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraftRuleML
 
OpenDataCourse-04-HowToMakeOpenData
OpenDataCourse-04-HowToMakeOpenDataOpenDataCourse-04-HowToMakeOpenData
OpenDataCourse-04-HowToMakeOpenDataroutetopa
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesOpen Data Support
 
Linked Open Data in Romania
Linked Open Data in RomaniaLinked Open Data in Romania
Linked Open Data in RomaniaVlad Posea
 
Deploying Linked Open Data: Methodologies and Software Tools
Deploying Linked Open Data: Methodologies and Software ToolsDeploying Linked Open Data: Methodologies and Software Tools
Deploying Linked Open Data: Methodologies and Software ToolsNikolaos Konstantinou
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13Kristi Holmes
 
Using Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case studyUsing Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case studyLeila Zemmouchi-Ghomari
 
Technical skills in multimedia for odl learners
Technical skills in multimedia for odl learnersTechnical skills in multimedia for odl learners
Technical skills in multimedia for odl learnersDaniel Koloseni
 
Linked Data Platform as a novel approach for Enterprise Application Integra...
Linked Data Platform as a novel approach for Enterprise Application Integra...Linked Data Platform as a novel approach for Enterprise Application Integra...
Linked Data Platform as a novel approach for Enterprise Application Integra...Nandana Mihindukulasooriya
 
Linked data for Libraries
Linked data for LibrariesLinked data for Libraries
Linked data for Librariesrobin fay
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Anna Fensel
 
Delivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphsDelivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphsBen Gardner
 

Similar to Linked open data project (20)

Cloud-based Linked Data Management for Self-service Application Development
Cloud-based Linked Data Management for Self-service Application DevelopmentCloud-based Linked Data Management for Self-service Application Development
Cloud-based Linked Data Management for Self-service Application Development
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutions
 
Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Industry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraftIndustry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraft
 
OpenDataCourse-04-HowToMakeOpenData
OpenDataCourse-04-HowToMakeOpenDataOpenDataCourse-04-HowToMakeOpenData
OpenDataCourse-04-HowToMakeOpenData
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and Examples
 
Linked Open Data in Romania
Linked Open Data in RomaniaLinked Open Data in Romania
Linked Open Data in Romania
 
Linked Data
Linked DataLinked Data
Linked Data
 
The Web of Data: The W3C Semantic Web Initiative
The Web of Data: The W3C Semantic Web InitiativeThe Web of Data: The W3C Semantic Web Initiative
The Web of Data: The W3C Semantic Web Initiative
 
Deploying Linked Open Data: Methodologies and Software Tools
Deploying Linked Open Data: Methodologies and Software ToolsDeploying Linked Open Data: Methodologies and Software Tools
Deploying Linked Open Data: Methodologies and Software Tools
 
Semantic Web Analytics.pptx
Semantic Web Analytics.pptxSemantic Web Analytics.pptx
Semantic Web Analytics.pptx
 
NISO Webinar: Library Linked Data: From Vision to Reality
NISO Webinar: Library Linked Data: From Vision to RealityNISO Webinar: Library Linked Data: From Vision to Reality
NISO Webinar: Library Linked Data: From Vision to Reality
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13
 
Using Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case studyUsing Linked Data Resources to generate web pages based on a BBC case study
Using Linked Data Resources to generate web pages based on a BBC case study
 
Technical skills in multimedia for odl learners
Technical skills in multimedia for odl learnersTechnical skills in multimedia for odl learners
Technical skills in multimedia for odl learners
 
Linked Data Platform as a novel approach for Enterprise Application Integra...
Linked Data Platform as a novel approach for Enterprise Application Integra...Linked Data Platform as a novel approach for Enterprise Application Integra...
Linked Data Platform as a novel approach for Enterprise Application Integra...
 
Linked data for Libraries
Linked data for LibrariesLinked data for Libraries
Linked data for Libraries
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)
 
Delivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphsDelivering a Linked Data warehouse and realising the power of graphs
Delivering a Linked Data warehouse and realising the power of graphs
 

Recently uploaded

Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...sonatiwari757
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goahorny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goasexy call girls service in goa
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 

Recently uploaded (20)

Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goahorny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 

Linked open data project

  • 1. Linked Open Data Project M.S.F.Fayaza 114039T Faculty of Information technology University of Moratuwa
  • 2. Outline • Why we need Semantic web? • Linked Open Data • Open Data • Linked Data • How does it work? • The important of Linked Open Data • Disadvantages of Linked Open Data • Accessing Linked Open Data Sets • Publishing Linked Open Data • Consuming Linked Open Data
  • 3. Why we need Semantic web? • The World Wide Web facilitates the global information space by comprising the linked documents. • The current web is mainly concern the presentation of data. They are links the HTML pages or documents. But machines have no way to understand these documents and cannot make any intelligent decision about these documents. • We need to help machines to understand the web so machines can help us understand things • They can learn what we are interested in • They can help us better find what we want
  • 4. Why we need Semantic web? • So need to publish something that computers can understand. • The semantic web isn‘t just about putting data on the web . It is about making links, so that a person or machine can explore the semantically connected web of data. • Semantic web goes beyond the concept of document and links structured data. With Linked Open Data, can find more related data than traditional web. • Nowadays World Wide Web moving from the a Web of hyper- linked Documents to opening up and interlinking data.
  • 5. Linked Open Data • What is Linked Open Data? • Open Data + Linked Data = Linked Open Data
  • 6. Linked Open Data • What is Open Data? • What is Linked Data ?
  • 7. Open Data • Open data is the data that should be freely available to everyone to use and republish as they wish, without restrictions from copyright, patents or other mechanisms of control • Data must also be available in a convenient and modifiable form • Everyone must be able to use, reuse and redistribute
  • 8. Open Data Examples • Open Government and Open (Government) Data
  • 9. Linked Data • “A method of publishing structured data so that it can be interlinked and become more useful. • It builds upon standard Web technologies such as HTTP, RDF and URIs, but rather than using them to serve web pages for human readers, it extends them to share informal on in a way that can be read atomically by computers. • This enables data from different sources to be connected and queried” • [Bizer, Heath, Berners--‐Lee 2009]
  • 10. Linked Data • The Semantic Web isn't just about putting data on the web. It is about making links, so that a person or machine can explore the web of data. • With linked data, when we have some of it, you can find other, related data. • Linked Data builds directly on Web architecture and applies this architecture to the task of sharing data on global scale. • Tim Berners-Lee’s introduced four principles on Linked Data as best practices for publishing and interlinking structured data on the Web.
  • 11. 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, using the standards (RDF*, SPARQL) 4. Include links to other URIs so that they can discover more things
  • 12. Use URIs as names for things • The Web is an information space in which the items of interest, referred to as resources, are identified by global identifiers called Uniform Resource Identifiers (URI). • Use URIs references to identify, not just Web documents and digital content, but also real world objects and abstract concepts. • To publish data on the Web, the items in a domain of interest must first be identified. These are the things whose properties and relationships will be described in the data, and may include Web documents as well as real-world entities and abstract concepts. • If it doesn't use the universal URI set of symbols, we don't call it Semantic Web.
  • 13. Use URIs as names for things URIs are used to identify people and the relationships between them.
  • 14. HTTP URIs • The HTTP protocol is the Web’s universal access mechanism • Use HTTP URIs to identify objects and abstract concepts, enabling these URIs to be dereferenced over the HTTP protocol into a description of the identified object or concept. • HTTP URIs make good names for two reasons: • They provide a simple way to create globally unique names in a decentralized fashion, as every owner of a domain name, or delegate of the domain name owner, may create new URI references. • They serve not just as a name but also as a means of accessing information describing the identified entity. • It’s all about interoperability • The RDF data model uses URIs only as logical names.
  • 15. Return information using the standards • When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL) • In order to enable a wide range of different applications to process Web content, it is important to agree on standardized content formats. • use of a single data model for publishing structured data on the Web – the Resource Description Framework (RDF), a simple graph-based data model that has been designed for use in the context of the Web • As the resulting Web of Data is based on standards and a common data model, it becomes possible to implement generic applications that operate over the complete data space
  • 16. links to other URIs • Include links to other URIs so that they can discover more things • When applications can follow these links, they can find interesting new things • This links are expressed through a triple whose subject and object live in different datasets. • Links across the boundaries of datasets support the reuse, the integration and the discovery of data • Hyperlinks in the Linked Data context are called RDF links in order to distinguish them from hyperlinks between classic Web documents.
  • 17. Linked Open Data ALL DATA Linked Open Data Linked Data Open Data
  • 18. Linked Open Data • Linked open data is linked data that is open content. • Open Data refers to data freely available without any restrictions. Linked Data refers to semantically linked machine-readable data. • Therefore data can be open but not linked or linked but not open, however if data is open and linked it then becomes Linked Open Data. • The example for large Linked Open Data is DBpedia.
  • 19. Linked Open Data project • Linked Open Data facilitates innovation and knowledge creation from interlinked data, it is an important mechanism for information management and integration. • To fully benefit from Open Data, it is crucial to put information and data into a context that creates new knowledge and enables powerful services and applications. • 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. • Linked Open Data makes the web appear as one giant huge global database
  • 21. 5-star rating scheme • ★ - Data available on the web in any format, even using PDF or image scan, but with an Open license. • ★★ - Data delivered as machine-readable structured data • ★★★-Data available in a non-proprietary format • ★★★★ - All the above plus, data using open standards from W3C, e.g. RDF and SPARQL, to identify things and properties, so that people can point at other data • ★★★★★- All the above, plus, to link data to other people’s data to provide context
  • 22. How does it work? • Use Resource Description Framework (RDF) to linked data across web. • Resource Description Framework (RDF) enables meaning of connection between the items distributed across the web. • RDF is based on the idea of declaring resources using the expression in the form subject-predicate-object. This form is known as RDF triple. • To create Linked Open Data it is necessary to create automatic links between RDF triple stores on the web
  • 23. Importance of Linked Open Data • If all the data on the Web were open and linked, it would be easier to establish information systems combining different distributed data repositories • Linked Open Data enable access and sharing of data and knowledge without barriers.
  • 24. Disadvantages of Linked Open Data • Usages of Linked Data increases therefore some the data available might be either irregularly updated, or already available in other formats and APIs might become an issue • Lack of applications and tools to exploit Linked Data. • Existing open issues make the development of Linked Data based applications a challenge, due to the difficulties to integrate data in different formats and from multiple sources, the discovery of data or the usability of user interfaces.
  • 25. Publishing Linked Open Data • Publishing Linked Open Data provides a powerful mechanism for sharing your own data and information along with your metadata and the respective data models for efficient re-use. • The essential steps to publishing your own LOD are: • Identify & analyze your data • Clean the data • Model your data (URI schema, vocabularies) • Select & specify license(s) • Convert data to RDF • Link your data to other data • Publish and promote your Linked Open Data
  • 26. Publishing LOD • Official UK Legislation: http://www.legislation.gov.uk
  • 27. Consuming Linked Open Data • Consuming LOD enables you to integrate and provide high quality information and data collections to mix your own data and third party information. • Organizations can benefit and reach competitive advantage through the possibility to: • spontaneously generate dossiers and information mash ups from distributed information sources; • create applications based on real time data with less replication; • create new knowledge out of this interlinked data.
  • 28. Consuming Linked Open Data • most important issues and milestones to consider when consuming LOD: 1. Specify concrete use cases 2. Evaluate relevant data sources and data sets 3. Check the respective licenses 4. Create consumption patterns 5. Manage alignment, caching and updating mechanisms 6. Create mash ups, GUIs, services and applications on top 7. Establish sustainable new partnerships
  • 29. Consuming LOD from LOD players • UK Organograms:http://data.gov.uk/organogram/hm-treasury
  • 30. Consuming LOD from LOD players • reegle.info country profiles: http://www.reegle.info/countries
  • 31. Linked Data Publishers • UK Government • US Government • BBC • Open Calais – Thomson Reuters • Freebase • NY Times • Best Buy • CNET • Dbpedia
  • 32. Reference 1. http://en.wikipedia.org/wiki/Linked_open_data 2. http://lod-cloud.net/ 3. http://www.w3.org/wiki/SweoIG/TaskForces/CommunityPr ojects/LinkingOpenData 4. http://www.w3.org/DesignIssues/LinkedData.html 5. http://linkeddata.org/guides-and-tutorials 6. http://linkeddatabook.com/editions/1.0/

Editor's Notes

  1. The image shows the data sets that have been published and interlinked by the project so far