SlideShare uma empresa Scribd logo
1 de 55
Linked Data for Libraries
Hao-Ren Ke
National Taiwan Normal University

1
Outline
Semantic Web Overview
Principles of Linked Data
Web of Data – Results of Linked Data
Implementation Framework
Start thinking your applications
Conclusion

2
鏈結(開放)資料
鏈結(開放)資料 = Linked (Open) Data, L(O)D
Linked Data is a set of best practices to
publish and link structured data on the Web
Linked data realizes Semantic Web (Web 3.0)

3
SEMANTIC WEB OVERVIEW

4
Weaving the Web – Vision of
Tim Berners-Lee
The first step is putting data on the Web in a
form that machines can naturally
understand, or converting it to that form. This
creates what I call a Semantic Web (SW) – a
web of data that can be processed directly or
indirectly by machines
-- Tim Berners-Lee Weaving the Web, Harper San
Francisco, 1999

Require that there be a machineunderstandable semantics for some or all of
the information presented in the WWW
Berners-Lee, T. (2000). Weaving the Web: The original design and
ultimate destiny of the World Wide Web. Harper Business, 1st edition.

5
Original Web Proposal to CERN

Encompass additional metadata above and beyond what is
currently in the Web. This additional metadata is needed for
machines to be able to process information on the Web

6
Definition of Semantic Web
The Semantic Web is a Web that is able to
describe things in a way that computers can
understand
The Beatles was a popular band from Liverpool.
John Lennon was a member of the Beatles.

The Semantic Web is not about links between
web pages.
The Semantic Web describes the
relationships between things and the
properties of things
An infrastructure enables machines to
COMPREHEND semantic documents and
7
data
What achieves the Semantic
Web?

8
Basic RDF Model
A model for describing
resources
named properties
property values

(resource, property, value)

9
Meta-online Store – Findbook.tw

10
虛擬聯合目錄

http://metacat.ntu.edu.tw/metacat/app

11
Housingmaps.com -- Mashup

12
PRINCIPLES OF LINKED DATA
http://linkeddatabook.com/editions/1.0/#
13
Five Stars

14
Linked Data Principles
A set of best practices for publishing and
interlinking structured data on the Web
Sharing structured data on global scale
Access, Discovery, Integration

Linked Data principles
Use URIs as names for things.
Use HTTP URIs, so that a client (machine or
human reader) can look up those names.
When someone looks up a URI, provide useful
information, using the standards (RDF, SPARQL).
Include links to other URIs, so that they can
discover more things.

15
Naming Things with URIs

17
RDF in human-readable
format

Let’s Try http://biglynx.co.uk/people/matt-briggs

18
foaf, dc, skos, productions…: vocabulary
topic_interest, title, directed: vocabulary term
<rdf:Description rdf:about="http://biglynx.co.uk/people/matt-briggs">
<foaf:topic_interest rdf:resource="http://dbpedia.org/resource/Wildlife_photography"/>
<foaf:name> Matt Briggs </foaf:name>
<foaf:isPrimaryTopicOf rdf:resource="http://biglynx.co.uk/people/matt-briggs.rdf"/>
<foaf:based_near rdf:resource="http://sws.geonames.org/3333125/"/>
<foaf:based_near rdf:resource="http://dbpedia.org/resource/Birmingham"/>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdf:type rdf:resource="http://biglynx.co.uk/vocab/productions#Director"/>
<rel:employedBy rdf:resource="http://biglynx.co.uk/people/dave-smith"/>
<productions:directed rdf:resource="http://biglynx.co.uk/productions/pacific-sharks"/>
</rdf:Description>
…
</rdf:RDF>

RDF in XML format
19
Including Links to Other Things
Set RDF links pointing into other data sources
on the Web
Glue that connects data islands into a global,
interconnected data space
Enable applications to discover additional data
sources

Three types of RDF links
Relationship Links
Identity Links
Vocabulary Links
22
http://dbpedia.org/page/Chien-Ming_Wang

24
26
28
WEB OF DATA – RESULTS OF
LINKED DATA
29
LOD Data Cloud as of
September 2011

30
Topology of the Web of Data
Domain

Number of
datasets
25
31
49
87
41

Media
Geographic
Government
Publications
Crossdomain
Life sciences 41
User20
generated
content
295

Triples

%

(Out-)Links

%

1,841,852,061
6,145,532,484
13,315,009,400
2,950,720,693
4,184,635,715

5.82 %
19.43 %
42.09 %
9.33 %
13.23 %

50,440,705
35,812,328
19,343,519
139,925,218
63,183,065

10.01 %
7.11 %
3.84 %
27.76 %
12.54 %

3,036,336,004
134,127,413

9.60 %
0.42 %

191,844,090
3,449,143

38.06 %
0.68 %

31,634,213,770

503,998,829

31
Cross-Domain Data
DBpedia
A data set automatically extracted from publicly
available Wikipedia dumps.
http://en.wikipedia.org/wiki/Birmingham 
http://dbpedia.org/resource/Birmingham

Freebase, UMBEL, YAGO, and OpenCyc

32
Geographic Data
Geonames
An open-license geographical database that
publishes Linked Data about 8 million locations

LinkedGeoData
A Linked Data conversion of data from
the OpenStreetMap project
Interlinking between Geonames, LinkedGeoData,
and DBpedia

Linked data versions of EuroStat, World
Factbook, US Census data sets
33
LinkedGeoData Browser

34
Media Data
British Broadcasting Corporation (BBC)
http://www.bbc.co.uk/programmes
http://www.bbc.co.uk/music
http://bbc.openlinksw.com/

New York Times
http://data.nytimes.com/

Thomas Reuters: Calais
http://www.opencalais.com/

35
36
Libraries and Education
VIAF
http://viaf.org/

American LC (Subject Heading)
http://id.loc.gov/authorities/subjects/sh85042531

OpenLibrary
http://openlibrary.org/

DBLP
http://www.informatik.uni-trier.de/~ley/db/

Talis Aspire
http://www.talisaspire.com/

WorldCat

37
VIAF

38
OpenLibrary

39
WorldCat

40
dblp

41
ACCESS, DISCOVERY,
INTEGRATION
42
Open Metadata Registry

43
CKAN Registry

44
Linked Data SE – Falcons

45
Linked Data Browser -- Sig.Ma

46
Revyu

47
IMPLEMENTATION
FRAMEWORK
48
Plan Your Linked Data
Define your model
URI, resources, relationships

Select or define your metadata terms
Terms should be defined using an RDF-based
standard (RDF or OWL)

Select or define any controlled vocabularies
Each list of terms will be described in an RDFcompatible format (such as SKOS)

Create links from your data (terms) to related
data (terms) on the Web
49
Schema.org

50
Patterns in a Nutshell

51
START THINKING YOUR
APPLICATIONS
52
Publishing Linked Data
Enrich the Web of Data
Library catalog
Digital archives
「NBINet臺灣書目控制工作小組(權威建置)」  姓
名權威、VIAF
《中文圖書分類法》、《中文主題詞表》
《全國新書資訊月刊》的書評、讀書人語,以及各
種得獎紀錄
…

53
Consuming Linked Data
Enrich your library catalog
Browse catalog by classification
FRBRization
Union Catalog
…

54
Enrich your catalog

55
Google Knowledge Graph

56
Browse by Classification
圖片來源:玄奘大學圖書館

57
Your E-Portfolio
個人
資訊
個人
能力

職涯
規劃
目標

獎助學
金紀錄

任職
紀錄
專業
發展
專業
認證

研習
紀錄
反思
回饋

表現
評估

58
59
Conclusion and Issues
Linked Data is a set of best practices to
realize Semantic Web
Linked Data improves the access, discovery,
and integration of Web data by using open
standards
Linked Data  Linked Open Data  Big Data

60
Conclusion and Issues (Cont.)
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

Issues
Where to find relevant datasets
How to build links automatically
Killer applications
Quality

61

Mais conteúdo relacionado

Mais procurados

Mind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingMind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingSimeon Warner
 
An Overview of the OAI Object Reuse and Exchange Interoperability Framework
An Overview of the OAI Object Reuse and Exchange Interoperability FrameworkAn Overview of the OAI Object Reuse and Exchange Interoperability Framework
An Overview of the OAI Object Reuse and Exchange Interoperability FrameworkHerbert Van de Sompel
 
Riding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information accessRiding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information accessdatacite
 
Open Knowledge Foundation Edinburgh meet-up #3
Open Knowledge Foundation Edinburgh meet-up #3Open Knowledge Foundation Edinburgh meet-up #3
Open Knowledge Foundation Edinburgh meet-up #3Gill Hamilton
 
News from the DOI and DataCite Community
News from the DOI and DataCite CommunityNews from the DOI and DataCite Community
News from the DOI and DataCite CommunityFrauke Ziedorn
 
IFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round tableIFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round tableFigoblog
 
Open Data: Sharing the Main Actor of a Scientific Story - Paola Masuzzo
Open Data: Sharing the Main Actor of a Scientific Story - Paola MasuzzoOpen Data: Sharing the Main Actor of a Scientific Story - Paola Masuzzo
Open Data: Sharing the Main Actor of a Scientific Story - Paola MasuzzoOpenAIRE
 
towards interoperable archives: the Universal Preprint Service initiative
towards interoperable archives:  the Universal Preprint Service initiativetowards interoperable archives:  the Universal Preprint Service initiative
towards interoperable archives: the Universal Preprint Service initiativeHerbert Van de Sompel
 
Recommendation to the EU Hearing on Access to and Preservation of Scientific ...
Recommendation to the EU Hearing on Access to and Preservation of Scientific ...Recommendation to the EU Hearing on Access to and Preservation of Scientific ...
Recommendation to the EU Hearing on Access to and Preservation of Scientific ...EDINA, University of Edinburgh
 
Web Data Management with RDF
Web Data Management with RDFWeb Data Management with RDF
Web Data Management with RDFM. Tamer Özsu
 
Collaboration to Curation: The High Rise Project meets Edinburgh DataShare
Collaboration to Curation: The High Rise Project meets Edinburgh DataShareCollaboration to Curation: The High Rise Project meets Edinburgh DataShare
Collaboration to Curation: The High Rise Project meets Edinburgh DataShareEDINA, University of Edinburgh
 
Linked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsLinked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsJon Voss
 
From Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataFrom Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataDongpo Deng
 
20130805 Activating Linked Open Data in Libraries Archives and Museums
20130805 Activating Linked Open Data in Libraries Archives and Museums20130805 Activating Linked Open Data in Libraries Archives and Museums
20130805 Activating Linked Open Data in Libraries Archives and Museumsandrea huang
 
AddressingHistory - Crowdsourcing historical data and maps
AddressingHistory - Crowdsourcing historical data and mapsAddressingHistory - Crowdsourcing historical data and maps
AddressingHistory - Crowdsourcing historical data and mapsEDINA, University of Edinburgh
 
Demo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open DataDemo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open DataStefan Dietze
 

Mais procurados (20)

Mind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvestingMind the gap! Reflections on the state of repository data harvesting
Mind the gap! Reflections on the state of repository data harvesting
 
An Overview of the OAI Object Reuse and Exchange Interoperability Framework
An Overview of the OAI Object Reuse and Exchange Interoperability FrameworkAn Overview of the OAI Object Reuse and Exchange Interoperability Framework
An Overview of the OAI Object Reuse and Exchange Interoperability Framework
 
Riding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information accessRiding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information access
 
Open Knowledge Foundation Edinburgh meet-up #3
Open Knowledge Foundation Edinburgh meet-up #3Open Knowledge Foundation Edinburgh meet-up #3
Open Knowledge Foundation Edinburgh meet-up #3
 
News from the DOI and DataCite Community
News from the DOI and DataCite CommunityNews from the DOI and DataCite Community
News from the DOI and DataCite Community
 
IFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round tableIFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round table
 
UKLA Update On Activities
UKLA Update On ActivitiesUKLA Update On Activities
UKLA Update On Activities
 
Open Data: Sharing the Main Actor of a Scientific Story - Paola Masuzzo
Open Data: Sharing the Main Actor of a Scientific Story - Paola MasuzzoOpen Data: Sharing the Main Actor of a Scientific Story - Paola Masuzzo
Open Data: Sharing the Main Actor of a Scientific Story - Paola Masuzzo
 
towards interoperable archives: the Universal Preprint Service initiative
towards interoperable archives:  the Universal Preprint Service initiativetowards interoperable archives:  the Universal Preprint Service initiative
towards interoperable archives: the Universal Preprint Service initiative
 
Ukla uksg 2013_final
Ukla uksg 2013_finalUkla uksg 2013_final
Ukla uksg 2013_final
 
Cornell 2011 05-13
Cornell 2011 05-13Cornell 2011 05-13
Cornell 2011 05-13
 
Recommendation to the EU Hearing on Access to and Preservation of Scientific ...
Recommendation to the EU Hearing on Access to and Preservation of Scientific ...Recommendation to the EU Hearing on Access to and Preservation of Scientific ...
Recommendation to the EU Hearing on Access to and Preservation of Scientific ...
 
Web Data Management with RDF
Web Data Management with RDFWeb Data Management with RDF
Web Data Management with RDF
 
Collaboration to Curation: The High Rise Project meets Edinburgh DataShare
Collaboration to Curation: The High Rise Project meets Edinburgh DataShareCollaboration to Curation: The High Rise Project meets Edinburgh DataShare
Collaboration to Curation: The High Rise Project meets Edinburgh DataShare
 
Linked Data
Linked DataLinked Data
Linked Data
 
Linked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsLinked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & Museums
 
From Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataFrom Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental Data
 
20130805 Activating Linked Open Data in Libraries Archives and Museums
20130805 Activating Linked Open Data in Libraries Archives and Museums20130805 Activating Linked Open Data in Libraries Archives and Museums
20130805 Activating Linked Open Data in Libraries Archives and Museums
 
AddressingHistory - Crowdsourcing historical data and maps
AddressingHistory - Crowdsourcing historical data and mapsAddressingHistory - Crowdsourcing historical data and maps
AddressingHistory - Crowdsourcing historical data and maps
 
Demo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open DataDemo: Profiling & Exploration of Linked Open Data
Demo: Profiling & Exploration of Linked Open Data
 

Destaque

Code refactoring with symfony2
Code refactoring with symfony2Code refactoring with symfony2
Code refactoring with symfony2Su Jan
 
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data SourcesVirtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sourcesrumito
 
館際合作趨勢
館際合作趨勢館際合作趨勢
館際合作趨勢皓仁 柯
 
圖書館資源探索系統 學會研習班
圖書館資源探索系統 學會研習班圖書館資源探索系統 學會研習班
圖書館資源探索系統 學會研習班皓仁 柯
 
ORCID Implementation in National Taiwan Normal University (NTNU)
ORCID Implementation in National Taiwan Normal University (NTNU)ORCID Implementation in National Taiwan Normal University (NTNU)
ORCID Implementation in National Taiwan Normal University (NTNU)皓仁 柯
 
Orcid發展與應用
Orcid發展與應用Orcid發展與應用
Orcid發展與應用皓仁 柯
 
資源探索服務之功能評估指標
資源探索服務之功能評估指標資源探索服務之功能評估指標
資源探索服務之功能評估指標皓仁 柯
 
圖資領域研究計畫分析(唐牧群教授)
圖資領域研究計畫分析(唐牧群教授)圖資領域研究計畫分析(唐牧群教授)
圖資領域研究計畫分析(唐牧群教授)皓仁 柯
 
我的生活我的圖書館
我的生活我的圖書館我的生活我的圖書館
我的生活我的圖書館皓仁 柯
 
從鏡射站到長期保存
從鏡射站到長期保存從鏡射站到長期保存
從鏡射站到長期保存皓仁 柯
 
ORCID是甚麼?
ORCID是甚麼?ORCID是甚麼?
ORCID是甚麼?皓仁 柯
 
兩岸公共圖書館環境改善成效評估之研究
兩岸公共圖書館環境改善成效評估之研究兩岸公共圖書館環境改善成效評估之研究
兩岸公共圖書館環境改善成效評估之研究皓仁 柯
 
OA 精神的實踐與聯盟成立的意義
 OA 精神的實踐與聯盟成立的意義 OA 精神的實踐與聯盟成立的意義
OA 精神的實踐與聯盟成立的意義皓仁 柯
 
01校史經營發展趨勢簡報 臺北教師研習班
01校史經營發展趨勢簡報 臺北教師研習班01校史經營發展趨勢簡報 臺北教師研習班
01校史經營發展趨勢簡報 臺北教師研習班皓仁 柯
 
電子資源使用評估
電子資源使用評估電子資源使用評估
電子資源使用評估皓仁 柯
 
變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢皓仁 柯
 
變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢皓仁 柯
 
國立臺灣師範大學圖書館香港參訪心得
國立臺灣師範大學圖書館香港參訪心得國立臺灣師範大學圖書館香港參訪心得
國立臺灣師範大學圖書館香港參訪心得皓仁 柯
 
行動與雲端科技在圖書館的應用
行動與雲端科技在圖書館的應用行動與雲端科技在圖書館的應用
行動與雲端科技在圖書館的應用皓仁 柯
 

Destaque (20)

Code refactoring with symfony2
Code refactoring with symfony2Code refactoring with symfony2
Code refactoring with symfony2
 
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data SourcesVirtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
 
創用CC 2014
創用CC 2014創用CC 2014
創用CC 2014
 
館際合作趨勢
館際合作趨勢館際合作趨勢
館際合作趨勢
 
圖書館資源探索系統 學會研習班
圖書館資源探索系統 學會研習班圖書館資源探索系統 學會研習班
圖書館資源探索系統 學會研習班
 
ORCID Implementation in National Taiwan Normal University (NTNU)
ORCID Implementation in National Taiwan Normal University (NTNU)ORCID Implementation in National Taiwan Normal University (NTNU)
ORCID Implementation in National Taiwan Normal University (NTNU)
 
Orcid發展與應用
Orcid發展與應用Orcid發展與應用
Orcid發展與應用
 
資源探索服務之功能評估指標
資源探索服務之功能評估指標資源探索服務之功能評估指標
資源探索服務之功能評估指標
 
圖資領域研究計畫分析(唐牧群教授)
圖資領域研究計畫分析(唐牧群教授)圖資領域研究計畫分析(唐牧群教授)
圖資領域研究計畫分析(唐牧群教授)
 
我的生活我的圖書館
我的生活我的圖書館我的生活我的圖書館
我的生活我的圖書館
 
從鏡射站到長期保存
從鏡射站到長期保存從鏡射站到長期保存
從鏡射站到長期保存
 
ORCID是甚麼?
ORCID是甚麼?ORCID是甚麼?
ORCID是甚麼?
 
兩岸公共圖書館環境改善成效評估之研究
兩岸公共圖書館環境改善成效評估之研究兩岸公共圖書館環境改善成效評估之研究
兩岸公共圖書館環境改善成效評估之研究
 
OA 精神的實踐與聯盟成立的意義
 OA 精神的實踐與聯盟成立的意義 OA 精神的實踐與聯盟成立的意義
OA 精神的實踐與聯盟成立的意義
 
01校史經營發展趨勢簡報 臺北教師研習班
01校史經營發展趨勢簡報 臺北教師研習班01校史經營發展趨勢簡報 臺北教師研習班
01校史經營發展趨勢簡報 臺北教師研習班
 
電子資源使用評估
電子資源使用評估電子資源使用評估
電子資源使用評估
 
變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢
 
變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢變動環境下的學術圖書館發展趨勢
變動環境下的學術圖書館發展趨勢
 
國立臺灣師範大學圖書館香港參訪心得
國立臺灣師範大學圖書館香港參訪心得國立臺灣師範大學圖書館香港參訪心得
國立臺灣師範大學圖書館香港參訪心得
 
行動與雲端科技在圖書館的應用
行動與雲端科技在圖書館的應用行動與雲端科技在圖書館的應用
行動與雲端科技在圖書館的應用
 

Semelhante a 鏈結資料在圖書館的應用20131107

Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGChris Ewing
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearchTope Omitola
 
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
 
Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)Oscar Corcho
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
Information Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudInformation Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudDhaval Thakker
 
Applications of xml, semantic web or linked data in Library/Information Servi...
Applications of xml, semantic web or linked data in Library/Information Servi...Applications of xml, semantic web or linked data in Library/Information Servi...
Applications of xml, semantic web or linked data in Library/Information Servi...Nurhazman Abdul Aziz
 
The Web of data and web data commons
The Web of data and web data commonsThe Web of data and web data commons
The Web of data and web data commonsJesse Wang
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesJohn Breslin
 
Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityunivTope Omitola
 
Future of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic WebFuture of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic Webis20090
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13Kristi Holmes
 
Doing Clever Things with the Semantic Web
Doing Clever Things with the Semantic WebDoing Clever Things with the Semantic Web
Doing Clever Things with the Semantic WebMathieu d'Aquin
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark GreavesMediabistro
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked DataOscar Corcho
 
Providing geospatial information as Linked Open Data
Providing geospatial information as Linked Open DataProviding geospatial information as Linked Open Data
Providing geospatial information as Linked Open DataPat Kenny
 
RDFa From Theory to Practice
RDFa From Theory to PracticeRDFa From Theory to Practice
RDFa From Theory to PracticeAdrian Stevenson
 

Semelhante a 鏈結資料在圖書館的應用20131107 (20)

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 Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIG
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearch
 
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
 
Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)
 
Linked Data
Linked DataLinked Data
Linked Data
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Information Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudInformation Extraction and Linked Data Cloud
Information Extraction and Linked Data Cloud
 
Applications of xml, semantic web or linked data in Library/Information Servi...
Applications of xml, semantic web or linked data in Library/Information Servi...Applications of xml, semantic web or linked data in Library/Information Servi...
Applications of xml, semantic web or linked data in Library/Information Servi...
 
The Web of data and web data commons
The Web of data and web data commonsThe Web of data and web data commons
The Web of data and web data commons
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information Spaces
 
Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityuniv
 
Future of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic WebFuture of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic Web
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13
 
Doing Clever Things with the Semantic Web
Doing Clever Things with the Semantic WebDoing Clever Things with the Semantic Web
Doing Clever Things with the Semantic Web
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark Greaves
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked Data
 
Providing geospatial information as Linked Open Data
Providing geospatial information as Linked Open DataProviding geospatial information as Linked Open Data
Providing geospatial information as Linked Open Data
 
RDFa From Theory to Practice
RDFa From Theory to PracticeRDFa From Theory to Practice
RDFa From Theory to Practice
 

Mais de 皓仁 柯

未來圖書資訊學教育--IFLA Guidelines
未來圖書資訊學教育--IFLA Guidelines未來圖書資訊學教育--IFLA Guidelines
未來圖書資訊學教育--IFLA Guidelines皓仁 柯
 
研究資料管理面面觀.pptx
研究資料管理面面觀.pptx研究資料管理面面觀.pptx
研究資料管理面面觀.pptx皓仁 柯
 
Simple template
Simple templateSimple template
Simple template皓仁 柯
 
國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告
國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告
國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告皓仁 柯
 
Academic Libraries in a Post COVID-19 World: NTNU Case
Academic Libraries in a Post COVID-19 World: NTNU CaseAcademic Libraries in a Post COVID-19 World: NTNU Case
Academic Libraries in a Post COVID-19 World: NTNU Case皓仁 柯
 
同步與非同步教學案例分享 – 師生互動與學習者之間互動
同步與非同步教學案例分享 – 師生互動與學習者之間互動同步與非同步教學案例分享 – 師生互動與學習者之間互動
同步與非同步教學案例分享 – 師生互動與學習者之間互動皓仁 柯
 
新時代的公共圖書館
新時代的公共圖書館新時代的公共圖書館
新時代的公共圖書館皓仁 柯
 
人耶?鬼耶?談日本妖怪小說
人耶?鬼耶?談日本妖怪小說人耶?鬼耶?談日本妖怪小說
人耶?鬼耶?談日本妖怪小說皓仁 柯
 
學術傳播與學術圖書館
學術傳播與學術圖書館學術傳播與學術圖書館
學術傳播與學術圖書館皓仁 柯
 
新世代大學圖書館空間設計理念與空間改造經驗談
新世代大學圖書館空間設計理念與空間改造經驗談新世代大學圖書館空間設計理念與空間改造經驗談
新世代大學圖書館空間設計理念與空間改造經驗談皓仁 柯
 
批改學位論文的甘苦談
批改學位論文的甘苦談批改學位論文的甘苦談
批改學位論文的甘苦談皓仁 柯
 
電子資源使用評估
電子資源使用評估電子資源使用評估
電子資源使用評估皓仁 柯
 
模仿犯導讀~兼談推理小說
模仿犯導讀~兼談推理小說模仿犯導讀~兼談推理小說
模仿犯導讀~兼談推理小說皓仁 柯
 
我的金庸閱讀
我的金庸閱讀我的金庸閱讀
我的金庸閱讀皓仁 柯
 
開放取用發展趨勢
開放取用發展趨勢開放取用發展趨勢
開放取用發展趨勢皓仁 柯
 
Project counter r5
Project counter r5Project counter r5
Project counter r5皓仁 柯
 
Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...
Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...
Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...皓仁 柯
 
Open library data and embrace the world library linked data
Open library data and embrace the world library linked dataOpen library data and embrace the world library linked data
Open library data and embrace the world library linked data皓仁 柯
 
資訊開放取用趨勢
資訊開放取用趨勢資訊開放取用趨勢
資訊開放取用趨勢皓仁 柯
 
數位保存的趨勢與實務
數位保存的趨勢與實務數位保存的趨勢與實務
數位保存的趨勢與實務皓仁 柯
 

Mais de 皓仁 柯 (20)

未來圖書資訊學教育--IFLA Guidelines
未來圖書資訊學教育--IFLA Guidelines未來圖書資訊學教育--IFLA Guidelines
未來圖書資訊學教育--IFLA Guidelines
 
研究資料管理面面觀.pptx
研究資料管理面面觀.pptx研究資料管理面面觀.pptx
研究資料管理面面觀.pptx
 
Simple template
Simple templateSimple template
Simple template
 
國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告
國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告
國家圖書館「健全直轄市立圖書館營運體制及建立公共圖書館協調管理組織體系先期規劃」 期末報告
 
Academic Libraries in a Post COVID-19 World: NTNU Case
Academic Libraries in a Post COVID-19 World: NTNU CaseAcademic Libraries in a Post COVID-19 World: NTNU Case
Academic Libraries in a Post COVID-19 World: NTNU Case
 
同步與非同步教學案例分享 – 師生互動與學習者之間互動
同步與非同步教學案例分享 – 師生互動與學習者之間互動同步與非同步教學案例分享 – 師生互動與學習者之間互動
同步與非同步教學案例分享 – 師生互動與學習者之間互動
 
新時代的公共圖書館
新時代的公共圖書館新時代的公共圖書館
新時代的公共圖書館
 
人耶?鬼耶?談日本妖怪小說
人耶?鬼耶?談日本妖怪小說人耶?鬼耶?談日本妖怪小說
人耶?鬼耶?談日本妖怪小說
 
學術傳播與學術圖書館
學術傳播與學術圖書館學術傳播與學術圖書館
學術傳播與學術圖書館
 
新世代大學圖書館空間設計理念與空間改造經驗談
新世代大學圖書館空間設計理念與空間改造經驗談新世代大學圖書館空間設計理念與空間改造經驗談
新世代大學圖書館空間設計理念與空間改造經驗談
 
批改學位論文的甘苦談
批改學位論文的甘苦談批改學位論文的甘苦談
批改學位論文的甘苦談
 
電子資源使用評估
電子資源使用評估電子資源使用評估
電子資源使用評估
 
模仿犯導讀~兼談推理小說
模仿犯導讀~兼談推理小說模仿犯導讀~兼談推理小說
模仿犯導讀~兼談推理小說
 
我的金庸閱讀
我的金庸閱讀我的金庸閱讀
我的金庸閱讀
 
開放取用發展趨勢
開放取用發展趨勢開放取用發展趨勢
開放取用發展趨勢
 
Project counter r5
Project counter r5Project counter r5
Project counter r5
 
Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...
Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...
Call for Participation Doctoral Consortium at International Forum 2019 ICADL ...
 
Open library data and embrace the world library linked data
Open library data and embrace the world library linked dataOpen library data and embrace the world library linked data
Open library data and embrace the world library linked data
 
資訊開放取用趨勢
資訊開放取用趨勢資訊開放取用趨勢
資訊開放取用趨勢
 
數位保存的趨勢與實務
數位保存的趨勢與實務數位保存的趨勢與實務
數位保存的趨勢與實務
 

Último

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 

Último (20)

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
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
 
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
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 

鏈結資料在圖書館的應用20131107

  • 1. Linked Data for Libraries Hao-Ren Ke National Taiwan Normal University 1
  • 2. Outline Semantic Web Overview Principles of Linked Data Web of Data – Results of Linked Data Implementation Framework Start thinking your applications Conclusion 2
  • 3. 鏈結(開放)資料 鏈結(開放)資料 = Linked (Open) Data, L(O)D Linked Data is a set of best practices to publish and link structured data on the Web Linked data realizes Semantic Web (Web 3.0) 3
  • 5. Weaving the Web – Vision of Tim Berners-Lee The first step is putting data on the Web in a form that machines can naturally understand, or converting it to that form. This creates what I call a Semantic Web (SW) – a web of data that can be processed directly or indirectly by machines -- Tim Berners-Lee Weaving the Web, Harper San Francisco, 1999 Require that there be a machineunderstandable semantics for some or all of the information presented in the WWW Berners-Lee, T. (2000). Weaving the Web: The original design and ultimate destiny of the World Wide Web. Harper Business, 1st edition. 5
  • 6. Original Web Proposal to CERN Encompass additional metadata above and beyond what is currently in the Web. This additional metadata is needed for machines to be able to process information on the Web 6
  • 7. Definition of Semantic Web The Semantic Web is a Web that is able to describe things in a way that computers can understand The Beatles was a popular band from Liverpool. John Lennon was a member of the Beatles. The Semantic Web is not about links between web pages. The Semantic Web describes the relationships between things and the properties of things An infrastructure enables machines to COMPREHEND semantic documents and 7 data
  • 8. What achieves the Semantic Web? 8
  • 9. Basic RDF Model A model for describing resources named properties property values (resource, property, value) 9
  • 10. Meta-online Store – Findbook.tw 10
  • 13. PRINCIPLES OF LINKED DATA http://linkeddatabook.com/editions/1.0/# 13
  • 15. Linked Data Principles A set of best practices for publishing and interlinking structured data on the Web Sharing structured data on global scale Access, Discovery, Integration Linked Data principles Use URIs as names for things. Use HTTP URIs, so that a client (machine or human reader) can look up those names. When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL). Include links to other URIs, so that they can discover more things. 15
  • 17. RDF in human-readable format Let’s Try http://biglynx.co.uk/people/matt-briggs 18
  • 18. foaf, dc, skos, productions…: vocabulary topic_interest, title, directed: vocabulary term <rdf:Description rdf:about="http://biglynx.co.uk/people/matt-briggs"> <foaf:topic_interest rdf:resource="http://dbpedia.org/resource/Wildlife_photography"/> <foaf:name> Matt Briggs </foaf:name> <foaf:isPrimaryTopicOf rdf:resource="http://biglynx.co.uk/people/matt-briggs.rdf"/> <foaf:based_near rdf:resource="http://sws.geonames.org/3333125/"/> <foaf:based_near rdf:resource="http://dbpedia.org/resource/Birmingham"/> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> <rdf:type rdf:resource="http://biglynx.co.uk/vocab/productions#Director"/> <rel:employedBy rdf:resource="http://biglynx.co.uk/people/dave-smith"/> <productions:directed rdf:resource="http://biglynx.co.uk/productions/pacific-sharks"/> </rdf:Description> … </rdf:RDF> RDF in XML format 19
  • 19. Including Links to Other Things Set RDF links pointing into other data sources on the Web Glue that connects data islands into a global, interconnected data space Enable applications to discover additional data sources Three types of RDF links Relationship Links Identity Links Vocabulary Links 22
  • 21. 26
  • 22. 28
  • 23. WEB OF DATA – RESULTS OF LINKED DATA 29
  • 24. LOD Data Cloud as of September 2011 30
  • 25. Topology of the Web of Data Domain Number of datasets 25 31 49 87 41 Media Geographic Government Publications Crossdomain Life sciences 41 User20 generated content 295 Triples % (Out-)Links % 1,841,852,061 6,145,532,484 13,315,009,400 2,950,720,693 4,184,635,715 5.82 % 19.43 % 42.09 % 9.33 % 13.23 % 50,440,705 35,812,328 19,343,519 139,925,218 63,183,065 10.01 % 7.11 % 3.84 % 27.76 % 12.54 % 3,036,336,004 134,127,413 9.60 % 0.42 % 191,844,090 3,449,143 38.06 % 0.68 % 31,634,213,770 503,998,829 31
  • 26. Cross-Domain Data DBpedia A data set automatically extracted from publicly available Wikipedia dumps. http://en.wikipedia.org/wiki/Birmingham  http://dbpedia.org/resource/Birmingham Freebase, UMBEL, YAGO, and OpenCyc 32
  • 27. Geographic Data Geonames An open-license geographical database that publishes Linked Data about 8 million locations LinkedGeoData A Linked Data conversion of data from the OpenStreetMap project Interlinking between Geonames, LinkedGeoData, and DBpedia Linked data versions of EuroStat, World Factbook, US Census data sets 33
  • 29. Media Data British Broadcasting Corporation (BBC) http://www.bbc.co.uk/programmes http://www.bbc.co.uk/music http://bbc.openlinksw.com/ New York Times http://data.nytimes.com/ Thomas Reuters: Calais http://www.opencalais.com/ 35
  • 30. 36
  • 31. Libraries and Education VIAF http://viaf.org/ American LC (Subject Heading) http://id.loc.gov/authorities/subjects/sh85042531 OpenLibrary http://openlibrary.org/ DBLP http://www.informatik.uni-trier.de/~ley/db/ Talis Aspire http://www.talisaspire.com/ WorldCat 37
  • 39. Linked Data SE – Falcons 45
  • 40. Linked Data Browser -- Sig.Ma 46
  • 43. Plan Your Linked Data Define your model URI, resources, relationships Select or define your metadata terms Terms should be defined using an RDF-based standard (RDF or OWL) Select or define any controlled vocabularies Each list of terms will be described in an RDFcompatible format (such as SKOS) Create links from your data (terms) to related data (terms) on the Web 49
  • 45. Patterns in a Nutshell 51
  • 47. Publishing Linked Data Enrich the Web of Data Library catalog Digital archives 「NBINet臺灣書目控制工作小組(權威建置)」  姓 名權威、VIAF 《中文圖書分類法》、《中文主題詞表》 《全國新書資訊月刊》的書評、讀書人語,以及各 種得獎紀錄 … 53
  • 48. Consuming Linked Data Enrich your library catalog Browse catalog by classification FRBRization Union Catalog … 54
  • 53. 59
  • 54. Conclusion and Issues Linked Data is a set of best practices to realize Semantic Web Linked Data improves the access, discovery, and integration of Web data by using open standards Linked Data  Linked Open Data  Big Data 60
  • 55. Conclusion and Issues (Cont.) 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 Issues Where to find relevant datasets How to build links automatically Killer applications Quality 61