RDF

seonae's wiki
Seonae (토론 | 기여) 사용자의 2019년 2월 3일 (일) 12:41 판 (새 문서: ===What is RDF?=== *RDF stands for Resource Description Framework *RDF is a framework for describing resources on the web **Describing properties for shopping items, such as price and...)

(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색

What is RDF?

  • RDF stands for Resource Description Framework
  • RDF is a framework for describing resources on the web
    • Describing properties for shopping items, such as price and availability
    • Describing time schedules for web events
    • Describing information about web pages (content, author, created and modified date)
    • Describing content and rating for web pictures
    • Describing content for search engines
    • Describing electronic libraries
  • RDF is designed to be read and understood by computers
  • RDF is not designed for being displayed to people
    • RDF was designed to provide a common way to describe information so it can be read and understood by computer applications.
    • RDF descriptions are not designed to be displayed on the web.
  • RDF is written in XML
    • RDF documents are written in XML. The XML language used by RDF is called RDF/XML.
    • By using XML, RDF information can easily be exchanged between different types of computers using different types of operating systems and application languages.
  • RDF is a part of the W3C's Semantic Web Activity
    • W3C's "Semantic Web Vision" is a future where:
    • Web information has exact meaning
    • Web information can be understood and processed by computers
    • Computers can integrate information from the web
  • RDF is a W3C Recommendation
    • RDF became a W3C Recommendation 10. February 2004.

RDF triple : resource, property and property value

  • A Resource is anything that can have a URI, such as "http://www.w3schools.com/rdf"
  • A Property is a Resource that has a name, such as "author" or "homepage"
  • A Property value is the value of a Property, such as "Jan Egil Refsnes" or "http://www.w3schools.com" (note that a property value can be another resource)


RDF구문(statements)

RDF주요 요소

RDF Schema(RDFS)

RDF 유효성 검사

Purl(persistent uniform resource locator)

RDF그래프 그리기

RDF/XML