SlideShare a Scribd company logo
1 of 27
Download to read offline
Linked Data & Semantic Web Technology
서울 열린데이터 광장
문화관광 분야 LOD 서비스
Myungjin Lee
LiST
https://liberties.imgix.net/images/763e4092-8a61-4d4f-a4fc-7ab7c139cfad/150414_0001.png_effected.png?ixlib=rails-0.3.2&auto=format
&fit=crop&fm=jpg&h=600&lossless=true&q=60&trim=auto&w=1140&s=41331198ed45ab9a6bd3827010be2cb3
Linked Data & Semantic Web Technology
월드 와이드 웹 (World Wide Web)
HTML의 목적은 사람이 읽고 해석할 수 있는
연결된 문서를 만드는 것
Link Link
https://en.wikipedia.org/wiki/World_Wide_Web
http://www.w3.org/
http://www.w3.org/standards/semanticweb/
Linked Data & Semantic Web Technology
데이터가 중심이 되는 웹 (LOD)
세종문화회관
뮤지컬 그리스
광화문
2015-12-14
http://lod.seoul.go.kr/resource/Event/10014
시작일
장소
근처 지하철역
http://lod.seoul.go.kr/resource/Place/SejongHall
http://lod.seoul.go.kr/resource/SubwayStation/2021
http://schema.org/startDate
http://schema.org/location
http://lod.seoul.go.kr/ontology/nearestSubwayStation
Linked Data & Semantic Web Technology
Linked Open Data
웹을 통해
사람과 기계가
읽고 처리할 수 있는 형태로
데이터에 대한 정보를
기술(description)
웹 페이지가 서로 연결된 것처럼
데이터들끼리 다양한 관계에 의해
의미적으로 연결되어 있는 형태
URI를 이용해서
누구나 데이터에 접근할 수 있으며
데이터에 대한 정보를 제공
Linked Data & Semantic Web Technology
왜 LOD 인가?
1. 데이터의 URI만으로 데이터를 이용할 수 있다.
http://lod.seoul.go.kr/resource/SubwayStation/0159
RDF/XML
JSON-LD
Turtle
N3
…
Human-readable
Machine-readable
Linked Data & Semantic Web Technology
왜 LOD 인가?
2. 단편적 정보가 아닌 통합적 정보 제공
지하철 다국어 역명
공기질 측정 정보
첫차와 막차 정보
Linked Data & Semantic Web Technology
왜 LOD 인가?
3. 자유로운 데이터의 활용이 가능하다.
지하철역 정보 검색 Open API
요청인자: 전철역 문자값
출력값:
전철역 코드
전철역명
호선
외부코드
Linked Data & Semantic Web Technology
왜 LOD 인가?
3. 자유로운 데이터의 활용이 가능하다.
1 호선 지하철
역이 궁금한데.
직접 질의를
만들면 되지.
SELECT ?station ?name
WHERE {
?station seoul:subwayLine seoul:1 .
?station rdfs:label ?name .
FILTER (lang(?name) = "ko")
}
Linked Data & Semantic Web Technology
왜 LOD 인가?
4. 외부 데이터와의 연결을 통해 활용성 향상
국립중앙도서관 LOD의
시청역 관련 서적
한국시설안전공단 LOD의
시청역 안전등급 정보
Wikipedia의 시청역 페이지
DBpedia의
시청역 정보
Linked Data & Semantic Web Technology
Live 서비스를 위한 서울시 LOD 플랫폼 구조
Linked Data & Semantic Web Technology
서울 열린데이터 광장 LOD 플랫폼
Linked Data & Semantic Web Technology
서울 열린데이터 광장 LOD 플랫폼의 기능
• 소개
– 서울 열린데이터 광장 LOD 설명
– LOD 설명
– SPARQL 설명
– 서울 열린데이터 광장 LOD의 구조
• 구축된 LOD 데이터 셋 목록
• SPARQL Endpoint
• 구축된 LOD 데이터 검색
Linked Data & Semantic Web Technology
서울 열린데이터 광장과 LOD 기능의 통합
Linked Data & Semantic Web Technology
본청 및 출연기관의 문화관광 LOD 구축 대상 (기존)
1
2 ·
3
4
5
6
7
8
9
10
11
12
13
14
15 ( , , , , )
16
17
18 ( : ITRF2000)
19 ( : WGS1984)
20 1234
Linked Data & Semantic Web Technology
자치구의 문화관광 LOD 구축 대상 (기존)
1 ( ) 25
2 ( ) 25
3 ( ( )) 25
Linked Data & Semantic Web Technology
문화관광 LOD 구축 대상 (신규)
1 , ,
2 , ,
3 Visit Seoul , ,
4 CF , ,
5 , ,
6 MICE , ,
7 , ,
8 , , , ,
9 , ,
10 , ,
11 , ,
12 , ,
13 , ,
14 , ,
15 , ,
16 , ,
17 , ,
18 , ,
19 , ,
20 , ,
21 , ,
22 , ,
Linked Data & Semantic Web Technology
문화관광 LOD 구축 대상 (신규)
23 DB , ,
24 , ,
25 , ,
26 , ,
27 , ,
28 , ,
29 , ,
30 , ,
31 , ,
32 , , , ,
33 119 , ,
34 , ,
35 , ,
36 , ,
37 , ,
38 , ,
39 , ,
40 , ,
41 , ,
42 (IOT) , ,
43 , ,
44 , ,
Linked Data & Semantic Web Technology
LOD를 사용하기 위해 알아야 할 것들 - URI
Myungjin Lee
881002-1045617
identifier
name
resident registration number
http://www.semantics.kr/person/mjLee
identifier in the web
Linked Data & Semantic Web Technology
LOD를 사용하기 위해 알아야 할 것들 - RDF
• Resource Description Framework
• 웹에 존재하는 개체(자원)에 대한 정보를 개념적으로 기술하기
위한 방법
아내
http://semantics.kr/myungjinlee http://semantics.kr/suji
http://semantics.kr/rel/hasWife
Linked Data & Semantic Web Technology
LOD를 사용하기 위해 알아야 할 것들 - SPARQL
• RDF를 위한 질의 언어가 왜 필요한가?
– RDF 형태로 구축된 데이터로부터 원하는 지식을 획득하기 위한 방법을
제공
• SPARQL Protocol and RDF Query Language
– RDF 형태로 저장된 데이터를 검색하고 처리하기 위한 방법을 제공
– HTTP를 통해 질의를 처리할 수 있는 방법을 제공
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name ?email
WHERE {
?person a foaf:Person.
?person foaf:name ?name.
?person foaf:mbox ?email.
}
서울
열린데이터
광장 LOD
?name ?email
Myungjin Lee mjlee@li-st.com
Gildong Hong gildong@daum.net
Grace Byun grace@naver.com
Linked Data & Semantic Web Technology
서울 열린데이터 광장 LOD 서비스
• 서울 열린데이터 광장
– http://data.seoul.go.kr
• 서울 열린데이터 광장 LOD 플랫폼
– http://lod.seoul.go.kr
• 서울 열린데이터 광장 SPARQL Endpoint
– http://lod.seoul.go.kr/sparql
• 향후 일정
– 시범 운영: ~2015년 12월 31일
– 정식 서비스: 2016년 1월 1일
Linked Data & Semantic Web Technology
그 밖의 국내 LOD 서비스
서비스 명 제공기관 URL
국가서지 LOD 국립중앙도서관 http://lod.nl.go.kr
생물정보 LOD
국립수목원
국립중앙과학관
http://lod.nature.go.kr
산업재산권 LOD 특허청 http://lod.kipo.kr
한국사 LOD 국사편찬위원회 http://lod.koreanhistory.or.kr
공공시설물 안전정보 LOD 한국시설안전공단 http://lod.fms.or.kr
부산 영화∙문화관광 LOD 부산시 http://lod.busan.go.kr
수자원 LOD 수자원공사 http://opendata.kwater.or.kr/lod
Linked Data & Semantic Web Technology
생물정보 LOD 활용사례
• http://lod.nature.go.kr/service
Linked Data & Semantic Web Technology
보다 다양한 LOD 정보들
• LOD 표준
– http://www.slideshare.net/onlyjiny/lodlinked-open-data-recommendations
• Linked Open Data Tutorial
– http://www.slideshare.net/onlyjiny/linked-open-data-tutorial
• Linked Data Usecases
– http://www.slideshare.net/onlyjiny/linked-data-usecases
• 공공데이터와 Linked open data
– http://www.slideshare.net/onlyjiny/linked-open-data-31329359
• Linked Data Modeling for Beginner
– http://www.slideshare.net/onlyjiny/linked-data-modeling-for-beginner
• Linked Data Technology and Status
– http://www.slideshare.net/onlyjiny/linkeddata
• Linked Open Government Data
– http://www.slideshare.net/onlyjiny/linked-open-government-data-15708234
• W3C Recommendations
– http://www.w3.org/standards/techs/rdf#w3c_all
– http://www.w3.org/standards/techs/sparql#w3c_all
Linked Data & Semantic Web Technology
그리스
짐 제이콥스
뮤지컬 그리스
세종문화회관
종로구
세종문화회관
C등급
동묘 벼룩시장
둘로스 호텔
서울 열린데이터 광장 LOD는
저자
공연
장소
위치
위치
위치
동일개체
안전등급
서울 열린데이터 광장국립중앙도서관 시설안전공단
연결
개방 공유
활용
통합
https://qph.is.quoracdn.net/main-qimg-0fc15449ca320f7156253ebcb9727440?convert_to_webp=true
http://findicons.com/icon/24571/user_group
Linked Data & Semantic Web Technology
서울 열린데이터 광장 LOD는
공공데이터의 연결, 개방, 공유, 통합, 활용을
위한 서비스를 제공합니다.
Linked Data & Semantic Web Technology
Dr. Myungjin Lee
e-Mail : mjlee@li-st.com
Facebook : http://www.facebook.com/mjinlee
SlideShare : http://www.slideshare.net/onlyjiny/
Linkedin : http://linkedin.com/pub/myungjin-lee
http://www.beauticians.nl/wp-content/uploads/2012/01/contact1.jpg

More Related Content

What's hot

문화유산 정보와 시맨틱웹 응용
문화유산 정보와 시맨틱웹 응용문화유산 정보와 시맨틱웹 응용
문화유산 정보와 시맨틱웹 응용
LiST Inc
 
Linked data
Linked dataLinked data
Linked data
LiST Inc
 
웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data
웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data
웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data
Hansung University
 

What's hot (19)

LODAC 2017 Linked Open Data Workshop
LODAC 2017 Linked Open Data WorkshopLODAC 2017 Linked Open Data Workshop
LODAC 2017 Linked Open Data Workshop
 
공공데이터, 현재 우리는?
공공데이터, 현재 우리는?공공데이터, 현재 우리는?
공공데이터, 현재 우리는?
 
문화유산 정보와 시맨틱웹 응용
문화유산 정보와 시맨틱웹 응용문화유산 정보와 시맨틱웹 응용
문화유산 정보와 시맨틱웹 응용
 
링크드 데이터 사례
링크드 데이터 사례링크드 데이터 사례
링크드 데이터 사례
 
도서관 Linked Open Data의 필요성
도서관 Linked Open Data의 필요성도서관 Linked Open Data의 필요성
도서관 Linked Open Data의 필요성
 
Linked data
Linked dataLinked data
Linked data
 
LOD (linked open data) part 2 lod 구축과 현황
LOD (linked open data) part 2   lod 구축과 현황LOD (linked open data) part 2   lod 구축과 현황
LOD (linked open data) part 2 lod 구축과 현황
 
개방형 데이터(Open Data) 평가를 위한 오픈데이터 측정지표 현황 분석
개방형 데이터(Open Data) 평가를 위한 오픈데이터 측정지표 현황 분석개방형 데이터(Open Data) 평가를 위한 오픈데이터 측정지표 현황 분석
개방형 데이터(Open Data) 평가를 위한 오픈데이터 측정지표 현황 분석
 
웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data
웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data
웹의 또 다른 모습, 글로벌 데이터베이스 Linked open data
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
LOD를 말하다: Europeana, BBC, LinkedUp
LOD를 말하다: Europeana, BBC, LinkedUpLOD를 말하다: Europeana, BBC, LinkedUp
LOD를 말하다: Europeana, BBC, LinkedUp
 
Linked Data 이야기
Linked Data 이야기Linked Data 이야기
Linked Data 이야기
 
RDF 해설서
RDF 해설서RDF 해설서
RDF 해설서
 
도서관 링크드 데이터 동향(KISTI)
도서관 링크드 데이터 동향(KISTI)도서관 링크드 데이터 동향(KISTI)
도서관 링크드 데이터 동향(KISTI)
 
LOD 구축 공정 가이드라인
LOD 구축 공정 가이드라인LOD 구축 공정 가이드라인
LOD 구축 공정 가이드라인
 
도서관 분야의 링크드 데이터 구축 동향
도서관 분야의 링크드 데이터 구축 동향도서관 분야의 링크드 데이터 구축 동향
도서관 분야의 링크드 데이터 구축 동향
 
도서관은 웹에 존재하는가
도서관은 웹에 존재하는가도서관은 웹에 존재하는가
도서관은 웹에 존재하는가
 
library linked data
library linked datalibrary linked data
library linked data
 
Linked Data 이야기
Linked Data 이야기Linked Data 이야기
Linked Data 이야기
 

Viewers also liked

070517 Jena
070517 Jena070517 Jena
070517 Jena
yuhana
 

Viewers also liked (12)

LOD(Linked Open Data) Recommendations
LOD(Linked Open Data) RecommendationsLOD(Linked Open Data) Recommendations
LOD(Linked Open Data) Recommendations
 
Jena
JenaJena
Jena
 
070517 Jena
070517 Jena070517 Jena
070517 Jena
 
A Machine Learning Approach to SPARQL Query Performance Prediction
A Machine Learning Approach to SPARQL Query Performance PredictionA Machine Learning Approach to SPARQL Query Performance Prediction
A Machine Learning Approach to SPARQL Query Performance Prediction
 
Jena based implementation of a iso 11179 meta data registry
Jena based implementation of a iso 11179 meta data registryJena based implementation of a iso 11179 meta data registry
Jena based implementation of a iso 11179 meta data registry
 
17 using rules of inference to build arguments
17   using rules of inference to build arguments17   using rules of inference to build arguments
17 using rules of inference to build arguments
 
An Introduction to the Jena API
An Introduction to the Jena APIAn Introduction to the Jena API
An Introduction to the Jena API
 
Semantic Integration with Apache Jena and Stanbol
Semantic Integration with Apache Jena and StanbolSemantic Integration with Apache Jena and Stanbol
Semantic Integration with Apache Jena and Stanbol
 
Unit 1 rules of inference
Unit 1  rules of inferenceUnit 1  rules of inference
Unit 1 rules of inference
 
Inference on the Semantic Web
Inference on the Semantic WebInference on the Semantic Web
Inference on the Semantic Web
 
Introduction of Deep Learning
Introduction of Deep LearningIntroduction of Deep Learning
Introduction of Deep Learning
 
The Social Semantic Web: An Introduction
The Social Semantic Web: An IntroductionThe Social Semantic Web: An Introduction
The Social Semantic Web: An Introduction
 

Similar to 서울시 열린데이터 광장 문화관광 분야 LOD 서비스

Technology Trends for LOD and Semantic Web
Technology Trends for LOD and Semantic WebTechnology Trends for LOD and Semantic Web
Technology Trends for LOD and Semantic Web
Saltlux Inc.
 
국내 공공데이터 플랫폼 현황과 발전방향
국내 공공데이터 플랫폼 현황과 발전방향국내 공공데이터 플랫폼 현황과 발전방향
국내 공공데이터 플랫폼 현황과 발전방향
Haklae Kim
 
Introduction of W3C HTML5 Korean Interest Group
Introduction of W3C HTML5 Korean Interest GroupIntroduction of W3C HTML5 Korean Interest Group
Introduction of W3C HTML5 Korean Interest Group
Wonsuk Lee
 
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
Channy Yun
 
빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012
빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012
빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012
Daum DNA
 

Similar to 서울시 열린데이터 광장 문화관광 분야 LOD 서비스 (20)

Technology Trends for LOD and Semantic Web
Technology Trends for LOD and Semantic WebTechnology Trends for LOD and Semantic Web
Technology Trends for LOD and Semantic Web
 
LOD 구축현황 과 현황
LOD 구축현황 과 현황LOD 구축현황 과 현황
LOD 구축현황 과 현황
 
HTML5 융합 기술 표준화 동향
HTML5 융합 기술 표준화 동향HTML5 융합 기술 표준화 동향
HTML5 융합 기술 표준화 동향
 
[Pgday.Seoul 2019] Advanced FDW
[Pgday.Seoul 2019] Advanced FDW[Pgday.Seoul 2019] Advanced FDW
[Pgday.Seoul 2019] Advanced FDW
 
국내 공공데이터 플랫폼 현황과 발전방향
국내 공공데이터 플랫폼 현황과 발전방향국내 공공데이터 플랫폼 현황과 발전방향
국내 공공데이터 플랫폼 현황과 발전방향
 
Kswc2012
Kswc2012Kswc2012
Kswc2012
 
차세대 웹 플랫폼과 HTML5 기술 동향
차세대 웹 플랫폼과 HTML5 기술 동향차세대 웹 플랫폼과 HTML5 기술 동향
차세대 웹 플랫폼과 HTML5 기술 동향
 
Introduction of W3C HTML5 Korean Interest Group
Introduction of W3C HTML5 Korean Interest GroupIntroduction of W3C HTML5 Korean Interest Group
Introduction of W3C HTML5 Korean Interest Group
 
Future Web and WoT(Web of Things)
Future Web and WoT(Web of Things)Future Web and WoT(Web of Things)
Future Web and WoT(Web of Things)
 
HTML5 and Smart TV
HTML5 and Smart TVHTML5 and Smart TV
HTML5 and Smart TV
 
Mobile App, Mobile Web : Introduction
Mobile App, Mobile Web : IntroductionMobile App, Mobile Web : Introduction
Mobile App, Mobile Web : Introduction
 
1.sos2010 tony
1.sos2010 tony1.sos2010 tony
1.sos2010 tony
 
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
 
CKAT (Connected Knowledge and Tools) #1 - Seoul City
CKAT (Connected Knowledge and Tools) #1 - Seoul CityCKAT (Connected Knowledge and Tools) #1 - Seoul City
CKAT (Connected Knowledge and Tools) #1 - Seoul City
 
네이티브 웹앱 기술 동향 및 전망
네이티브 웹앱 기술 동향 및 전망네이티브 웹앱 기술 동향 및 전망
네이티브 웹앱 기술 동향 및 전망
 
네이티브 웹앱 기술 동향 및 전망
네이티브 웹앱 기술 동향 및 전망네이티브 웹앱 기술 동향 및 전망
네이티브 웹앱 기술 동향 및 전망
 
클라우드 기반의 스마트 쉽 (Smart Ship) 프로젝트 (NBP 박기은 CTO) - NAVER CLOUD PLATFORM 제조 Indu...
클라우드 기반의 스마트 쉽 (Smart Ship) 프로젝트 (NBP 박기은 CTO) - NAVER CLOUD PLATFORM 제조 Indu...클라우드 기반의 스마트 쉽 (Smart Ship) 프로젝트 (NBP 박기은 CTO) - NAVER CLOUD PLATFORM 제조 Indu...
클라우드 기반의 스마트 쉽 (Smart Ship) 프로젝트 (NBP 박기은 CTO) - NAVER CLOUD PLATFORM 제조 Indu...
 
빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012
빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012
빅데이터 기반 공공 데이터 서비스 동향 | Devon 2012
 
WebRTC 전망 최진호_webappscamp
WebRTC 전망 최진호_webappscampWebRTC 전망 최진호_webappscamp
WebRTC 전망 최진호_webappscamp
 
W3C 국제표준화 대응 전략
W3C 국제표준화 대응 전략W3C 국제표준화 대응 전략
W3C 국제표준화 대응 전략
 

More from Myungjin Lee

More from Myungjin Lee (20)

지식그래프 개념과 활용방안 (Knowledge Graph - Introduction and Use Cases)
지식그래프 개념과 활용방안 (Knowledge Graph - Introduction and Use Cases)지식그래프 개념과 활용방안 (Knowledge Graph - Introduction and Use Cases)
지식그래프 개념과 활용방안 (Knowledge Graph - Introduction and Use Cases)
 
JSP 프로그래밍 #05 HTML과 JSP
JSP 프로그래밍 #05 HTML과 JSPJSP 프로그래밍 #05 HTML과 JSP
JSP 프로그래밍 #05 HTML과 JSP
 
JSP 프로그래밍 #04 JSP 의 기본
JSP 프로그래밍 #04 JSP 의 기본JSP 프로그래밍 #04 JSP 의 기본
JSP 프로그래밍 #04 JSP 의 기본
 
JSP 프로그래밍 #03 서블릿
JSP 프로그래밍 #03 서블릿JSP 프로그래밍 #03 서블릿
JSP 프로그래밍 #03 서블릿
 
JSP 프로그래밍 #02 서블릿과 JSP 시작하기
JSP 프로그래밍 #02 서블릿과 JSP 시작하기JSP 프로그래밍 #02 서블릿과 JSP 시작하기
JSP 프로그래밍 #02 서블릿과 JSP 시작하기
 
JSP 프로그래밍 #01 웹 프로그래밍
JSP 프로그래밍 #01 웹 프로그래밍JSP 프로그래밍 #01 웹 프로그래밍
JSP 프로그래밍 #01 웹 프로그래밍
 
관광 지식베이스와 스마트 관광 서비스 (Knowledge base and Smart Tourism)
관광 지식베이스와 스마트 관광 서비스 (Knowledge base and Smart Tourism)관광 지식베이스와 스마트 관광 서비스 (Knowledge base and Smart Tourism)
관광 지식베이스와 스마트 관광 서비스 (Knowledge base and Smart Tourism)
 
오픈 데이터와 인공지능
오픈 데이터와 인공지능오픈 데이터와 인공지능
오픈 데이터와 인공지능
 
법령 온톨로지의 구축 및 검색
법령 온톨로지의 구축 및 검색법령 온톨로지의 구축 및 검색
법령 온톨로지의 구축 및 검색
 
도서관과 Linked Data
도서관과 Linked Data도서관과 Linked Data
도서관과 Linked Data
 
쉽게 이해하는 LOD
쉽게 이해하는 LOD쉽게 이해하는 LOD
쉽게 이해하는 LOD
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
공공데이터와 Linked open data
공공데이터와 Linked open data공공데이터와 Linked open data
공공데이터와 Linked open data
 
Linked Data Modeling for Beginner
Linked Data Modeling for BeginnerLinked Data Modeling for Beginner
Linked Data Modeling for Beginner
 
The Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQLThe Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQL
 
Development of Twitter Application #8 - Streaming API
Development of Twitter Application #8 - Streaming APIDevelopment of Twitter Application #8 - Streaming API
Development of Twitter Application #8 - Streaming API
 
The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)
 
Development of Twitter Application #7 - Search
Development of Twitter Application #7 - SearchDevelopment of Twitter Application #7 - Search
Development of Twitter Application #7 - Search
 
Development of Twitter Application #6 - Trends
Development of Twitter Application #6 - TrendsDevelopment of Twitter Application #6 - Trends
Development of Twitter Application #6 - Trends
 
Development of Twitter Application #5 - Users
Development of Twitter Application #5 - UsersDevelopment of Twitter Application #5 - Users
Development of Twitter Application #5 - Users
 

Recently uploaded

Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)
Wonjun Hwang
 
Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)
Wonjun Hwang
 

Recently uploaded (6)

MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionMOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
 
Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)
 
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
 
캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차
 
A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)
 
Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)
 

서울시 열린데이터 광장 문화관광 분야 LOD 서비스

  • 1. Linked Data & Semantic Web Technology 서울 열린데이터 광장 문화관광 분야 LOD 서비스 Myungjin Lee LiST https://liberties.imgix.net/images/763e4092-8a61-4d4f-a4fc-7ab7c139cfad/150414_0001.png_effected.png?ixlib=rails-0.3.2&auto=format &fit=crop&fm=jpg&h=600&lossless=true&q=60&trim=auto&w=1140&s=41331198ed45ab9a6bd3827010be2cb3
  • 2. Linked Data & Semantic Web Technology 월드 와이드 웹 (World Wide Web) HTML의 목적은 사람이 읽고 해석할 수 있는 연결된 문서를 만드는 것 Link Link https://en.wikipedia.org/wiki/World_Wide_Web http://www.w3.org/ http://www.w3.org/standards/semanticweb/
  • 3. Linked Data & Semantic Web Technology 데이터가 중심이 되는 웹 (LOD) 세종문화회관 뮤지컬 그리스 광화문 2015-12-14 http://lod.seoul.go.kr/resource/Event/10014 시작일 장소 근처 지하철역 http://lod.seoul.go.kr/resource/Place/SejongHall http://lod.seoul.go.kr/resource/SubwayStation/2021 http://schema.org/startDate http://schema.org/location http://lod.seoul.go.kr/ontology/nearestSubwayStation
  • 4. Linked Data & Semantic Web Technology Linked Open Data 웹을 통해 사람과 기계가 읽고 처리할 수 있는 형태로 데이터에 대한 정보를 기술(description) 웹 페이지가 서로 연결된 것처럼 데이터들끼리 다양한 관계에 의해 의미적으로 연결되어 있는 형태 URI를 이용해서 누구나 데이터에 접근할 수 있으며 데이터에 대한 정보를 제공
  • 5. Linked Data & Semantic Web Technology 왜 LOD 인가? 1. 데이터의 URI만으로 데이터를 이용할 수 있다. http://lod.seoul.go.kr/resource/SubwayStation/0159 RDF/XML JSON-LD Turtle N3 … Human-readable Machine-readable
  • 6. Linked Data & Semantic Web Technology 왜 LOD 인가? 2. 단편적 정보가 아닌 통합적 정보 제공 지하철 다국어 역명 공기질 측정 정보 첫차와 막차 정보
  • 7. Linked Data & Semantic Web Technology 왜 LOD 인가? 3. 자유로운 데이터의 활용이 가능하다. 지하철역 정보 검색 Open API 요청인자: 전철역 문자값 출력값: 전철역 코드 전철역명 호선 외부코드
  • 8. Linked Data & Semantic Web Technology 왜 LOD 인가? 3. 자유로운 데이터의 활용이 가능하다. 1 호선 지하철 역이 궁금한데. 직접 질의를 만들면 되지. SELECT ?station ?name WHERE { ?station seoul:subwayLine seoul:1 . ?station rdfs:label ?name . FILTER (lang(?name) = "ko") }
  • 9. Linked Data & Semantic Web Technology 왜 LOD 인가? 4. 외부 데이터와의 연결을 통해 활용성 향상 국립중앙도서관 LOD의 시청역 관련 서적 한국시설안전공단 LOD의 시청역 안전등급 정보 Wikipedia의 시청역 페이지 DBpedia의 시청역 정보
  • 10. Linked Data & Semantic Web Technology Live 서비스를 위한 서울시 LOD 플랫폼 구조
  • 11. Linked Data & Semantic Web Technology 서울 열린데이터 광장 LOD 플랫폼
  • 12. Linked Data & Semantic Web Technology 서울 열린데이터 광장 LOD 플랫폼의 기능 • 소개 – 서울 열린데이터 광장 LOD 설명 – LOD 설명 – SPARQL 설명 – 서울 열린데이터 광장 LOD의 구조 • 구축된 LOD 데이터 셋 목록 • SPARQL Endpoint • 구축된 LOD 데이터 검색
  • 13. Linked Data & Semantic Web Technology 서울 열린데이터 광장과 LOD 기능의 통합
  • 14. Linked Data & Semantic Web Technology 본청 및 출연기관의 문화관광 LOD 구축 대상 (기존) 1 2 · 3 4 5 6 7 8 9 10 11 12 13 14 15 ( , , , , ) 16 17 18 ( : ITRF2000) 19 ( : WGS1984) 20 1234
  • 15. Linked Data & Semantic Web Technology 자치구의 문화관광 LOD 구축 대상 (기존) 1 ( ) 25 2 ( ) 25 3 ( ( )) 25
  • 16. Linked Data & Semantic Web Technology 문화관광 LOD 구축 대상 (신규) 1 , , 2 , , 3 Visit Seoul , , 4 CF , , 5 , , 6 MICE , , 7 , , 8 , , , , 9 , , 10 , , 11 , , 12 , , 13 , , 14 , , 15 , , 16 , , 17 , , 18 , , 19 , , 20 , , 21 , , 22 , ,
  • 17. Linked Data & Semantic Web Technology 문화관광 LOD 구축 대상 (신규) 23 DB , , 24 , , 25 , , 26 , , 27 , , 28 , , 29 , , 30 , , 31 , , 32 , , , , 33 119 , , 34 , , 35 , , 36 , , 37 , , 38 , , 39 , , 40 , , 41 , , 42 (IOT) , , 43 , , 44 , ,
  • 18. Linked Data & Semantic Web Technology LOD를 사용하기 위해 알아야 할 것들 - URI Myungjin Lee 881002-1045617 identifier name resident registration number http://www.semantics.kr/person/mjLee identifier in the web
  • 19. Linked Data & Semantic Web Technology LOD를 사용하기 위해 알아야 할 것들 - RDF • Resource Description Framework • 웹에 존재하는 개체(자원)에 대한 정보를 개념적으로 기술하기 위한 방법 아내 http://semantics.kr/myungjinlee http://semantics.kr/suji http://semantics.kr/rel/hasWife
  • 20. Linked Data & Semantic Web Technology LOD를 사용하기 위해 알아야 할 것들 - SPARQL • RDF를 위한 질의 언어가 왜 필요한가? – RDF 형태로 구축된 데이터로부터 원하는 지식을 획득하기 위한 방법을 제공 • SPARQL Protocol and RDF Query Language – RDF 형태로 저장된 데이터를 검색하고 처리하기 위한 방법을 제공 – HTTP를 통해 질의를 처리할 수 있는 방법을 제공 PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name ?email WHERE { ?person a foaf:Person. ?person foaf:name ?name. ?person foaf:mbox ?email. } 서울 열린데이터 광장 LOD ?name ?email Myungjin Lee mjlee@li-st.com Gildong Hong gildong@daum.net Grace Byun grace@naver.com
  • 21. Linked Data & Semantic Web Technology 서울 열린데이터 광장 LOD 서비스 • 서울 열린데이터 광장 – http://data.seoul.go.kr • 서울 열린데이터 광장 LOD 플랫폼 – http://lod.seoul.go.kr • 서울 열린데이터 광장 SPARQL Endpoint – http://lod.seoul.go.kr/sparql • 향후 일정 – 시범 운영: ~2015년 12월 31일 – 정식 서비스: 2016년 1월 1일
  • 22. Linked Data & Semantic Web Technology 그 밖의 국내 LOD 서비스 서비스 명 제공기관 URL 국가서지 LOD 국립중앙도서관 http://lod.nl.go.kr 생물정보 LOD 국립수목원 국립중앙과학관 http://lod.nature.go.kr 산업재산권 LOD 특허청 http://lod.kipo.kr 한국사 LOD 국사편찬위원회 http://lod.koreanhistory.or.kr 공공시설물 안전정보 LOD 한국시설안전공단 http://lod.fms.or.kr 부산 영화∙문화관광 LOD 부산시 http://lod.busan.go.kr 수자원 LOD 수자원공사 http://opendata.kwater.or.kr/lod
  • 23. Linked Data & Semantic Web Technology 생물정보 LOD 활용사례 • http://lod.nature.go.kr/service
  • 24. Linked Data & Semantic Web Technology 보다 다양한 LOD 정보들 • LOD 표준 – http://www.slideshare.net/onlyjiny/lodlinked-open-data-recommendations • Linked Open Data Tutorial – http://www.slideshare.net/onlyjiny/linked-open-data-tutorial • Linked Data Usecases – http://www.slideshare.net/onlyjiny/linked-data-usecases • 공공데이터와 Linked open data – http://www.slideshare.net/onlyjiny/linked-open-data-31329359 • Linked Data Modeling for Beginner – http://www.slideshare.net/onlyjiny/linked-data-modeling-for-beginner • Linked Data Technology and Status – http://www.slideshare.net/onlyjiny/linkeddata • Linked Open Government Data – http://www.slideshare.net/onlyjiny/linked-open-government-data-15708234 • W3C Recommendations – http://www.w3.org/standards/techs/rdf#w3c_all – http://www.w3.org/standards/techs/sparql#w3c_all
  • 25. Linked Data & Semantic Web Technology 그리스 짐 제이콥스 뮤지컬 그리스 세종문화회관 종로구 세종문화회관 C등급 동묘 벼룩시장 둘로스 호텔 서울 열린데이터 광장 LOD는 저자 공연 장소 위치 위치 위치 동일개체 안전등급 서울 열린데이터 광장국립중앙도서관 시설안전공단 연결 개방 공유 활용 통합 https://qph.is.quoracdn.net/main-qimg-0fc15449ca320f7156253ebcb9727440?convert_to_webp=true http://findicons.com/icon/24571/user_group
  • 26. Linked Data & Semantic Web Technology 서울 열린데이터 광장 LOD는 공공데이터의 연결, 개방, 공유, 통합, 활용을 위한 서비스를 제공합니다.
  • 27. Linked Data & Semantic Web Technology Dr. Myungjin Lee e-Mail : mjlee@li-st.com Facebook : http://www.facebook.com/mjinlee SlideShare : http://www.slideshare.net/onlyjiny/ Linkedin : http://linkedin.com/pub/myungjin-lee http://www.beauticians.nl/wp-content/uploads/2012/01/contact1.jpg