SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Linked Data and Semantic Applications for Libraries
SECTIONS SPEAKERS
Introduction and Overview Vikas Bhushan
Base Technologies Sayon Roy
Linked Data Principles Debashis Naskar
Currents Trends and Implementations Sumanta Bag
Conclusion Kaustav Saha
14-Aug-13 2
“As long as you are Green, you are Growing, As soon as you Ripe,
you start to Rot”.
-Ray Kroc
McDonald's Corporation founder
14-Aug-13 3
Image Source : http://www.aboutmcdonalds.com/mcd.html
14-Aug-13 4
Present Scenario raises 3 key questions :
•How efficiently provide access to data
to enhance usability?
•How to improve visibility of data?
•How to enhance application’s findability
of data from invisible web?
The 3 key Q’s
How we search for information
... about this person?
... about these monuments?
... about these concepts?
14-Aug-13 5
Source: http://estranhomundodaloh.blogspot.in/2012/03/o-ritmo-ranganathan.html
Source: http://en.wikipedia.org/wiki/Hampi
Source: http://commons.wikimedia.org/wiki/File:Smiley.svg
Source: http://nordicflower.com/product/after-the-sorrow/
The Transition
Formerly
Now
14-Aug-13 6
The Web into Walled Gardens
14-Aug-13 7
Source: The Emerging Web of Linked Data, Chris Bizer, Freie Universität Berlin, SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009
Web of Documents( Hypertextual Web)
14-Aug-13 8
From a Web of Documents to a Web of Data
DATABASE
Documents
DATA
14-Aug-13 9
Web of Data( Semantic Web)
14-Aug-13 10
Vision is becoming Truth
14-Aug-13 11
Linking Open Data Cloud Diagram
14-Aug-13 12
Source : http://lod-cloud.net/versions/2011-09-19/lod-cloud_colored.html
Source: http://readwrite.com/2011/01/18/the-concept-of-linked-data
Base Technologies for Linked Data
- Sayon Roy
14-Aug-13 13
Linked Data: An Aid to Semantic Information
The Visual and Syntactic Web
Semantic Web
The Semantic Network
Levels of Semantics
The Semantic Web Layer Cake
Linked Data: An Aid to Semantic Information
Processing
• Information processing on semantic web is largely dependent on
processing structured data in the form of triples and graphs,
which is Linked Data.
• Linked Data sources use the Resource Discovery Format for
encoding structured data and simplify the linking of units of
information by using URI’s for identification and reference.
14-Aug-13 14Source: https://si0.twimg.com/profile_images/1873437810/image.jpg
The Visual and Syntactic Web
• In the visual Web, machines cannot understand the meaning of
information present in HTML pages, since they are mainly made up
of ASCII codes and images.
• The visual Web prevents computers from automating information
processing, integration and interoperability.
• The Syntactic Web is the collection of documents in the World
Wide Web that contain data not just meant to be rendered by Web
Browsers, but also to be used for data integration and
interoperability purposes.
• To “understand” data, a computer needs metadata which is
provided by some kind of markup language.
14-Aug-13 15
Semantic Web
• The Semantic Web is not a separate web but an extension of
the current one, in which information is given well-defined
meaning, better enabling computers and people to work in
cooperation. (Berners-Lee, Hendler, et al.)
14-Aug-13 16
Source: http://pi7.fernuni-hagen.de/research/multinet/infeb_en.png
The Semantic Network
14-Aug-13 17Source: http://pi7.fernuni-hagen.de/research/multinet/infeb_en.png
Levels of Semantics
14-Aug-13 18
Source: http://www.w3.org/2001/09/06-ecdl/slide17-0.html
The Semantic Web Layer Cake
14-Aug-13 19
Source: http://www.w3.org/2001/09/06-ecdl/slide17-0.html
Universal Resource
Identifier(URI)
• A URI is a string or sequence of characters which is used to
represent and provide identification to a web resource.
• Such unique identification ensures access and interaction with
representations of a web resource over a network, typically the
World Wide Web.
14-Aug-13 20
• The URL
https://www.facebook.com/natgeo
identifies the location from where a Web
page can be retrieved.
• The URN urn:isbn:3-549-35469-6 identifies
a book using its ISBN
• The ISBN system for uniquely identifying
books provides a typical example of the use
of URNs.
• URNs and URLs have complementary
purposes.
14-Aug-13
21
Source: http://pi7.fernuni-hagen.de/research/multinet/infeb_en.png
Unicode
Unicode provides a unique number for every character,
no matter what the platform,
no matter what the program,
no matter what the language.
14-Aug-13 22Source:http://www.unicode.org/standard/WhatIsUnicode.html
Source:http://www.aspsms.com/img/unicode-bengali.gif
XML
• A globally accepted standard for data interchange on Web.
• Does not communicate the meaning of the data, but is highly
helpful for syntactic interoperability and integration.
• Through XML the semantics of a particular domain cannot be
recognized as XML primarily aims at structured and syntactic
representation of data.
14-Aug-13 23
14-Aug-13 24
Source:http://www.kirupa.com/net/images/xml_doc2.gif
• RDF is a metadata representation language that allows resources to
be described through relationships to other resources and literals.
• RDF uses XML and is at the base of the semantic web.
• The main modelling block in RDF is the statement – a triple
<Subject, Predicate, Object>, where:
Subject is the resource, which is being described.
Predicate is a resource, which determines the type of the
relationship.
Object is a resource or a literal, which represents the value of the
attribute.
14-Aug-13 25
Graphical Representation of a RDF statement
(subject, predicate, object)
Creator
Resource Property Type Property Value
Resource
14-Aug-13 26
https://www.facebook.com/Sudh
irShivaramPhotography
Sudhir Shivaram
RDF Schema
• RDF schema provides a way of building
a object model from which the actual
data is referenced and which tells us
what things really mean.
• RDFS allows users to define resources
with classes, properties and values.
• This allows resources to be defined as
instances of classes, and subclasses of
classes.
14-Aug-13 27Source:http://www.w3.org/2001/sw/RDFCore/Schema/20010618/rdfsimg2.jpg
‘A formal, explicit specification of a shared conceptualization’
must be machine
understandable
types of concepts and
constraints must be clearly
defined
not private to some individual,
but accepted by a group
an abstract model of some phenomenon in the world
formed by identifying the relevant concepts of that
phenomenon
-----By Thomas Robert (Tom) Gruber (1994)
The three major uses of Ontologies are:
• To assist in communication between humans and computer.
• To achieve interoperability and communication among
software systems.
• To improve the design and quality design and the quality of
software system.
Logic, Proof, and Trust
• The purpose of these layers is to state any logical principle and
allow the computer to reason by inference using these principles.
• Inference engines, also called reasoners, are software applications
that derive new facts or associations from existing information.
• Proof traces or explains the steps involved in logical reasoning
• Trust is the top layer of the semantic web architecture which
provides authentication of identity and evidence of trustworthiness
of data and services.
14-Aug-13 30
Linked Data Working Principles
- Debashis Naskar
3114-Aug-13
The 4 Principles
How Linked Data Works?
BBC Nature Site
Linked Data Working – Pictorial Representation
The 4 Principles
• Any conceptual thing can now have a name (URI) on the web.
• Those URIs return important information back in a standard
format.
• This information includes explicit relationships to other things
with URIs.
• Use HTTP URIs, so that people can look up those names.
3214-Aug-13
URI
http://www.isibang.ac.in/ http://www.isibang.ac.in/~krish/
33
URL URN
14-Aug-13
How Linked Data Works ?
34
Piranha Pygocentrus
Omnivorous
relationship
is in the genus
Eating
behavior
14-Aug-13
BBC Nature Site
14-Aug-13 35
Continue...
14-Aug-13 36
Continue...
14-Aug-13 37
Continue...
Linked Data Working – Pictorial Representation
38
Piranha
Pygocentrus
(fishes)
Else where
on
BBC
is in the genus
arefeaturedin
14-Aug-13
Currents Trends & Implementations
- Sumanta Bag
14-Aug-13 39
Some Implementations
Implementation in OCLC WorldCat
Google Knowledge Graph
Some Implementations
• DBpedia.org
• DBtune
• Geonames Ontology
• Project Gutenberg
• Library Linked Data Project
• RDF Book Mashup
• BBC News, Nature
• OCLC WorldCat
• Google Search Engine and many more…
14-Aug-13 40
Source: http://www.w3.org/2005/Incubator/lld/XGR-lld-20111025/
Source: http://www.gutenberg.org/wiki/Main_Page
Source: http://dbtune.org/
Source: http://www.geonames.org/
Source: http://dbpedia.org/About /
Implementation in OCLC WorldCat
Source: http://schema.org/Movie14-Aug-13 41
OCLC WorldCat
14-Aug-13 42
Linked Data Representation
Feature Films
14-Aug-13 43
Google Knowledge Graph
14-Aug-13 44
Conclusion
- Kaustav Saha
14-Aug-13 45
Why it is needed?
Why is linked data important for libraries?
Conclusion
Why it is needed?
• It can assemble information from many authority resources at
one place.
• A world with connections between concepts not just with
hyperlinks but by descriptive explicit data relationships.
Why is linked data important for libraries?
• People can more easily find library resources on the web.
• More creative applications based on library metadata.
• Opportunities for cataloging efficiency and innovation.
Conclusion
• The library catalogues led to better document discovery, it acts as a link between
the user that can be called as a subject and the book as an object in the linked
data perspective.
• Coding metadata on web can be called as RDF.
• In library we describe a product by its metadata likewise in web we do it by URI.
• Our catalogues increases the findability, visibility of a document in a library.
• Metadata of our library catalogues help in collocation. Linked data has the similar
role in semantic web environment by using URIs.
• Our LIS has relationships like BT/NT, Genus/Species, class/inclusion. But, in linked
data there have been codified explicitly and provided with URIs.
14-Aug-13 48
Reference
• Surjith, Krishnamurthy et al ."Publishing Legacy Data as Linked Data: A State of the Art Survey" Library High- Tech ,2013
• C. Bizer, T. Heath, and T. Berners-Lee, “Linked Data—The Story So Far, ”Int’l. J. Semantic Web & Information Systems, to appear, 2009.
• Heath, T and Bizer, C(2011). Linked Data: Evolving the web into a Global Data Space. Morgan & Claypool.
• Guerrini. M, Possemato. T(2013).Linked data: a new alphabet for the semantic web. Italian Journal of Library and Information Science, 4(1).
• Cardoso, J. (ED.). (2007). Semantic Web Services: Theory, Tools, and Applications. New York :Information Science Reference.
• Vaidya, P. Harinarayana, N. S. (2013) . Linked Data as an Element to support Resource Discovery : Need for Harmonization of Metadata Standards. 9th
International Caliber.
• Howarth, Lynne . c. (2012). FRBR and Linked Data : Connecting FRBR and Linked Data. Cataloging & Classification Quarterly, 50 : 763-776.
• Tim Berners-Lee, Linked Data- Design Issues. 2006; last changed 2009. http://www.w3.org/DesignIssues/LinkedData.html (retrieved March 01,2013) . .
• Piranha. Retrieved June 10,2013 from http://www.worldcat.org/title/piranha/oclc/668455291&referer=brief_results.
• Linked Data for Libraries . Retrieved June 7,2013 from http://www.oclc.org/data.en.html .
• Piranha. Retrieved June 10,2013 from http://dbpedia.org/page/Piranha55291&referer=brief_results
• Red-bellied Piranha. Retrieved June 10,2013 from http://www.bbc.co.uk/nature/life/Red-bellied_piranha
• Knowledge Graph Retrieved June 11,2013 from http://www.google.co.in/insidesearch/features/search/knowledge.html
• Gutenberg Retrieved June 16,2013 from http://www.gutenberg.org/wiki/Main_Page
• Dbpedia Retrieved June 20,2013 from http://dbpedia.org/About
• DBtune Retrieved June 20,2013 from : http://dbtune.org
• Geonames Ontology Retrieved June 20,2013 from http://www.geonames.org
• Project Gutenberg .Retrieved June 20,2013 from http://www.gutenberg.org/wiki/Main_Page
• Library Linked Data Project. Retrieved June 20,2013 from http://www.w3.org/2005/Incubator/lld/XGR-lld-20111025
• RDF Book Mashup. Retrieved June 21,2013 from http://wifo5-03.informatik.uni-mannheim.de/bizer/bookmashup/
14-Aug-13 49
Any Question?
Source: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQWDR2cx8LYfzlbVeYHkiJ7Hq1T7ilf2oihfOcJWvuYagPCCLI
Source: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT9SabVNXYHCw5HtY6LxOdBhWcoRY3i7KduSpkwdK7Kw1IQgPorOQ

Weitere ähnliche Inhalte

Was ist angesagt?

The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic WebJohn Breslin
 
Social web & linked data
Social web & linked dataSocial web & linked data
Social web & linked dataSerge Garlatti
 
Cooking up the Semantic Web
Cooking up the Semantic WebCooking up the Semantic Web
Cooking up the Semantic WebOntotext
 
Data visualization and digital humanities research
Data visualization and digital humanities researchData visualization and digital humanities research
Data visualization and digital humanities researchSusan Smith
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital librariesSören Auer
 
Lesson hypertext and intertext
Lesson hypertext and intertextLesson hypertext and intertext
Lesson hypertext and intertextCristinaGrumal
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesMathieu d'Aquin
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebNuxeo
 
Hypertext
HypertextHypertext
Hypertextnatlo
 
Semantic Query Optimisation with Ontology Simulation
Semantic Query Optimisation with Ontology SimulationSemantic Query Optimisation with Ontology Simulation
Semantic Query Optimisation with Ontology Simulationdannyijwest
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic WebBarry Smith
 
Hypertext presentation
Hypertext presentationHypertext presentation
Hypertext presentationIftikhar Alam
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
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
 
The Semantic Web: status and prospects
The Semantic Web: status and prospectsThe Semantic Web: status and prospects
The Semantic Web: status and prospectsGuus Schreiber
 
Semantic Mapping and LOD prez
Semantic Mapping and LOD prezSemantic Mapping and LOD prez
Semantic Mapping and LOD prezCarol Chiodo
 
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...Christoph Lange
 

Was ist angesagt? (20)

The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic Web
 
2014_WWW_BTOR
2014_WWW_BTOR2014_WWW_BTOR
2014_WWW_BTOR
 
Social web & linked data
Social web & linked dataSocial web & linked data
Social web & linked data
 
Cooking up the Semantic Web
Cooking up the Semantic WebCooking up the Semantic Web
Cooking up the Semantic Web
 
Minning www
Minning wwwMinning www
Minning www
 
Data visualization and digital humanities research
Data visualization and digital humanities researchData visualization and digital humanities research
Data visualization and digital humanities research
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital libraries
 
Lesson hypertext and intertext
Lesson hypertext and intertextLesson hypertext and intertext
Lesson hypertext and intertext
 
Semantic Web / Linked Data Technologies
Semantic Web / Linked Data TechnologiesSemantic Web / Linked Data Technologies
Semantic Web / Linked Data Technologies
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Hypertext
HypertextHypertext
Hypertext
 
Group 3
Group 3Group 3
Group 3
 
Semantic Query Optimisation with Ontology Simulation
Semantic Query Optimisation with Ontology SimulationSemantic Query Optimisation with Ontology Simulation
Semantic Query Optimisation with Ontology Simulation
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Web
 
Hypertext presentation
Hypertext presentationHypertext presentation
Hypertext presentation
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
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
 
The Semantic Web: status and prospects
The Semantic Web: status and prospectsThe Semantic Web: status and prospects
The Semantic Web: status and prospects
 
Semantic Mapping and LOD prez
Semantic Mapping and LOD prezSemantic Mapping and LOD prez
Semantic Mapping and LOD prez
 
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
 

Andere mochten auch

Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museumsljsmart
 
Web of Data - Introduction (english)
Web of Data - Introduction (english)Web of Data - Introduction (english)
Web of Data - Introduction (english)Thomas Francart
 
Linked Data: principles and examples
Linked Data: principles and examples Linked Data: principles and examples
Linked Data: principles and examples Victor de Boer
 
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesGuest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesLaura Hollink
 
WTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked DataWTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked DataJuan Sequeda
 
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
 
What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?Emily Nimsakont
 
Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?Emily Nimsakont
 

Andere mochten auch (9)

Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museums
 
Web of Data - Introduction (english)
Web of Data - Introduction (english)Web of Data - Introduction (english)
Web of Data - Introduction (english)
 
Linked Data: principles and examples
Linked Data: principles and examples Linked Data: principles and examples
Linked Data: principles and examples
 
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesGuest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
 
WTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked DataWTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked Data
 
The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?
 
Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?
 

Ähnlich wie Linked data and Semantic Web Applications for Libraries

Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13Kristi Holmes
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked DataAdrian Stevenson
 
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
 
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
 
Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things PayamBarnaghi
 
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 Energy Data Generation
Linked Energy Data GenerationLinked Energy Data Generation
Linked Energy Data GenerationFilip Radulovic
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowPeterWinstanley1
 
ITWS 4310: Building and Consuming the Web of Data (Fall 2013)
ITWS 4310: Building and Consuming the Web of Data (Fall 2013)ITWS 4310: Building and Consuming the Web of Data (Fall 2013)
ITWS 4310: Building and Consuming the Web of Data (Fall 2013)Rensselaer Polytechnic Institute
 
Social Semantic (Sensor) Web
Social Semantic (Sensor) WebSocial Semantic (Sensor) Web
Social Semantic (Sensor) WebDavid Crowley
 
Fox-Keynote-Now and Now of Data Publishing-nfdp13
Fox-Keynote-Now and Now of Data Publishing-nfdp13Fox-Keynote-Now and Now of Data Publishing-nfdp13
Fox-Keynote-Now and Now of Data Publishing-nfdp13DataDryad
 
Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGChris Ewing
 
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...Eric Stephan
 
What do we want computers to do for us?
What do we want computers to do for us? What do we want computers to do for us?
What do we want computers to do for us? Andrea Volpini
 
Being a Good Data Provider, by Alastair Dunning
Being a Good Data Provider, by Alastair DunningBeing a Good Data Provider, by Alastair Dunning
Being a Good Data Provider, by Alastair DunningAlastair Dunning
 
Being a Good Data Provider
Being a Good Data ProviderBeing a Good Data Provider
Being a Good Data ProviderJisc
 
Being A Good Data Provider
Being A Good Data ProviderBeing A Good Data Provider
Being A Good Data ProviderAlastair Dunning
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data ApplicationsEUCLID project
 

Ähnlich wie Linked data and Semantic Web Applications for Libraries (20)

Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked Data
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
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
 
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
 
Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things
 
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 Energy Data Generation
Linked Energy Data GenerationLinked Energy Data Generation
Linked Energy Data Generation
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
 
ITWS 4310: Building and Consuming the Web of Data (Fall 2013)
ITWS 4310: Building and Consuming the Web of Data (Fall 2013)ITWS 4310: Building and Consuming the Web of Data (Fall 2013)
ITWS 4310: Building and Consuming the Web of Data (Fall 2013)
 
Social Semantic (Sensor) Web
Social Semantic (Sensor) WebSocial Semantic (Sensor) Web
Social Semantic (Sensor) Web
 
Fox-Keynote-Now and Now of Data Publishing-nfdp13
Fox-Keynote-Now and Now of Data Publishing-nfdp13Fox-Keynote-Now and Now of Data Publishing-nfdp13
Fox-Keynote-Now and Now of Data Publishing-nfdp13
 
Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIG
 
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
 
What do we want computers to do for us?
What do we want computers to do for us? What do we want computers to do for us?
What do we want computers to do for us?
 
Being a Good Data Provider, by Alastair Dunning
Being a Good Data Provider, by Alastair DunningBeing a Good Data Provider, by Alastair Dunning
Being a Good Data Provider, by Alastair Dunning
 
Being a Good Data Provider
Being a Good Data ProviderBeing a Good Data Provider
Being a Good Data Provider
 
Being A Good Data Provider
Being A Good Data ProviderBeing A Good Data Provider
Being A Good Data Provider
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data Applications
 
ITWS Capstone: Engineering a Semantic Web (Fall 2022)
ITWS Capstone: Engineering a Semantic Web (Fall 2022)ITWS Capstone: Engineering a Semantic Web (Fall 2022)
ITWS Capstone: Engineering a Semantic Web (Fall 2022)
 

Kürzlich hochgeladen

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Kürzlich hochgeladen (20)

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

Linked data and Semantic Web Applications for Libraries

  • 1. Linked Data and Semantic Applications for Libraries
  • 2. SECTIONS SPEAKERS Introduction and Overview Vikas Bhushan Base Technologies Sayon Roy Linked Data Principles Debashis Naskar Currents Trends and Implementations Sumanta Bag Conclusion Kaustav Saha 14-Aug-13 2
  • 3. “As long as you are Green, you are Growing, As soon as you Ripe, you start to Rot”. -Ray Kroc McDonald's Corporation founder 14-Aug-13 3 Image Source : http://www.aboutmcdonalds.com/mcd.html
  • 4. 14-Aug-13 4 Present Scenario raises 3 key questions : •How efficiently provide access to data to enhance usability? •How to improve visibility of data? •How to enhance application’s findability of data from invisible web? The 3 key Q’s
  • 5. How we search for information ... about this person? ... about these monuments? ... about these concepts? 14-Aug-13 5 Source: http://estranhomundodaloh.blogspot.in/2012/03/o-ritmo-ranganathan.html Source: http://en.wikipedia.org/wiki/Hampi Source: http://commons.wikimedia.org/wiki/File:Smiley.svg Source: http://nordicflower.com/product/after-the-sorrow/
  • 7. The Web into Walled Gardens 14-Aug-13 7 Source: The Emerging Web of Linked Data, Chris Bizer, Freie Universität Berlin, SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009
  • 8. Web of Documents( Hypertextual Web) 14-Aug-13 8
  • 9. From a Web of Documents to a Web of Data DATABASE Documents DATA 14-Aug-13 9
  • 10. Web of Data( Semantic Web) 14-Aug-13 10
  • 11. Vision is becoming Truth 14-Aug-13 11
  • 12. Linking Open Data Cloud Diagram 14-Aug-13 12 Source : http://lod-cloud.net/versions/2011-09-19/lod-cloud_colored.html Source: http://readwrite.com/2011/01/18/the-concept-of-linked-data
  • 13. Base Technologies for Linked Data - Sayon Roy 14-Aug-13 13 Linked Data: An Aid to Semantic Information The Visual and Syntactic Web Semantic Web The Semantic Network Levels of Semantics The Semantic Web Layer Cake
  • 14. Linked Data: An Aid to Semantic Information Processing • Information processing on semantic web is largely dependent on processing structured data in the form of triples and graphs, which is Linked Data. • Linked Data sources use the Resource Discovery Format for encoding structured data and simplify the linking of units of information by using URI’s for identification and reference. 14-Aug-13 14Source: https://si0.twimg.com/profile_images/1873437810/image.jpg
  • 15. The Visual and Syntactic Web • In the visual Web, machines cannot understand the meaning of information present in HTML pages, since they are mainly made up of ASCII codes and images. • The visual Web prevents computers from automating information processing, integration and interoperability. • The Syntactic Web is the collection of documents in the World Wide Web that contain data not just meant to be rendered by Web Browsers, but also to be used for data integration and interoperability purposes. • To “understand” data, a computer needs metadata which is provided by some kind of markup language. 14-Aug-13 15
  • 16. Semantic Web • The Semantic Web is not a separate web but an extension of the current one, in which information is given well-defined meaning, better enabling computers and people to work in cooperation. (Berners-Lee, Hendler, et al.) 14-Aug-13 16 Source: http://pi7.fernuni-hagen.de/research/multinet/infeb_en.png
  • 17. The Semantic Network 14-Aug-13 17Source: http://pi7.fernuni-hagen.de/research/multinet/infeb_en.png
  • 18. Levels of Semantics 14-Aug-13 18 Source: http://www.w3.org/2001/09/06-ecdl/slide17-0.html
  • 19. The Semantic Web Layer Cake 14-Aug-13 19 Source: http://www.w3.org/2001/09/06-ecdl/slide17-0.html
  • 20. Universal Resource Identifier(URI) • A URI is a string or sequence of characters which is used to represent and provide identification to a web resource. • Such unique identification ensures access and interaction with representations of a web resource over a network, typically the World Wide Web. 14-Aug-13 20
  • 21. • The URL https://www.facebook.com/natgeo identifies the location from where a Web page can be retrieved. • The URN urn:isbn:3-549-35469-6 identifies a book using its ISBN • The ISBN system for uniquely identifying books provides a typical example of the use of URNs. • URNs and URLs have complementary purposes. 14-Aug-13 21 Source: http://pi7.fernuni-hagen.de/research/multinet/infeb_en.png
  • 22. Unicode Unicode provides a unique number for every character, no matter what the platform, no matter what the program, no matter what the language. 14-Aug-13 22Source:http://www.unicode.org/standard/WhatIsUnicode.html Source:http://www.aspsms.com/img/unicode-bengali.gif
  • 23. XML • A globally accepted standard for data interchange on Web. • Does not communicate the meaning of the data, but is highly helpful for syntactic interoperability and integration. • Through XML the semantics of a particular domain cannot be recognized as XML primarily aims at structured and syntactic representation of data. 14-Aug-13 23
  • 25. • RDF is a metadata representation language that allows resources to be described through relationships to other resources and literals. • RDF uses XML and is at the base of the semantic web. • The main modelling block in RDF is the statement – a triple <Subject, Predicate, Object>, where: Subject is the resource, which is being described. Predicate is a resource, which determines the type of the relationship. Object is a resource or a literal, which represents the value of the attribute. 14-Aug-13 25
  • 26. Graphical Representation of a RDF statement (subject, predicate, object) Creator Resource Property Type Property Value Resource 14-Aug-13 26 https://www.facebook.com/Sudh irShivaramPhotography Sudhir Shivaram
  • 27. RDF Schema • RDF schema provides a way of building a object model from which the actual data is referenced and which tells us what things really mean. • RDFS allows users to define resources with classes, properties and values. • This allows resources to be defined as instances of classes, and subclasses of classes. 14-Aug-13 27Source:http://www.w3.org/2001/sw/RDFCore/Schema/20010618/rdfsimg2.jpg
  • 28. ‘A formal, explicit specification of a shared conceptualization’ must be machine understandable types of concepts and constraints must be clearly defined not private to some individual, but accepted by a group an abstract model of some phenomenon in the world formed by identifying the relevant concepts of that phenomenon -----By Thomas Robert (Tom) Gruber (1994)
  • 29. The three major uses of Ontologies are: • To assist in communication between humans and computer. • To achieve interoperability and communication among software systems. • To improve the design and quality design and the quality of software system.
  • 30. Logic, Proof, and Trust • The purpose of these layers is to state any logical principle and allow the computer to reason by inference using these principles. • Inference engines, also called reasoners, are software applications that derive new facts or associations from existing information. • Proof traces or explains the steps involved in logical reasoning • Trust is the top layer of the semantic web architecture which provides authentication of identity and evidence of trustworthiness of data and services. 14-Aug-13 30
  • 31. Linked Data Working Principles - Debashis Naskar 3114-Aug-13 The 4 Principles How Linked Data Works? BBC Nature Site Linked Data Working – Pictorial Representation
  • 32. The 4 Principles • Any conceptual thing can now have a name (URI) on the web. • Those URIs return important information back in a standard format. • This information includes explicit relationships to other things with URIs. • Use HTTP URIs, so that people can look up those names. 3214-Aug-13
  • 34. How Linked Data Works ? 34 Piranha Pygocentrus Omnivorous relationship is in the genus Eating behavior 14-Aug-13
  • 35. BBC Nature Site 14-Aug-13 35 Continue...
  • 38. Linked Data Working – Pictorial Representation 38 Piranha Pygocentrus (fishes) Else where on BBC is in the genus arefeaturedin 14-Aug-13
  • 39. Currents Trends & Implementations - Sumanta Bag 14-Aug-13 39 Some Implementations Implementation in OCLC WorldCat Google Knowledge Graph
  • 40. Some Implementations • DBpedia.org • DBtune • Geonames Ontology • Project Gutenberg • Library Linked Data Project • RDF Book Mashup • BBC News, Nature • OCLC WorldCat • Google Search Engine and many more… 14-Aug-13 40 Source: http://www.w3.org/2005/Incubator/lld/XGR-lld-20111025/ Source: http://www.gutenberg.org/wiki/Main_Page Source: http://dbtune.org/ Source: http://www.geonames.org/ Source: http://dbpedia.org/About /
  • 41. Implementation in OCLC WorldCat Source: http://schema.org/Movie14-Aug-13 41
  • 45. Conclusion - Kaustav Saha 14-Aug-13 45 Why it is needed? Why is linked data important for libraries? Conclusion
  • 46. Why it is needed? • It can assemble information from many authority resources at one place. • A world with connections between concepts not just with hyperlinks but by descriptive explicit data relationships.
  • 47. Why is linked data important for libraries? • People can more easily find library resources on the web. • More creative applications based on library metadata. • Opportunities for cataloging efficiency and innovation.
  • 48. Conclusion • The library catalogues led to better document discovery, it acts as a link between the user that can be called as a subject and the book as an object in the linked data perspective. • Coding metadata on web can be called as RDF. • In library we describe a product by its metadata likewise in web we do it by URI. • Our catalogues increases the findability, visibility of a document in a library. • Metadata of our library catalogues help in collocation. Linked data has the similar role in semantic web environment by using URIs. • Our LIS has relationships like BT/NT, Genus/Species, class/inclusion. But, in linked data there have been codified explicitly and provided with URIs. 14-Aug-13 48
  • 49. Reference • Surjith, Krishnamurthy et al ."Publishing Legacy Data as Linked Data: A State of the Art Survey" Library High- Tech ,2013 • C. Bizer, T. Heath, and T. Berners-Lee, “Linked Data—The Story So Far, ”Int’l. J. Semantic Web & Information Systems, to appear, 2009. • Heath, T and Bizer, C(2011). Linked Data: Evolving the web into a Global Data Space. Morgan & Claypool. • Guerrini. M, Possemato. T(2013).Linked data: a new alphabet for the semantic web. Italian Journal of Library and Information Science, 4(1). • Cardoso, J. (ED.). (2007). Semantic Web Services: Theory, Tools, and Applications. New York :Information Science Reference. • Vaidya, P. Harinarayana, N. S. (2013) . Linked Data as an Element to support Resource Discovery : Need for Harmonization of Metadata Standards. 9th International Caliber. • Howarth, Lynne . c. (2012). FRBR and Linked Data : Connecting FRBR and Linked Data. Cataloging & Classification Quarterly, 50 : 763-776. • Tim Berners-Lee, Linked Data- Design Issues. 2006; last changed 2009. http://www.w3.org/DesignIssues/LinkedData.html (retrieved March 01,2013) . . • Piranha. Retrieved June 10,2013 from http://www.worldcat.org/title/piranha/oclc/668455291&referer=brief_results. • Linked Data for Libraries . Retrieved June 7,2013 from http://www.oclc.org/data.en.html . • Piranha. Retrieved June 10,2013 from http://dbpedia.org/page/Piranha55291&referer=brief_results • Red-bellied Piranha. Retrieved June 10,2013 from http://www.bbc.co.uk/nature/life/Red-bellied_piranha • Knowledge Graph Retrieved June 11,2013 from http://www.google.co.in/insidesearch/features/search/knowledge.html • Gutenberg Retrieved June 16,2013 from http://www.gutenberg.org/wiki/Main_Page • Dbpedia Retrieved June 20,2013 from http://dbpedia.org/About • DBtune Retrieved June 20,2013 from : http://dbtune.org • Geonames Ontology Retrieved June 20,2013 from http://www.geonames.org • Project Gutenberg .Retrieved June 20,2013 from http://www.gutenberg.org/wiki/Main_Page • Library Linked Data Project. Retrieved June 20,2013 from http://www.w3.org/2005/Incubator/lld/XGR-lld-20111025 • RDF Book Mashup. Retrieved June 21,2013 from http://wifo5-03.informatik.uni-mannheim.de/bizer/bookmashup/ 14-Aug-13 49