Introduction to RDF and RDF Schema - PowerPoint PPT Presentation

1 / 27
About This Presentation
Title:

Introduction to RDF and RDF Schema

Description:

CORES Schema Creation and Registration Workshop, 6/7 March 2003. Tim Berners-Lee vision ... Tim Berners-Lee: ... to make the extra effort [Tim Berners-Lee] ... – PowerPoint PPT presentation

Number of Views:67
Avg rating:3.0/5.0
Slides: 28
Provided by: mak115
Category:

less

Transcript and Presenter's Notes

Title: Introduction to RDF and RDF Schema


1
Introduction to RDFand RDF Schema
  • Thomas Baker

2
Tim Berners-Lee vision
3
(No Transcript)
4
(No Transcript)
5
Core architectural principles
  • Simple linked data model
  • A has something to do with B
  • A is related to B
  • URIs everything has a unique identifier
  • Resources described
  • Metadata terms used to describe them

6
URIs Everything defineduniquely on the Web
Tim Berners-Lee The most fundamental
specification of Web architecture, while one of
the simpler, is that of the Universal Resource
Identifier, or URI. The principle that anything,
absolutely anything, on the Web should be
identified distinctly is core.
7
"RDF"
  • Set of conventions for applications exchanging
    metadata
  • Basic model for making statements about
  • Resources anything named with a URI
  • Description stating the properties of the
    resource using terms named by URIs
  • Framework a common model (grammar) for
    statements using diverse vocabularies

8
Machine-understandable
  • Computers do not really understand things
  • But RDF supports logical operations can process
    data so it seems they understand
  • For machine-processability, statements usually
    set into XML tags
  • Fundamental to RDF graph model. Other notations
    representing graphs are secondary.

9
Elementary sentences
  • RDF statements
  • Subject what the statement is about
  • Predicate property or characteristic of the
    subject
  • Object part that identifies the value of the
    property

10
RDF Model Primitives
Resource
Property
Value
11
Simple statement in RDF
"http//doc was created by E. de Vere."
lt?xml version"1.0"?gt ltrdfRDF xmlnsrdf"http//
www.w3.org/1999/02/22-rdf-syntax-ns" xmlnsdc"ht
tp//purl.org/dc/elements/1.1/ gt
ltrdfDescription about"http//doc gt
ltdccreatorgt Edward de Vere lt/dccreatorgt
lt/rdfDescriptiongt lt/rdfRDFgt
12
Common model to integrate data
  • Simple subject-predicate-object construct can
    express most of the data processed by machines
  • Entries in a library catalog
  • Rows in a spreadsheet
  • Assertions in formal logic
  • Tables in a database
  • Working assumption
  • More complex will not interoperate in a diverse
    Web
  • Instead of asking machines to understand people's
    language, ask people to make the extra effort
    Tim Berners-Lee

13
(No Transcript)
14
Example Description of a book
Title Antony and Cleopatra
Author Edward de Vere
15
Make the subject explicit
Title Antony and Cleopatra
Book I am holding
has
has
Author Edward de Vere
Book I am holding
16
Subject and predicate identifiers
dctitle Antony and Cleopatra
http//tbaker.org/book1
dccreator Edward de Vere
http//tbaker.org/book1
17
Result an RDF statement
dctitle Antony and Cleopatra
http//tbaker.org/book1
dccreator Edward de Vere
http//tbaker.org/book1
Subject
Predicate
Object
18
Simple statement in RDF
"http//doc was created by E. de Vere."
lt?xml version"1.0"?gt ltrdfRDF xmlnsrdf"http//
www.w3.org/1999/02/22-rdf-syntax-ns" xmlnsdc"ht
tp//purl.org/dc/elements/1.1/ gt
ltrdfDescription about"http//doc gt
ltdccreatorgt Edward de Vere lt/dccreatorgt
lt/rdfDescriptiongt lt/rdfRDFgt
19
URIs as anchors for merging data
  • URIs are fixed points on global Web for
  • Metadata vocabulary terms
  • The resources described by those terms
  • These points can be used to superimpose graphs,
    merging statements
  • Creates market for aggregation, data merging,
    annotation, and filtering services

20
First source
author
http//pj.org/doc/1
http//pj.org/person/pete
name
email
Pete
pete_at_pj.org
21
Second source
http//pj.org/doc/1
subject
XML
22
Third source
organisation
http//pj.org/person/pete
UKOLN
23
Three descriptions merged
24
RDF schemas define vocabularies
  • RDF schemas define
  • Types of things (exPerson)
  • Properties (exage)
  • Types of things that can serve as the subjects or
    objects of statements involving those properties
    (e.g., that exage must be an xsdinteger)

25
DAMLOIL, OWL
  • Beyond RDF (rdfsClass, rdftype), more words
    to characterize relations between resources
  • Merger of DARPA Agent Markup Language and
    Ontology Inference Layer
  • damlsameIndividualAs
  • Web Ontology Language (OWL)
  • owlsameClassAs
  • owlcomplementOf

26
Thomas.Baker_at_bi.fhg.de
27
URIs anchor conceptsindependently of language
dccreator
Server in Germany
DCMI Server
Server in Jakarta
Write a Comment
User Comments (0)
About PowerShow.com