SlideShare a Scribd company logo
도서관과 Linked Data
•
•
•
도서관과 Linked Data
•
•
–
–
•
–
webpage
webpage
webpage
hyperlink
hyperlink
hyperlink
도서관과 Linked Data
도서관과 Linked Data
•
–
•
Cars.com
AutoTrader.com
same
information,
but …
WWW
+
?정보의 재사용!!!
도서관과 Linked Data
•
–
•
– 
– 
– 
– 
The Web was designed as an information space,
with the goal that it should be useful not only
for human-human communication, but also that
machines would be able to participate and
help.
Semantic Web Road map
1998/10/14
12
•
–
•
–
WWW
+
WWW
도서관과 Linked Data
Linked Open Data
웹을 통해
사람과 기계가
읽고 처리할 수 있는 형태로
데이터에 대한 정보를
기술(description)
웹 페이지가 서로 연결된 것처럼
데이터들끼리 다양한 관계에 의해
연결되어 있는 형태
URI를 이용해서
누구나 데이터에 접근할 수 있으며
데이터에 대한 정보를 제공
도서관과 Linked Data
•
•
•
•
도서관과 Linked Data
도서관과 Linked Data
도서관과 Linked Data
문서 내부의
구조화된 콘텐츠를
기계가 읽고 처리 가능한
형태로 표기하기 위한
기본적인 요소
웹 상에 존재하는
자원에 대한 정보와
자원들 사이의 관계를
기술하기 위한 프레임워크
RDF 기반 자원의
속성과 클래스의 구조를
기술하기 위한 용어집
RDF 기반의
질의 언어 및 프로토콜
웹에 존재하는 자원들을 식별하기 위해 사용되는 문자열
•
식별하기 위해서
현실에서는 … 웹에서는 …
주민등록번호
861002-1052747
URI
http://semantics.kr/MyungjinLee
•
“이명진은 유라의 남편이다”를 RDF로 기술하면?
hasWife
http://semantics.kr/myungjinlee http://semantics.kr/yura
http://semantics.kr/rel/hasWife
Subject
URI reference
Predicate
URI reference
Object
URI reference or Literal
Triple
도서관과 Linked Data
•
–
–
•
–
–
•
–
–
•
–
–
<http://en.wikipedia.org/wiki/Tony_Benn> <http://purl.org/dc/elements/1.1/title> "Tony Benn" .
<http://en.wikipedia.org/wiki/Tony_Benn> <http://purl.org/dc/elements/1.1/publisher> "Wikipedia" .
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description rdf:about="http://en.wikipedia.org/wiki/Tony_Benn">
<dc:title>Tony Benn</dc:title>
<dc:publisher>Wikipedia</dc:publisher>
</rdf:Description>
</rdf:RDF>
@prefix dc: <http://purl.org/dc/elements/1.1/>.
<http://en.wikipedia.org/wiki/Tony_Benn> dc:title "Tony Benn";
dc:publisher "Wikipedia".
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ex: <http://example.org/stuff/1.0/> .
<http://www.w3.org/TR/rdf-syntax-grammar>
dc:title "RDF/XML Syntax Specification (Revised)" ;
ex:editor [ ex:fullname "Dave Beckett";
ex:homePage <http://purl.org/net/dajobe/>
] .
N-Triple
RDF/XML
N3
Turtle
•
–
–
–
has wife
♂ ♀
is a is a
Male Female

Person subset ofsubset of
car:Car
car:Vehicle
subset of
rdf:Property
car:body_styl
edomain
range
rdfs:Class
is a
is a
car:Style
is a
car:A6
is a
car:Sedan
is abody_style
RDF 데이터 구조에 대한 정의 부분
구조에 따른 RDF 데이터 부분
•
Man Woman
∩ = Ø
Person Person
descendant
Person
descendant
descendant
Husband Wife
1:1
_01 Action
hasGenre
ActionMovie
type
Genre
type
•
•
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name ?email
WHERE {
?person a foaf:Person.
?person foaf:name ?name.
?person foaf:mbox ?email.
} RDF Storage
?name ?email
Myungjin Lee mjlee@li-st.com
Gildong Hong
gildong@daum.ne
t
Grace Byun grace@naver.com
SPARQL
HTTP
HTTP
•
•
–
–
•
<x, y> is in IEXT(I(rdfs:subClassOf))
if and only if x and y are in IC
and ICEXT(x) is a subset of ICEXT(y)
car:Car
car:Vehicle
rdfs:subClassOf
car:A6
rdf:type
rdf:type
•
hasParenthasParent
hasWife
if hasParent(?x, ?y)
hasParent(?x, ?z)
Man(?y)
Woman(?z)
then hasWife(?y, ?z)
응용서비스
개발
사용자
LOD서비스
구축
데이터
구축
모델링
변환
저장
발행
데이터 접근 서비스 접근
데이터 조회
데이터 구축자
모델링 도구
온톨로지 모델링
RDF
변환 규칙 작성
RDF 변환
데이터베이스
R2RML
RDFS & OWL
URI & RDF
RDF Serialization
도서관과 Linked Data
•
–
•
–
–
•
•
•
–
–
–
•
•
LOD 서비스 제공자
RDF 적재
RDF
URI & RDF
RDF Serialization
SPARQL
트리플 저장소
데이터 연계
LOD 서비스 프레임워크
LOD 서비스
Linked Data Platform
발행
•
–
–
–
•
–
–
–
•
–
–
•
•
LOD 서비스
응용서비스 개발자
응용서비스 개발자
URI
RDF
Query Result
SPARQL
URI & RDF
SPARQL
SPARQL Query Result Format
도서관과 Linked Data
도서관과 Linked Data
SELECT ?s ?label
WHERE {
?s rdf:type bibo:Book .
?s dcterms:creator nl:KAC200108733 .
?s rdfs:label ?label .
}
•
–
•
–
–
•
•
•
URL url = new URL("http://lod.nl.go.kr/resource/KMO199523737");
URLConnection con = url.openConnection();
BufferedReader in = new BufferedReader(
new InputStreamReader(con.getInputStream()));
•
String endPoint = "http://lod.nl.go.kr/sparql";
String queryString =
"PREFIX dcterms: <http://purl.org/dc/terms/>"
+ "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>"
+ "PREFIX nlon: <http://lod.nl.go.kr/ontology/>"
+ "SELECT ?label"
+ "WHERE { "
+ "?s rdf:type <http://purl.org/ontology/bibo/Book>."
+ "?s dcterms:creator <http://lod.nl.go.kr/resource/KAC200108733> ."
+ "?s rdfs:label ?label ."
+ "} LIMIT 500";
Query query = QueryFactory.create(queryString);
QueryEngineHTTP httpQuery = new QueryEngineHTTP(endPoint, query);
ResultSet results = httpQuery.execSelect();
•
•
•
•
•
도서관과 Linked Data
Traditional Roles of Librarians Role of Librarians in the 21st
Custodian
Information Broker for both print and
electronic media
selects, organizes, and services print and other
media
identifies, retrieves, organizes, repackages and
provides electronic access to digital
information sources
Guide Change agent
assists users in searching and critically
evaluating relevant information sources
collaborates w/IT Services to design and
evaluate systems that would facilitate e-access
Public relations officer Facilitator
maintains good relationships with
management clients, other libraries, and
outside organizations
makes access easier, e.g. provides network
access, purchases softwares & e-journal
licenses
The Role of Librarians in the 21st Century, Mila M. Ramos
•
–
•
–
–
–
–
· , ,
, ,
· MARC, Z39.50
(natural-
language)
·
· MARC ISBN
· ,
URI
·
· statements", headings",
"authority control"
· ,
, LD
( , , )
․
․
․ (SEO)
․
( )
․
․
․
,
․
,
․ ,
,
.
( , )
․ ,
,
․
․ ,
( )
․ , HTTP
․ LD
, RDF, HTTP
•
–
•
•
–
•
•
–
•
•
•
–
•
•
도서관과 Linked Data
•
–
VirtualInternational
AuthorityFile(VIAF)
·URL:http://viaf.org
· :HTML,RDF/XML
DeweyDeciaml
Classification
·URL:http://dewey.info
· :HTML/RDFa,RDF/XML,Turtle,JSON-SPARQL
FAST:FacetApplicationof
Subject
·URL:id.worldcat.org/fast
· :HTML,RDF/XML-Download
•
–
•
•
•
•
•
–
•
•
•
•
•
•
•
•
•
•
•
•
•
•
–
•
•
도서관과 Linked Data
•
•
도서관과 Linked Data
도서관과 Linked Data
도서관과 Linked Data
12 28 45 95
203
295
570
1146
Datasets
•
•
•
•
•
도서관과 Linked Data
도서관과 Linked Data
•
도서관과 Linked Data
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•

More Related Content

PDF
LOD(Linked Open Data) Recommendations
PPTX
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
PPTX
The Semantic Web #10 - SPARQL
PDF
JSON-LD
PDF
Property graph vs. RDF Triplestore comparison in 2020
PDF
Debunking some “RDF vs. Property Graph” Alternative Facts
PPT
SemanticWeb Nuts 'n Bolts
PDF
Reasoning with Big Knowledge Graphs: Choices, Pitfalls and Proven Recipes
LOD(Linked Open Data) Recommendations
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
The Semantic Web #10 - SPARQL
JSON-LD
Property graph vs. RDF Triplestore comparison in 2020
Debunking some “RDF vs. Property Graph” Alternative Facts
SemanticWeb Nuts 'n Bolts
Reasoning with Big Knowledge Graphs: Choices, Pitfalls and Proven Recipes

What's hot (20)

PDF
[Webinar] FactForge Debuts: Trump World Data and Instant Ranking of Industry ...
PPTX
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
PPT
Semantic web an overview and projects
PPTX
Jarrar: SPARQL - RDF Query Language
PPTX
The Semantic Web #4 - RDF (1)
PPTX
Semantic Variation Graphs the case for RDF & SPARQL
PDF
Terminology Services
PPT
Semantic Web
PPTX
AAT LOD Microthesauri
PPTX
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
PDF
Jesús Barrasa
KEY
RDFa Introductory Course Session 2/4 How RDFa
PDF
An introduction to Semantic Web and Linked Data
PDF
[Conference] Cognitive Graph Analytics on Company Data and News
PPT
Introduction To RDF and RDFS
PDF
DHWI Linked Open Data - Show and Tell
PPTX
The Semantic Web #5 - RDF (2)
PPTX
Jarrar: RDF Stores -Challenges and Solutions
PPTX
The Semantic Data Web, Sören Auer, University of Leipzig
PPTX
RDF for PubMedCentral
[Webinar] FactForge Debuts: Trump World Data and Instant Ranking of Industry ...
Developing Linked Data and Semantic Web-based Applications (Expotec 2015)
Semantic web an overview and projects
Jarrar: SPARQL - RDF Query Language
The Semantic Web #4 - RDF (1)
Semantic Variation Graphs the case for RDF & SPARQL
Terminology Services
Semantic Web
AAT LOD Microthesauri
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Jesús Barrasa
RDFa Introductory Course Session 2/4 How RDFa
An introduction to Semantic Web and Linked Data
[Conference] Cognitive Graph Analytics on Company Data and News
Introduction To RDF and RDFS
DHWI Linked Open Data - Show and Tell
The Semantic Web #5 - RDF (2)
Jarrar: RDF Stores -Challenges and Solutions
The Semantic Data Web, Sören Auer, University of Leipzig
RDF for PubMedCentral
Ad

Similar to 도서관과 Linked Data (20)

PPT
Freire model api
PPTX
Linked data HHS 2015
PDF
Introduction to Restful Web Services
PPTX
Semantic web
KEY
Library Mashups & APIs
PPTX
Building Software Backend (Web API)
PPT
Semantic web: where are we now?
PPTX
btNOG 6: Next Generation Internet Registry Services - RDAP
PPTX
Linked Data MLA 2015
PPTX
Linked data MLA 2015
PDF
The Characteristics of a RESTful Semantic Web and Why They Are Important
PPT
Introduction to Google APIs
PPTX
Linked data for librarians
PPTX
Usage of Linked Data: Introduction and Application Scenarios
PDF
WebGUI And The Semantic Web
PDF
Apache Any23 - Anything to Triples
PPT
Linked Data Tutorial
PPTX
RESTful Web Service using Swagger
KEY
Linked services
PPTX
Intro to the semantic web (for libraries)
Freire model api
Linked data HHS 2015
Introduction to Restful Web Services
Semantic web
Library Mashups & APIs
Building Software Backend (Web API)
Semantic web: where are we now?
btNOG 6: Next Generation Internet Registry Services - RDAP
Linked Data MLA 2015
Linked data MLA 2015
The Characteristics of a RESTful Semantic Web and Why They Are Important
Introduction to Google APIs
Linked data for librarians
Usage of Linked Data: Introduction and Application Scenarios
WebGUI And The Semantic Web
Apache Any23 - Anything to Triples
Linked Data Tutorial
RESTful Web Service using Swagger
Linked services
Intro to the semantic web (for libraries)
Ad

More from Myungjin Lee (20)

PDF
지식그래프 개념과 활용방안 (Knowledge Graph - Introduction and Use Cases)
PDF
JSP 프로그래밍 #05 HTML과 JSP
PDF
JSP 프로그래밍 #04 JSP 의 기본
PDF
JSP 프로그래밍 #03 서블릿
PDF
JSP 프로그래밍 #02 서블릿과 JSP 시작하기
PDF
JSP 프로그래밍 #01 웹 프로그래밍
PDF
관광 지식베이스와 스마트 관광 서비스 (Knowledge base and Smart Tourism)
PDF
오픈 데이터와 인공지능
PDF
법령 온톨로지의 구축 및 검색
PDF
공공데이터, 현재 우리는?
PDF
LODAC 2017 Linked Open Data Workshop
PDF
Introduction of Deep Learning
PDF
쉽게 이해하는 LOD
PDF
서울시 열린데이터 광장 문화관광 분야 LOD 서비스
PDF
Interlinking for Linked Data
PDF
Linked Open Data Tutorial
PPTX
Linked Data Usecases
PDF
공공데이터와 Linked open data
PDF
공공데이터와 Linked open data
PPTX
Linked Data Modeling for Beginner
지식그래프 개념과 활용방안 (Knowledge Graph - Introduction and Use Cases)
JSP 프로그래밍 #05 HTML과 JSP
JSP 프로그래밍 #04 JSP 의 기본
JSP 프로그래밍 #03 서블릿
JSP 프로그래밍 #02 서블릿과 JSP 시작하기
JSP 프로그래밍 #01 웹 프로그래밍
관광 지식베이스와 스마트 관광 서비스 (Knowledge base and Smart Tourism)
오픈 데이터와 인공지능
법령 온톨로지의 구축 및 검색
공공데이터, 현재 우리는?
LODAC 2017 Linked Open Data Workshop
Introduction of Deep Learning
쉽게 이해하는 LOD
서울시 열린데이터 광장 문화관광 분야 LOD 서비스
Interlinking for Linked Data
Linked Open Data Tutorial
Linked Data Usecases
공공데이터와 Linked open data
공공데이터와 Linked open data
Linked Data Modeling for Beginner

Recently uploaded (20)

PPTX
Spectroscopy.pptx food analysis technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Machine learning based COVID-19 study performance prediction
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Empathic Computing: Creating Shared Understanding
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Spectroscopy.pptx food analysis technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
NewMind AI Weekly Chronicles - August'25 Week I
20250228 LYD VKU AI Blended-Learning.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Digital-Transformation-Roadmap-for-Companies.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
MIND Revenue Release Quarter 2 2025 Press Release
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Machine learning based COVID-19 study performance prediction
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
MYSQL Presentation for SQL database connectivity
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Network Security Unit 5.pdf for BCA BBA.
The Rise and Fall of 3GPP – Time for a Sabbatical?
Empathic Computing: Creating Shared Understanding
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx

도서관과 Linked Data