RDF 개념 및 구문 소개

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

Post a comment
Embed Video
Edit your comment Cancel

3 Favorites

RDF 개념 및 구문 소개 - Presentation Transcript

  1. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    RDF 개념 및 구문 소개
    김동범 (eastkim@gmail.com, eastkim@twitter)시맨틱 웹 스터디 그룹(http://groups.google.com/group/semanticwebstudy)2009-10-31
  2. What is RDF?
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    RDF
    stands for
    Resource
    Description
    Framework
    : URI를 갖는 모든 것 (웹 페이지, 이미지, 동영상등)
    : 자원(Resource)들의 속성, 특성, 관계 기술
    : 위의 것들을 기술하기 위한 모델, 언어, 문법
  3. Where is RDF on the Semantic Web Layer
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    Semantic
    Aspect
    시맨틱웹 표준의
    첫 번째 Layer
    Web
    Aspect
    Image source : http://www.w3.org/2007/Talks/0130-sb-W3CTechSemWeb/
  4. RDF Definition
    W3C RDF 문서에서의 정의
    Framework for representing information in the Web.
    웹에 있는 Resource에 대한 정보를 표현하기 위한 언어
    특히, 웹 Resource에 대한 Metadata를 표현하기 위함.
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
  5. RDF 탄생 스토리
    1990년대 중반
    Ramanathan V. Guha (Apple)
    MCF (Meta Content Framework) 라는 메타데이터 포맷 개발
    RDF의 모태가 됨
    1997년
    Guha의 Netscape로 이직
    Tim Bray 와 함께 MCF/XML 프로젝트 착수
    MCF/XML: Microsoft 의 CDF (Channel Document Format) 과 경쟁하기 위한 프로젝트
    1998년 RDF 제안 (W3C)
    시맨틱 웹의 기본 구성요소가 됨
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
  6. Semantic Web 언어의 흐름
    DAML+OIL
    RDF Scheme
    (W3C WD)
    RDF
    (W3C WD)
    DAML
    Ontology
    (information science)
    SPARQL
    (WD)
    1996.11
    1999
    2002
    1997.08
    1970s
    1998.04
    1999
    2000
    2004.10
    XML
    (W3C WD)
    OIL
    (Europe IST Project)
    OWL
    (W3C WD)
  7. 왜 RDF를 만들었을까?
    웹은 글로벌하고 방대한 정보 공간
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    • 그런데 지금의 웹은 사람은 보기 쉽지만 기계가 처리하기에는 너무 모호하고 힘들어.
    • 웹에 있는 정보를 데이터베이스처럼 표현할 수 없을까?
    • (Linked Data, Web of Data)
    • 그러면 웹 상의 정보를 기계가 좀 더 처리하기 쉬울텐데...
    • (Machine processible, readable, understandable)
    • 또 웹에 흩어진 정보를 가져와서 내 정보와 쉽게 결합할 수 있을 텐데...
    • (Interworking among the applications)
  8. W3C RDF 문서들
    Primer
    RDF 를 빠르게 사용하기 위한 기본 지식 제공
    Concepts
    RDF Concept, Abstract Syntax (RDF Graph)
    Syntax
    RDF 모델에 대한 XML Syntax (RDF/XML), N-triples
    Semantics
    RDF, RDF Schema 가 담고 있는 의미론, 추론 규칙에 대한 설명
    Vocabularies
    RDF Schema와 RDF Vocabulary를 기술하는 방법
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    http://www.w3.org/RDF/
  9. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    RDF Data Model
  10. RDF Data Model
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    RDF는 Graph Model을 갖고 있다.
    subject
    Object
    predicate
    술어
    (Property, Relation)
    목적어
    (Resource, Literal)
    주어
    (Resource)
    URI
    Blank Node
    URI
    Literal
    URI
  11. RDF is A Graph !!
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    The formal semantics of RDF is described using graphs.
    Think in terms of graphs, not XMLor documents.
    By Ian Davis (ian.davis@talis.com)
  12. Graph Model 예제
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    http://dbpedia.org/resource/Billie_Jean has a singer whose value is Michael Jackson
    Subject : http://dbpedia.org/resource/Billie_Jean (URI)
    Predicate: http://www.example.com/terms/singer (URI)
    Object: Michael_Jackson(Literal)
    By Ian Davis (ian.davis@talis.com)
  13. Basic Graph
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    http://dbpedia.org/resource/Billie_Jean
    http://www.example.com/terms/singer
    http://www.example.com/terms/released
    Michael_Jackson
    1983-01-02
  14. Basic Graph 확장
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    http://dbpedia.org/resource/Billie_Jean
    http://www.example.com/terms/singer
    http://www.example.com/terms/released
    1983-01-02
    http://dbpedia.org/resource/Michael_Jackson
    http://www.example.com/terms/name
    http://www.example.com/terms/age
    Michael_Jackson
    44
  15. Typed Literal
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    http://dbpedia.org/resource/Billie_Jean
    http://www.example.com/terms/singer
    http://www.example.com/terms/released
    “1983-01-02”^^xsd:date
    http://dbpedia.org/resource/Michael_Jackson
    http://www.example.com/terms/name
    http://www.example.com/terms/age
    Michael_Jackson
    44^^xsd:integer
  16. Merge by linking
    서로 다른 source를 나타내는 그래프는 병합될 수 있다.
    같은 URI를 가진 Node는 같은 resource를 취급한다.
    어떤 RDF도 다른 RDF와 병합될 수 있다.
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
  17. Merging Example
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    Source : http://research.talis.com
  18. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    RDF Schema
  19. RDF Schema
    RDF Schema는 property에 대한 추가 정보 제공함으로써 사용 방법을 보다 명확히 함 (Domain, Range)
    Resource의 타입을 기술 (type, Class)
    Book, Person, Publisher
    Not Like XML Scheme
    Resource를 설명하는데 있어 의미 표현을 추가한 것
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
  20. RDFS example
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    Resource <http://example.com/ISBN/xxxx>의 타입(type)은
    <http://ex.org/bib/Book> 이다.
    http://example.com/ISBN/xxxx
    Source : http://research.talis.com
  21. RDFS example
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <http://ex.org/bib/Book>은 <http://ex.org/bib/ArtisticWork> 의
    하위 클래스다.
  22. RDFS example
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <http://example.com/ISBN/xxxx> 의 타입이 <http://ex.org/bib/Book>이면,
    또한 <http://ex.org/bib/ArtisticWork> 의 타입을 갖는다.
    http://example.com/ISBN/xxxx
  23. Domain 과 Range
    속성은 Domain(정의역)과 Range(공역)를 가질 수 있다.
    Domain은 Property의 Subject 의 클래스를 알려준다.
    Range는 Property의 Object(Value)의 클래스를 알려준다.
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
  24. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    다음과 같은 Triple 있다.
  25. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    Property <http://ex.org/bib/author>는 아래와 같이 domain 과 range를 갖는다
  26. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    우리는 이와 같이 subject와 object 의 type을 추론할 수 있다.
  27. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    RDF Syntax
  28. Graph를 언어로 표현하기
    Turtle
    a text based format, easy to scribble, easy to read
    RDF/XML
    an XML based format, hard to read/write
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
  29. Turtle – Basic Syntax
    Triple은 마침표(.) 로 끝을 맺는다.
    URIs 는 <> 로 감싸서 표현한다.
    Literal 은 “” 로 감싼다.
    약식 URI를 위해 prefix를 사용한다
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <http://example.com/Thing> <http://example.com/relation> “some text” .
    @prefix ex: <http://example.com> .
    ex:Thingex:relation “some text” .
    ex:Thing ex:relation2 “some text2” .
  30. Turtle – Basic Syntax
    Blank Nodes
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    @prefix ex: <http://example.com> .
    _:a ex:relation “some text” .
    • Literal with language
    @prefix ex: <http://example.com> .
    ex:thingex:relation “hello@en” .
    ex:thingex:relation “Bonjour@fr” .
    • Literals with datatype
    @prefix ex: <http://example.com> .
    ex:Thingex:relation “24”^^http://www.w3.org/2001/XMLScheme#integer .
  31. RDF/XML Syntax
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    example
    title
    RDF 개념 및 구문 소개
    http://www.dbdb.kr/rdf_tutorial
    DongBumKim
    author
    <RDF xmlns:rdf=“http://www.w3.org/1999/02/22-rdf-syntax-ns#”
    xmlns:ex=“http://www.dbdb.kr/”>
    <Descriptionabout=“http://www.dbdb.kr/rdf_tutorial”>
    <ex:author>DongBumKim</ex:author>
    <ex:title>RDF 개념 및 구문 소개</ex:title>
    </Description>
    </RDF>
  32. Movie Database
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    URI : http://movie.naver.com/
  33. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <?xml version=“1.0”>
    <RDF xmlns:rdf=“http://www.w3.org/1999/02/22-rdf-syntax-ns#”
    xmlns:movie=“http://movie.naver.com/”>
    <Descriptionrdf:about=“http://movie.naver.com/007quantumofsolace”>
    <movie:title>007 퀀텀오브솔러스</movie:title>
    <movie:director>마크 포스터</movie:director>
    <movie:country>미국</movie:country>
    <movie:runtime>106분</movie:runtime>
    <movie:reviewer>genie</movie:reviewer>
    </Description>
    <Descriptionrdf:about=“http://movie.naver.com/2husbands”>
    <movie:title>아내가 결혼했다</movie:title>

    </Description>
    </RDF>
  34. RDF Main Elements
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <rdf:RDF> Element
    RDF 문서의 root Element
    <rdf:Description> Element
    about속성을 가진 resource를 식별(기술)하기 위해 사용
    Resource를 기술하기 위한 여러 Element(title, director, etc)를 포함
    <?xml version=“1.0”>
    <RDFxmlns:rdf=“http://www.w3.org/1999/02/22-rdf-syntax-ns#”
    xmlns:movie=“http://movie.naver.com/”>
    .
    . Description goes here
    .
    </RDF>
    <Descriptionrdf:about=“http://movie.naver.com/007quantumofsolace”>
    <movie:title>007 퀀텀오브솔러스</movie:title>
    <movie:director>마크 포스터</movie:director>
    <movie:country>미국</movie:country>
    <movie:runtime>106분</movie:runtime>
    <movie:reviewer>genie</movie:reviewer>
    </Description>
    <Descriptionrdf:about=“http://movie.naver.com/2husbands”>
    <movie:title>아내가 결혼했다</movie:title>

    </Description>
  35. RDF Main Elements
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    • Properties as Attributes
    <Descriptionrdf:about=“http://movie.naver.com/007quantumofsolace”
    movie:title=“007 퀀텀오브솔러스” movie:director=“마크 포스터”
    movie:country=“미국” movie:runtime=“106분” movie:reviewer=“genie”
    />
    • Properties as Resources
    <Descriptionrdf:about=“http://movie.naver.com/007quantumofsolace”>
    <movie:title>007 퀀텀오브솔러스</movie:title>
    <movie:director>마크 포스터</movie:director>
    <movie:country>미국</movie:country>
    <movie:runtime>106분</movie:runtime>
    <movie:reviewer>genie</movie:reviewer>
    </Description>
  36. RDF Main Elements
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    • rdf:
    Alt, Bag, Description, ID, List, Property, Statement, Seq, XMLLiteral
    about, first, nodeID, object, parseType, predicate, resource, rest, subject, type,
    value, nil
    • rdfs:
    Class, Container, ContainerMembershipProperty, Datatype, Literal, Resource
    comment, domain, isDefinedBy, label, member, range, sellAlso, subClassOf, subPropertyOf
  37. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    XML과 무엇이 다른가?
  38. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    or may be
    <author>
    <uri>page</uri>
    <name>Ora</name>
    </author>
    <document>
    <details>
    <uri>href=“page”</uri>
    <author>
    <name>Ora</name>
    </author>
    </details>
    </document>
    or may be
    <document href=“page”>
    <author>Ora</author>
    </document>
    <document>
    <author>
    <uri>href=“page”</uri>
    <details>
    <name>Ora</name>
    </details>
    </author>
    </document>
    or may be
    <document href=“http://www.w3.org/test/page” author=“Ora” />
    다음 XML이 나타내고자 하는 것은?
  39. What is the author of page?
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <v>
    <x>
    <y>a=“pppp”</y>
    <z>
    <w>qqqqq</w>
    </z>
    </x>
    </v>
    위 구문에서 설명하고자 하는 것은 무엇인가?
    x
    z
    y
    인가?
  40. In RDF Graph
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <Description about="http://www.w3.org/test/page" Author ="Ora" />
    <?xml version="1.0"?>
    <Description about="http://www.w3.org/test/page“>
    <s:Author ="http://www.w3.org/staff/Ora" />
    </Description>
    page
    Ora
    has author
  41. The RDF Graph displays the same thing
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    <Description about=“x" y=“z” />
    <?xml version="1.0"?>
    <Description about=“x“>
    <y =“z” />
    </Description>
    x
    z
    y
  42. 분산된 데이터의 웹에서
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
    Ora가
    글을 작성했다
    Ora가
    영화 ‘xxx’에
    출연했다
    통합문서
    Ora는 ‘page’의 저자이고, 영화 ‘xxx’에 출연했다
    xxx
    page
    Ora
    has author
    plays in
  43. RDF 활용 (RDF Vocabularies)
    RSS 1.0
    FOAF
    FRBR
    Creative Commons
    SKOS
    Geo
    2009 시맨틱 웹 튜토리얼: RDF 집중분석
  44. 2009 시맨틱 웹 튜토리얼: RDF 집중분석
    감사합니다.
    Question?
SlideShare Zeitgeist 2009

+ Dongbum KimDongbum Kim Nominate

custom

311 views, 3 favs, 2 embeds more stats

2009년 10월 31일. 시맨틱웹 스터디 모임 more

More info about this document

© All Rights Reserved

Go to text version

  • Total Views 311
    • 301 on SlideShare
    • 10 from embeds
  • Comments 1
  • Favorites 3
  • Downloads 24
Most viewed embeds
  • 9 views on http://psuns.com
  • 1 views on http://192.168.1.99:8089

more

All embeds
  • 9 views on http://psuns.com
  • 1 views on http://192.168.1.99:8089

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories

Tags