Semantic Days 2011 Tutorial Semantic Web Technologies

Size: px
Start display at page:

Download "Semantic Days 2011 Tutorial Semantic Web Technologies"

Transcription

1 Semantic Days 2011 Tutorial Semantic Web Technologies Lecture 2: RDF, The Resource Description Framework Martin Giese 7th June 2011 Department of Informatics University of Oslo

2 Outline 1 The RDF data model 2 The Turtle syntax Semantic Days 2011 Tutorial Lecture 2 2 / 20

3 Outline The RDF data model 1 The RDF data model 2 The Turtle syntax Semantic Days 2011 Tutorial Lecture 2 3 / 20

4 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Semantic Days 2011 Tutorial Lecture 2 4 / 20

5 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Information is encoded in triples. Semantic Days 2011 Tutorial Lecture 2 4 / 20

6 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Information is encoded in triples. Triples = subject-predicate-object patterns Semantic Days 2011 Tutorial Lecture 2 4 / 20

7 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Information is encoded in triples. Triples = subject-predicate-object patterns Things (in a broad sense) are labelled with URIs Semantic Days 2011 Tutorial Lecture 2 4 / 20

8 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Information is encoded in triples. Triples = subject-predicate-object patterns Things (in a broad sense) are labelled with URIs URIs act as globally valid names Semantic Days 2011 Tutorial Lecture 2 4 / 20

9 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Information is encoded in triples. Triples = subject-predicate-object patterns Things (in a broad sense) are labelled with URIs URIs act as globally valid names Sets of names are organized in vocabularies Semantic Days 2011 Tutorial Lecture 2 4 / 20

10 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Information is encoded in triples. Triples = subject-predicate-object patterns Things (in a broad sense) are labelled with URIs URIs act as globally valid names Sets of names are organized in vocabularies Vocabularies are demarcated by namespaces Semantic Days 2011 Tutorial Lecture 2 4 / 20

11 The RDF data model The conceptual components of RDF The RDF data model in a nutshell: Information is encoded in triples. Triples = subject-predicate-object patterns Things (in a broad sense) are labelled with URIs URIs act as globally valid names Sets of names are organized in vocabularies Vocabularies are demarcated by namespaces We shall look at each in turn. Semantic Days 2011 Tutorial Lecture 2 4 / 20

12 Triples The RDF data model All information in RDF is expressed as triples Semantic Days 2011 Tutorial Lecture 2 5 / 20

13 Triples The RDF data model All information in RDF is expressed as triples A triple consists of Semantic Days 2011 Tutorial Lecture 2 5 / 20

14 Triples The RDF data model All information in RDF is expressed as triples A triple consists of A subject Semantic Days 2011 Tutorial Lecture 2 5 / 20

15 Triples The RDF data model All information in RDF is expressed as triples A triple consists of A subject A predicate Semantic Days 2011 Tutorial Lecture 2 5 / 20

16 Triples The RDF data model All information in RDF is expressed as triples A triple consists of A subject A predicate An object Semantic Days 2011 Tutorial Lecture 2 5 / 20

17 Triples The RDF data model All information in RDF is expressed as triples A triple consists of A subject A predicate An object For instance Semantic Days 2011 Tutorial Lecture 2 5 / 20

18 Triples The RDF data model All information in RDF is expressed as triples A triple consists of A subject A predicate An object For instance Norway has capital Oslo Semantic Days 2011 Tutorial Lecture 2 5 / 20

19 Triples The RDF data model All information in RDF is expressed as triples A triple consists of A subject A predicate An object For instance Norway has capital Oslo Oslo has mayor Fabian Stang Semantic Days 2011 Tutorial Lecture 2 5 / 20

20 Triples The RDF data model All information in RDF is expressed as triples A triple consists of A subject A predicate An object For instance Norway has capital Oslo Oslo has mayor Fabian Stang Fabian Stang has year of birth 1955 Semantic Days 2011 Tutorial Lecture 2 5 / 20

21 The RDF data model Triples All information in RDF is expressed as triples A triple consists of A subject A predicate An object For instance Norway has capital Oslo Oslo has mayor Fabian Stang Fabian Stang has year of birth 1955 Any other representation of information can be transformed to triples Semantic Days 2011 Tutorial Lecture 2 5 / 20

22 The RDF data model Triples All information in RDF is expressed as triples A triple consists of A subject A predicate An object For instance Norway has capital Oslo Oslo has mayor Fabian Stang Fabian Stang has year of birth 1955 Any other representation of information can be transformed to triples Another word for an RDF triple is a statement Semantic Days 2011 Tutorial Lecture 2 5 / 20

23 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Semantic Days 2011 Tutorial Lecture 2 6 / 20

24 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Semantic Days 2011 Tutorial Lecture 2 6 / 20

25 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Semantic Days 2011 Tutorial Lecture 2 6 / 20

26 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers Semantic Days 2011 Tutorial Lecture 2 6 / 20

27 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Semantic Days 2011 Tutorial Lecture 2 6 / 20

28 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: Semantic Days 2011 Tutorial Lecture 2 6 / 20

29 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Semantic Days 2011 Tutorial Lecture 2 6 / 20

30 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Oslo: Semantic Days 2011 Tutorial Lecture 2 6 / 20

31 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Oslo: has mayor: Semantic Days 2011 Tutorial Lecture 2 6 / 20

32 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Oslo: has mayor: Fabian Stang: Semantic Days 2011 Tutorial Lecture 2 6 / 20

33 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Oslo: has mayor: Fabian Stang: Not necessarily dereferenceable Semantic Days 2011 Tutorial Lecture 2 6 / 20

34 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Oslo: has mayor: Fabian Stang: Not necessarily dereferenceable Separate a web page from what it talks about! Semantic Days 2011 Tutorial Lecture 2 6 / 20

35 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Oslo: has mayor: Fabian Stang: Not necessarily dereferenceable Separate a web page from what it talks about! Helps to avoid name clashes Semantic Days 2011 Tutorial Lecture 2 6 / 20

36 The RDF data model Uniform Resource Identifiers RDF (Resource Description Framework) talks about resources Resources can be pretty much anything Resources are identified by URIs Uniform Resource Identifiers e.g. in dbpdeia.org : Norway: has capital: Oslo: has mayor: Fabian Stang: Not necessarily dereferenceable Separate a web page from what it talks about! Helps to avoid name clashes Can be used for cross-referencing Semantic Days 2011 Tutorial Lecture 2 6 / 20

37 QNames The RDF data model URIs are often long and hard to type Semantic Days 2011 Tutorial Lecture 2 7 / 20

38 QNames The RDF data model URIs are often long and hard to type Most serializations use an abbreviation mechanism Semantic Days 2011 Tutorial Lecture 2 7 / 20

39 QNames The RDF data model URIs are often long and hard to type Most serializations use an abbreviation mechanism Define prefixes, namespaces Semantic Days 2011 Tutorial Lecture 2 7 / 20

40 QNames The RDF data model URIs are often long and hard to type Most serializations use an abbreviation mechanism Define prefixes, namespaces RDF/XML format: XML namespaces and entities Semantic Days 2011 Tutorial Lecture 2 7 / 20

41 The RDF data model QNames URIs are often long and hard to type Most serializations use an abbreviation mechanism Define prefixes, namespaces RDF/XML format: XML namespaces and entities E.g. in Turtle dbp: dbp-ont: < Semantic Days 2011 Tutorial Lecture 2 7 / 20

42 The RDF data model QNames URIs are often long and hard to type Most serializations use an abbreviation mechanism Define prefixes, namespaces RDF/XML format: XML namespaces and entities E.g. in Turtle dbp: dbp-ont: < A QName like dbp:oslo stands for Semantic Days 2011 Tutorial Lecture 2 7 / 20

43 The RDF data model QNames URIs are often long and hard to type Most serializations use an abbreviation mechanism Define prefixes, namespaces RDF/XML format: XML namespaces and entities E.g. in Turtle dbp: dbp-ont: < A QName like dbp:oslo stands for Remember: It s all just URIs! Semantic Days 2011 Tutorial Lecture 2 7 / 20

44 RDF Graphs The RDF data model An RDF graph is a set of triples. E.g. dbp:norway dbp-ont:capital dbp:oslo. dbp:oslo dbp-ont:leadername dbp:fabian_stang. Semantic Days 2011 Tutorial Lecture 2 8 / 20

45 RDF Graphs The RDF data model An RDF graph is a set of triples. E.g. dbp:norway dbp-ont:capital dbp:oslo. dbp:oslo dbp-ont:leadername dbp:fabian_stang. Often represented as a directed graph: dbp:norway dbp-ont:capital dbp:fabian_stang dbp-ont:leadername dbp:oslo Semantic Days 2011 Tutorial Lecture 2 8 / 20

46 Literals The RDF data model Objects of triples can also be literals Semantic Days 2011 Tutorial Lecture 2 9 / 20

47 Literals The RDF data model Objects of triples can also be literals I.e. nodes in an RDF graph can be resources or literals Semantic Days 2011 Tutorial Lecture 2 9 / 20

48 Literals The RDF data model Objects of triples can also be literals I.e. nodes in an RDF graph can be resources or literals Subjects and predicates of triples can not be literals Semantic Days 2011 Tutorial Lecture 2 9 / 20

49 Literals The RDF data model Objects of triples can also be literals I.e. nodes in an RDF graph can be resources or literals Subjects and predicates of triples can not be literals Literals can be Semantic Days 2011 Tutorial Lecture 2 9 / 20

50 Literals The RDF data model Objects of triples can also be literals I.e. nodes in an RDF graph can be resources or literals Subjects and predicates of triples can not be literals Literals can be Plain, without language tag: dbp:oslo dbp-ont:officialname "Oslo". Semantic Days 2011 Tutorial Lecture 2 9 / 20

51 Literals The RDF data model Objects of triples can also be literals I.e. nodes in an RDF graph can be resources or literals Subjects and predicates of triples can not be literals Literals can be Plain, without language tag: dbp:oslo dbp-ont:officialname "Oslo". Plain, with language tag: dbp:norway rdfs:label dbp:norway rdfs:label Semantic Days 2011 Tutorial Lecture 2 9 / 20

52 Literals The RDF data model Objects of triples can also be literals I.e. nodes in an RDF graph can be resources or literals Subjects and predicates of triples can not be literals Literals can be Plain, without language tag: dbp:oslo dbp-ont:officialname "Oslo". Plain, with language tag: dbp:norway rdfs:label dbp:norway rdfs:label Typed, with a URI indicating the type: dbp:oslo dbp-ont:population "605005"^^xsd:integer. Semantic Days 2011 Tutorial Lecture 2 9 / 20

53 The RDF data model Literals Objects of triples can also be literals I.e. nodes in an RDF graph can be resources or literals Subjects and predicates of triples can not be literals Literals can be Plain, without language tag: dbp:oslo dbp-ont:officialname "Oslo". Plain, with language tag: dbp:norway rdfs:label dbp:norway rdfs:label Typed, with a URI indicating the type: dbp:oslo dbp-ont:population "605005"^^xsd:integer. Usually represented with rectangles: dbp:oslo dbp-ont:population "605005"^^xsd:integer Semantic Days 2011 Tutorial Lecture 2 9 / 20

54 Blank nodes The RDF data model Blank nodes are like resources without a URI Can be used as subject or object, but not as predicate Norway s capital has population : :capital :population dbp:norway "605005" The address of UiO is Problemveien 7, 0313 Oslo: :UiO :address :street :place "Problemveien 7" "Oslo" :postcode "0313" Semantic Days 2011 Tutorial Lecture 2 10 / 20

55 Vocabularies The RDF data model Families of related notions are grouped into vocabularies Semantic Days 2011 Tutorial Lecture 2 11 / 20

56 The RDF data model Vocabularies Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Semantic Days 2011 Tutorial Lecture 2 11 / 20

57 The RDF data model Vocabularies Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Usually, a description is published at the namespace base URI Semantic Days 2011 Tutorial Lecture 2 11 / 20

58 Vocabularies The RDF data model Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Usually, a description is published at the namespace base URI Important, well-known namespaces: rdf: < RDF rdfs: < RDF Schema dcterms: < Dublin Core foaf: < Friend of a friend Semantic Days 2011 Tutorial Lecture 2 11 / 20

59 Vocabularies The RDF data model Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Usually, a description is published at the namespace base URI Important, well-known namespaces: rdf: < RDF rdfs: < RDF Schema dcterms: < Dublin Core foaf: < Friend of a friend Important predicates: Semantic Days 2011 Tutorial Lecture 2 11 / 20

60 Vocabularies The RDF data model Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Usually, a description is published at the namespace base URI Important, well-known namespaces: rdf: < RDF rdfs: < RDF Schema dcterms: < Dublin Core foaf: < Friend of a friend Important predicates: dbp:oslo rdf:type dbp-ont:place Semantic Days 2011 Tutorial Lecture 2 11 / 20

61 Vocabularies The RDF data model Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Usually, a description is published at the namespace base URI Important, well-known namespaces: rdf: < RDF rdfs: < RDF Schema dcterms: < Dublin Core foaf: < Friend of a friend Important predicates: dbp:oslo rdf:type dbp-ont:place dbp:norway rdfs:label "Norge"@no Semantic Days 2011 Tutorial Lecture 2 11 / 20

62 Vocabularies The RDF data model Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Usually, a description is published at the namespace base URI Important, well-known namespaces: rdf: < RDF rdfs: < RDF Schema dcterms: < Dublin Core foaf: < Friend of a friend Important predicates: dbp:oslo rdf:type dbp-ont:place dbp:norway rdfs:label "Norge"@no :rdf-lecture dcterms:creator :martingi Semantic Days 2011 Tutorial Lecture 2 11 / 20

63 Vocabularies The RDF data model Families of related notions are grouped into vocabularies Usually the same namespace/prefix is shared Usually, a description is published at the namespace base URI Important, well-known namespaces: rdf: < RDF rdfs: < RDF Schema dcterms: < Dublin Core foaf: < Friend of a friend Important predicates: dbp:oslo rdf:type dbp-ont:place dbp:norway rdfs:label "Norge"@no :rdf-lecture dcterms:creator :martingi dbp:fabian_stang foaf:name "Fabian Stang" Semantic Days 2011 Tutorial Lecture 2 11 / 20

64 Outline The Turtle syntax 1 The RDF data model 2 The Turtle syntax Semantic Days 2011 Tutorial Lecture 2 12 / 20

65 The Turtle syntax RDF Serializations There are many serializations for the RDF data model: RDF/XML the W3C standard. Very complicated! <?xml version="1.0"?> <rdf:rdf xmlns:dbp=" xmlns:foaf=" xmlns:rdf=" <rdf:description rdf:about=" <foaf:name>fabian Stang</foaf:name> </rdf:description> </rdf:rdf> Semantic Days 2011 Tutorial Lecture 2 13 / 20

66 The Turtle syntax RDF Serializations There are many serializations for the RDF data model: RDF/XML the W3C standard. Very complicated! <?xml version="1.0"?> <rdf:rdf xmlns:dbp=" xmlns:foaf=" xmlns:rdf=" <rdf:description rdf:about=" <foaf:name>fabian Stang</foaf:name> </rdf:description> </rdf:rdf> N-triples one triple per line. No abbreviations. < < "Fabian Stang". Semantic Days 2011 Tutorial Lecture 2 13 / 20

67 The Turtle syntax RDF Serializations There are many serializations for the RDF data model: RDF/XML the W3C standard. Very complicated! <?xml version="1.0"?> <rdf:rdf xmlns:dbp=" xmlns:foaf=" xmlns:rdf=" <rdf:description rdf:about=" <foaf:name>fabian Stang</foaf:name> </rdf:description> </rdf:rdf> N-triples one triple per line. No abbreviations. < < "Fabian Stang". Turtle/N3 convenient, human dbp: foaf: < dbp:fabian_stang foaf:name "Fabian Stang". Semantic Days 2011 Tutorial Lecture 2 13 / 20

68 The Turtle syntax RDF Serializations There are many serializations for the RDF data model: RDF/XML the W3C standard. Very complicated! <?xml version="1.0"?> <rdf:rdf xmlns:dbp=" xmlns:foaf=" xmlns:rdf=" <rdf:description rdf:about=" <foaf:name>fabian Stang</foaf:name> </rdf:description> </rdf:rdf> N-triples one triple per line. No abbreviations. < < "Fabian Stang". Turtle/N3 convenient, human dbp: foaf: < dbp:fabian_stang foaf:name "Fabian Stang". Others TriX, TriG, RDF/JSON,... Semantic Days 2011 Tutorial Lecture 2 13 / 20

69 The Turtle syntax Statements/assertions/triples Full URIs are surrounded by < and > < Statements are triples terminated by a period: < < < rdf:type may be abbreviated with a : < a < Semantic Days 2011 Tutorial Lecture 2 14 / 20

70 The Turtle syntax Namespaces Namespace prefixes are dbp: < dbp:oslo a < A base namespace may be dbp: : < dbp:oslo a :Place. Semantic Days 2011 Tutorial Lecture 2 15 / 20

71 The Turtle syntax Literals Literal values are enclosed in double dbp: : < dbp:oslo :officialname "Oslo". Possibly with type and language information: dbp:norway rdfs:label "Norge"@no. dbp:oslo :population "605005"^^xsd:integer. Semantic Days 2011 Tutorial Lecture 2 16 / 20

72 The Turtle syntax Statements with shared subjects Statements may share a subject with ; dbp:oslo :officialname "Oslo" ; :population "605005"^^xsd:integer ; :leadername dbp:fabian_stang. Statements may share subject and predicate with, dbp:norway rdfs:label "Norway"@en, "Norwegen"@de, "Norge"@no. Semantic Days 2011 Tutorial Lecture 2 17 / 20

73 The Turtle syntax Blank nodes Blank nodes are designated with underscores or [...] Norway has a capital with population dbp:norway :capital _:someplace. _:someplace :population "605005"^^xsd:integer. There is a place with official name Oslo [] a :Place ; :officialname "Oslo". UiO has address Problemveien 7, 0313 Oslo :UiO :address [ :street "Problemveien 7" ; :place "Oslo" ; :postcode "0313" ]. Semantic Days 2011 Tutorial Lecture 2 18 / 20

74 The Turtle syntax Supplementary reading W3C specs: Concepts and Abstract Syntax: RDF/XML Syntax Specification: RDF Semantics: RDF Primer: Semantic Days 2011 Tutorial Lecture 2 19 / 20

75 The Turtle syntax Exercise: RDF Write RDF in Turtle format Validate RDF using online validators Visualize RDF graph Go to for more information. Semantic Days 2011 Tutorial Lecture 2 20 / 20

From the Web to the Semantic Web: RDF and RDF Schema

From the Web to the Semantic Web: RDF and RDF Schema From the Web to the Semantic Web: RDF and RDF Schema Languages for web Master s Degree Course in Computer Engineering - (A.Y. 2016/2017) The Semantic Web [Berners-Lee et al., Scientific American, 2001]

More information

RESOURCES DESCRIPTION FRAMEWORK: RDF

RESOURCES DESCRIPTION FRAMEWORK: RDF 1 RESOURCES DESCRIPTION FRAMEWORK: RDF Hala Skaf-Molli Associate Professor Nantes University Hala.Skaf@univ-nantes.fr http://pagesperso.lina.univ-nantes.fr/~skaf-h Linked Data Stack (Semantic Web Cake)

More information

Semantic Web In Depth: Resource Description Framework. Dr Nicholas Gibbins 32/4037

Semantic Web In Depth: Resource Description Framework. Dr Nicholas Gibbins 32/4037 Semantic Web In Depth: Resource Description Framework Dr Nicholas Gibbins 32/4037 nmg@ecs.soton.ac.uk RDF syntax(es) RDF/XML is the standard syntax Supported by almost all tools RDF/N3 (Notation3) is also

More information

Semantic Web and Python Concepts to Application development

Semantic Web and Python Concepts to Application development PyCon 2009 IISc, Bangalore, India Semantic Web and Python Concepts to Application development Vinay Modi Voice Pitara Technologies Private Limited Outline Web Need better web for the future Knowledge Representation

More information

Today s Plan. 1 Repetition: RDF. 2 Jena: Basic Datastructures. 3 Jena: Inspecting Models. 4 Jena: I/O. 5 Example. 6 Jena: ModelFactory and ModelMaker

Today s Plan. 1 Repetition: RDF. 2 Jena: Basic Datastructures. 3 Jena: Inspecting Models. 4 Jena: I/O. 5 Example. 6 Jena: ModelFactory and ModelMaker Today s Plan INF3580/4580 Semantic Technologies Spring 2015 Lecture 3: Jena A Java Library for RDF Martin Giese 2nd February 2015 2 Department of Informatics University of Oslo INF3580/4580 :: Spring 2015

More information

Today s Plan. INF3580 Semantic Technology Spring Outline. My lectures. Lecture 2: RDF, The Resource Description Framework.

Today s Plan. INF3580 Semantic Technology Spring Outline. My lectures. Lecture 2: RDF, The Resource Description Framework. Today s Plan INF3580 Semantic Technology Spring 2010 Lecture 2: RDF, The Resource Description Framework 1 2 Semantic Web architecture Audun Stolpe 3 2nd February 2010 4 Merging graphs Department of Informatics

More information

Building Blocks of Linked Data

Building Blocks of Linked Data Building Blocks of Linked Data Technological foundations Identifiers: URIs Data Model: RDF Terminology and Semantics: RDFS, OWL 23,019,148 People s Republic of China 20,693,000 population located in capital

More information

Today s Plan. 1 Repetition: RDF. 2 Jena: Basic Datastructures. 3 Jena: Inspecting Models. 4 Jena: I/O. 5 Example. 6 Jena: ModelFactory and ModelMaker

Today s Plan. 1 Repetition: RDF. 2 Jena: Basic Datastructures. 3 Jena: Inspecting Models. 4 Jena: I/O. 5 Example. 6 Jena: ModelFactory and ModelMaker Today s Plan INF3580/4580 Semantic Technologies Spring 2017 Lecture 3: Jena A Java Library for RDF Martin Giese 30th January 2017 2 Department of Informatics University of Oslo INF3580/4580 :: Spring 2017

More information

RDF. Dr. Mustafa Jarrar. Knowledge Engineering (SCOM7348) University of Birzeit

RDF. Dr. Mustafa Jarrar. Knowledge Engineering (SCOM7348) University of Birzeit Mustafa Jarrar Lecture Notes, Knowledge Engineering (SCOM7348) University of Birzeit 1 st Semester, 2011 Knowledge Engineering (SCOM7348) RDF Dr. Mustafa Jarrar University of Birzeit mjarrar@birzeit.edu

More information

Linked Data: What Now? Maine Library Association 2017

Linked Data: What Now? Maine Library Association 2017 Linked Data: What Now? Maine Library Association 2017 Linked Data What is Linked Data Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. URIs - Uniform

More information

Introduction to Semantic Web Databases. Version 1 Prepared By: Amgad Madkour Ph.D. Candidate Purdue University April 2018

Introduction to Semantic Web Databases. Version 1 Prepared By: Amgad Madkour Ph.D. Candidate Purdue University April 2018 Introduction to Semantic Web Databases Version 1 Prepared By: Amgad Madkour Ph.D. Candidate Purdue University April 2018 Semantic Web Motivation Represents the next generation of the the world wide web

More information

Today s Plan. INF3580 Semantic Technologies Spring RDF on the Web. Outline. Lecture 13: Publishing RDF Data on the Web.

Today s Plan. INF3580 Semantic Technologies Spring RDF on the Web. Outline. Lecture 13: Publishing RDF Data on the Web. Today s Plan INF3580 Semantic Technologies Spring 2010 Lecture 13: Publishing RDF Data on the Web Martin Giese 11th May 2010 1 Introduction 2 3 Linking RDF to HTML 4 Department of Informatics University

More information

Day 2. RISIS Linked Data Course

Day 2. RISIS Linked Data Course Day 2 RISIS Linked Data Course Overview of the Course: Friday 9:00-9:15 Coffee 9:15-9:45 Introduction & Reflection 10:30-11:30 SPARQL Query Language 11:30-11:45 Coffee 11:45-12:30 SPARQL Hands-on 12:30-13:30

More information

Web 2.0 Lecture 8: Resource Description Framework

Web 2.0 Lecture 8: Resource Description Framework Web 2.0 Lecture 8: Resource Description Framework doc. Ing. Tomáš Vitvar, Ph.D. tomas@vitvar.com @TomasVitvar http://www.vitvar.com Leopold-Franzens Universität Innsbruck and Czech Technical University

More information

Querying Semantic Web Data

Querying Semantic Web Data Querying Semantic Web Data Lalana Kagal Decentralized Information Group MIT CSAIL Eric Prud'hommeaux Sanitation Engineer World Wide Web Consortium SPARQL Program Graph patterns Motivations for RDF RDF

More information

Part II. Representation of Meta-Information

Part II. Representation of Meta-Information Part II Representation of Meta-Information 43 As we have seen in Chapter 3, quality-based information filtering policies rely on different types of meta-information about information itself, the information

More information

2. Knowledge Representation Applied Artificial Intelligence

2. Knowledge Representation Applied Artificial Intelligence 2. Knowledge Representation Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences 1 Retrospective Introduction to AI What

More information

INF3580/4580 Semantic Technologies Spring 2015

INF3580/4580 Semantic Technologies Spring 2015 INF3580/4580 Semantic Technologies Spring 2015 Lecture 15: RDFa Martin Giese 11th May 2015 Department of Informatics University of Oslo Repetition 18 June: Guest lecture, Lars Marius Garshol 25 May: no

More information

Lars Schmidt-Thieme, Information Systems and Machine Learning Lab (ISMLL), University of Hildesheim, Germany, Course on XML and Semantic Web

Lars Schmidt-Thieme, Information Systems and Machine Learning Lab (ISMLL), University of Hildesheim, Germany, Course on XML and Semantic Web Course on XML and Semantic Web Technologies, summer term 2012 0/45 XML and Semantic Web Technologies XML and Semantic Web Technologies II. Semantic Web / 3. SPARQL Query Language for RDF Lars Schmidt-Thieme

More information

DC-Text - a simple text-based format for DC metadata

DC-Text - a simple text-based format for DC metadata DC-Text - a simple text-based format for DC metadata Pete Johnston Eduserv Foundation Tel: +44 1225 474323 pete.johnston@eduserv.org.uk Andy Powell Eduserv Foundation Tel: +44 1225 474319 andy.powell@eduserv.org.uk

More information

3. Queries Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences

3. Queries Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences 3. Queries Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences 1 Retrospective Knowledge Representation (1/2) What is

More information

a paradigm for the Semantic Web RDF Data Model Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Semantic Web RDF Data Model Angelica Lo Duca IIT-CNR Linked Open Data: RDF Data Model Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Motivation How to encode the following piece of knowledge? Theory of

More information

XML and Semantic Web Technologies. III. Semantic Web / 3. SPARQL Query Language for RDF

XML and Semantic Web Technologies. III. Semantic Web / 3. SPARQL Query Language for RDF XML and Semantic Web Technologies XML and Semantic Web Technologies III. Semantic Web / 3. SPARQL Query Language for RDF Lars Schmidt-Thieme Information Systems and Machine Learning Lab (ISMLL) Institute

More information

RDF. Charlie Abela Department of Artificial Intelligence

RDF. Charlie Abela Department of Artificial Intelligence RDF Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Introduced XPath and XQuery as languages that allow for accessing and extracting node information from XML Problems?

More information

SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri

SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri Mon Jun 07 2004 12:07:51 Europe/London SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri Project name: Semantic Web Advanced Development for Europe (SWAD-Europe) Project Number: IST-2001-34732

More information

Semantic Web Technologies: Assignment 1. Axel Polleres Siemens AG Österreich

Semantic Web Technologies: Assignment 1. Axel Polleres Siemens AG Österreich Semantic Web Technologies: Assignment 1 Siemens AG Österreich 1 The assignment: 2 FOAF: 1. Create your own FOAF file. You can use a generator tool such as FOAF- a- Ma>c to generate a skeleton. 2. Make

More information

BUILDING THE SEMANTIC WEB

BUILDING THE SEMANTIC WEB BUILDING THE SEMANTIC WEB You might have come across the term Semantic Web Applications often, during talks about the future of Web apps. Check out what this is all about There are two aspects to the possible

More information

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics Linked data and its role in the semantic web Dave Reynolds, Epimorphics Ltd @der42 Roadmap What is linked data? Modelling Strengths and weaknesses Examples Access other topics image: Leo Oosterloo @ flickr.com

More information

Introduction to Linked Data

Introduction to Linked Data Introduction to Linked Data Sandro Hawke, W3C sandro@hawke.org @sandhawke http://www.w3.org/2010/talks/0608-linked-data June 8 2010, Cambridge Semantic Web Gathering Outline Context Motivation Prerequisites

More information

CS Knowledge Representation and Reasoning (for the Semantic Web)

CS Knowledge Representation and Reasoning (for the Semantic Web) CS 7810 - Knowledge Representation and Reasoning (for the Semantic Web) 02 Resource Description Framework (RDF) Adila Krisnadhi Data Semantics Lab, Wright State University, Dayton, OH Outline 1. Motivation:

More information

Interacting with Linked Data Part I: General Introduction

Interacting with Linked Data Part I: General Introduction Interacting with Linked Data Part I: General Introduction Agenda Part 0: Welcome Part I: General Introduction to Semantic Technologies Part II: Advanced Concepts Part III: OWLIM Part IV: Information Workbench-

More information

Semantic Web Technologies

Semantic Web Technologies 1/57 Introduction and RDF Jos de Bruijn debruijn@inf.unibz.it KRDB Research Group Free University of Bolzano, Italy 3 October 2007 2/57 Outline Organization Semantic Web Limitations of the Web Machine-processable

More information

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015 Library of Congress BIBFRAME Pilot NOTSL Fall Meeting October 30, 2015 THE BIBFRAME EDITOR AND THE LC PILOT The Semantic Web and Linked Data : a Recap of the Key Concepts Learning Objectives Describe the

More information

COMPUTER AND INFORMATION SCIENCE JENA DB. Group Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara

COMPUTER AND INFORMATION SCIENCE JENA DB. Group Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara JENA DB Group - 10 Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara OUTLINE Introduction Data Model Query Language Implementation Features Applications Introduction Open Source

More information

KNOWLEDGE GRAPHS. Lecture 3: Modelling in RDF/Introduction to SPARQL. TU Dresden, 30th Oct Markus Krötzsch Knowledge-Based Systems

KNOWLEDGE GRAPHS. Lecture 3: Modelling in RDF/Introduction to SPARQL. TU Dresden, 30th Oct Markus Krötzsch Knowledge-Based Systems KNOWLEDGE GRAPHS Lecture 3: Modelling in RDF/Introduction to SPARQL Markus Krötzsch Knowledge-Based Systems TU Dresden, 30th Oct 2018 Review: RDF Graphs The W3C Resource Description Framework considers

More information

Contents. RDF Resource Description Framework. A Graph Model for KR

Contents. RDF Resource Description Framework. A Graph Model for KR Contents RDF Resource Description Framework G. Falquet 2014 The RDF graph model RDF in XML and N3 Blank nodes Representing collections Adding some structure: RDF schemas Classes, subclasses, properties,

More information

Implementing and extending SPARQL queries over DLVHEX

Implementing and extending SPARQL queries over DLVHEX Implementing and extending SPARQL queries over DLVHEX Gennaro Frazzingaro Bachelor Thesis Presentation - October 5, 2007 From a work performed in Madrid, Spain Galway, Ireland Rende, Italy How to solve

More information

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements Knowledge management RDF and RDFS 1 RDF Outline Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements RDF Schema (RDFS) RDF Storing 2 Semantic Web The Web today: Documents for

More information

XML and Semantic Web Technologies. III. Semantic Web / 1. Ressource Description Framework (RDF)

XML and Semantic Web Technologies. III. Semantic Web / 1. Ressource Description Framework (RDF) XML and Semantic Web Technologies XML and Semantic Web Technologies III. Semantic Web / 1. Ressource Description Framework (RDF) Prof. Dr. Dr. Lars Schmidt-Thieme Information Systems and Machine Learning

More information

Introducing Linked Data

Introducing Linked Data Introducing Linked Data (Part of this work was funded by PlanetData NoE FP7/2007-2013) Irini Fundulaki 1 1 Institute of Computer Science FORTH & W3C Greece Office Manager EICOS : 4th Meeting, Athens, Greece

More information

Reminder: RDF triples

Reminder: RDF triples Reminder: RDF triples The RDF data model is similar to classical conceptual modelling approaches such as entity relationship or class diagrams it is based on the idea of making statements about resources

More information

SPARQL QUERY LANGUAGE WEB:

SPARQL QUERY LANGUAGE   WEB: SPARQL QUERY LANGUAGE JELENA JOVANOVIC EMAIL: JELJOV@GMAIL.COM WEB: HTTP://JELENAJOVANOVIC.NET SPARQL query language W3C standard for querying RDF graphs Can be used to query not only native RDF data,

More information

SEMANTIC WEB 03 RDF DATA MODEL RESOURCE DESCRIPTION FRAMEWORK IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD

SEMANTIC WEB 03 RDF DATA MODEL RESOURCE DESCRIPTION FRAMEWORK IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD SEMANTIC WEB 03 RDF DATA MODEL RESOURCE DESCRIPTION FRAMEWORK IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD WWW.IMRANIHSAN.COM MOTIVATION How do you encode the piece of knowledge: or

More information

University of Dublin Trinity College. Resource Description Framework (RDF) Melike Şah Direkoğlu

University of Dublin Trinity College. Resource Description Framework (RDF) Melike Şah Direkoğlu University of Dublin Trinity College Resource Description Framework (RDF) Melike Şah Direkoğlu Adapted from course notes of Rob Brennan, TCD, Declan O Sullivan, TCD, Simon Dobson, UCD and Myungjin Lee,

More information

Outline. Introduction Semantic Web

Outline. Introduction Semantic Web Outline Introduction Semantic Web o Vision o From the Web of Documents to the Web Of Data o Technologies o Advantages Semantic Web and Linguistics RDB2RDF o Concepts o Sparqlify (SML) PanLex2RDF Demo Discussion

More information

RDF /RDF-S Providing Framework Support to OWL Ontologies

RDF /RDF-S Providing Framework Support to OWL Ontologies RDF /RDF-S Providing Framework Support to OWL Ontologies Rajiv Pandey #, Dr.Sanjay Dwivedi * # Amity Institute of information Technology, Amity University Lucknow,India * Dept.Of Computer Science,BBA University

More information

Knowledge Representation for the Semantic Web

Knowledge Representation for the Semantic Web Knowledge Representation for the Semantic Web Winter Quarter 2012 Pascal Hitzler Slides 2 01/05/2011 Kno.e.sis Center Wright State University, Dayton, OH http://www.knoesis.org/pascal/ KR4SW Winter 2012

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

More information

The Semantic Web. What is the Semantic Web?

The Semantic Web. What is the Semantic Web? The Semantic Web Alun Preece Computing Science, University of Aberdeen (from autumn 2007: School of Computer Science, Cardiff University) What is the Semantic Web, and why do we need it now? How does the

More information

Ontological Modeling: Part 2

Ontological Modeling: Part 2 Ontological Modeling: Part 2 Terry Halpin LogicBlox This is the second in a series of articles on ontology-based approaches to modeling. The main focus is on popular ontology languages proposed for the

More information

What's New in RDF 1.1

What's New in RDF 1.1 What's New in RDF 1.1 SemTechBiz June 2013 http://www.w3.org/2013/talks/0603-rdf11 Sandro Hawke, W3C Staff sandro@w3.org @sandhawke Overview 1. Stability and Interoperability 2. Non-XML Syntaxes Turtle

More information

Chapter 13: Advanced topic 3 Web 3.0

Chapter 13: Advanced topic 3 Web 3.0 Chapter 13: Advanced topic 3 Web 3.0 Contents Web 3.0 Metadata RDF SPARQL OWL Web 3.0 Web 1.0 Website publish information, user read it Ex: Web 2.0 User create content: post information, modify, delete

More information

RDFS. Suresh Manandhar* & Dimitar Kazakov

RDFS. Suresh Manandhar* & Dimitar Kazakov ARIN KR Lecture 3 RDFS Suresh Manandhar* & Dimitar Kazakov *Several of these slides are based on tutorial by Ivan Herman (W3C) reproduced here with kind permission. All changes and errors are mine. 1 Lecture

More information

Querying the Semantic Web

Querying the Semantic Web Querying the Semantic Web CSE 595 Semantic Web Instructor: Dr. Paul Fodor Stony Brook University http://www3.cs.stonybrook.edu/~pfodor/courses/cse595.html Lecture Outline SPARQL Infrastructure Basics:

More information

Web NDL Authorities SPARQL API Specication

Web NDL Authorities SPARQL API Specication Web NDL Authorities SPARQL API Specication National Diet Library of Japan March 31th, 2014 Contents 1 The Outline of the Web NDLA SPARQL API 2 1.1 SPARQL query API.................................... 2

More information

Linking Data with RDF

Linking Data with RDF Linking Data with RDF Wiltrud Kessler Institut für Maschinelle Sprachverarbeitung Universität Stuttgart Semantic Web Winter 2014/15 This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike

More information

RDF Graph Data Model

RDF Graph Data Model Mustafa Jarrar: Lecture Notes on RDF Data Model Birzeit University, 2018 Version 7 RDF Graph Data Model Mustafa Jarrar Birzeit University 1 Watch this lecture and download the slides Course Page: http://www.jarrar.info/courses/ai/

More information

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services Contents G52IWS: The Semantic Web Chris Greenhalgh 2007-11-10 Introduction to the Semantic Web Semantic Web technologies Overview RDF OWL Semantic Web Services Concluding comments 1 See Developing Semantic

More information

INF3580 SPRING 2014 EXERCISES WEEK 4

INF3580 SPRING 2014 EXERCISES WEEK 4 INF3580 SPRING 2014 EXERCISES WEEK 4 Martin G. Skjæveland 10 mars 2014 4 SPARQL Read Semantic Web Programming: chapter 6. Foundations of Semantic Web Technologies: chapter 7. 4.1 Query engine In this exercise

More information

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham Semantics Matthew J. Graham CACR Methods of Computational Science Caltech, 2011 May 10 semantic web The future of the Internet (Web 3.0) Decentralized platform for distributed knowledge A web of databases

More information

Semantic Information Retrieval: An Ontology and RDFbased

Semantic Information Retrieval: An Ontology and RDFbased Semantic Information Retrieval: An Ontology and RDFbased Model S. Mahaboob Hussain Assistant Professor, CSE Prathyusha Kanakam Assistant Professor, CSE D. Suryanarayana Professor, CSE Swathi Gunnam PG

More information

SPARQL. Fausto Giunchiglia and Mattia Fumagallli. University of Trento

SPARQL. Fausto Giunchiglia and Mattia Fumagallli. University of Trento SPARQL Fausto Giunchiglia and Mattia Fumagallli University of Trento Roadmap Introduction Basic query forms SELECT CONSTRUCT ASK DESCRIBE Other clauses and modifiers SPARQL Federated Query Exercises 2

More information

Simplified RDF Syntax for Power System Model Exchange

Simplified RDF Syntax for Power System Model Exchange Simplified RDF Syntax for Power System Model Exchange Arnold devos, Langdale Consultants adv@langdale.com.au Revision 2 2000-10-04 Initial Release Revision 4 2000-10-05 Corrections. Example added. Revision

More information

2. RDF Semantic Web Basics Semantic Web

2. RDF Semantic Web Basics Semantic Web 2. RDF Semantic Web Basics Semantic Web Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences Summer semester 2011 1 Agenda Semantic Web Basics Literature

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2018/19 with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz January 7 th 2019 Overview What is Semantic Web? Technology

More information

MarkLogic Server. Semantics Developer s Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Semantics Developer s Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved. Semantics Developer s Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-4, January 2018 Copyright 2018 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Semantics Developer

More information

Knowledge Representation RDF Turtle Namespace

Knowledge Representation RDF Turtle Namespace Knowledge Representation RDF Turtle Namespace Jan Pettersen Nytun, UiA 1 URIs Identify Web Resources Web addresses are the most common URIs, i.e., uniform Resource Locators (URLs). RDF resources are usually

More information

Semantic Web Technologies: RDF + RDFS

Semantic Web Technologies: RDF + RDFS Semantic Web Technologies: RDF + RDFS RDF Language RDF Schema The limits of my language are the limits of my world. Ludwig Wittgenstein RDF Expressiveness & Semantics RDF Programming Introduction The Semantic

More information

On the Semantics of Heterogeneous Querying of Relational, XML and RDF Data with XSPARQL

On the Semantics of Heterogeneous Querying of Relational, XML and RDF Data with XSPARQL On the Semantics of Heterogeneous Querying of Relational, XML and RDF Data with XSPARQL Nuno Lopes, Stefan Bischof, Stefan Decker, Axel Polleres Stefan.Decker@deri.org http://www.stefandecker.org/! Copyright

More information

Introduction to metadata cleansing using SPARQL update queries. April 2014 PwC EU Services

Introduction to metadata cleansing using SPARQL update queries. April 2014 PwC EU Services Introduction to metadata cleansing using SPARQL update queries April 2014 PwC EU Services Learning objectives By the end of this module, you will have an understanding of: How to transform your metadata

More information

MI-PDB, MIE-PDB: Advanced Database Systems

MI-PDB, MIE-PDB: Advanced Database Systems MI-PDB, MIE-PDB: Advanced Database Systems http://www.ksi.mff.cuni.cz/~svoboda/courses/2015-2-mie-pdb/ Lecture 11: RDF, SPARQL 3. 5. 2016 Lecturer: Martin Svoboda svoboda@ksi.mff.cuni.cz Author: Martin

More information

Description Set Profiles: A constraint language for Dublin Core Application Profiles

Description Set Profiles: A constraint language for Dublin Core Application Profiles 1 of 14 17/09/2008 16:41 Description Set Profiles: A constraint language for Dublin Core Application Profiles Creator: Mikael Nilsson KMR Group, NADA, KTH (Royal Institute of Technology), Sweden Date Issued:

More information

Semantic Web. MPRI : Web Data Management. Antoine Amarilli Friday, January 11th 1/29

Semantic Web. MPRI : Web Data Management. Antoine Amarilli Friday, January 11th 1/29 Semantic Web MPRI 2.26.2: Web Data Management Antoine Amarilli Friday, January 11th 1/29 Motivation Information on the Web is not structured 2/29 Motivation Information on the Web is not structured This

More information

Semantic Web Engineering

Semantic Web Engineering Semantic Web Engineering Gerald Reif reif@ifi.unizh.ch Fr. 10:15-12:00, Room 2.A.10 RDF Schema Trust Proof Logic Ontology vocabulary RDF + RDF Schema XML + NS + XML Schema Unicode URI Digital Signature

More information

Metadata Standards and Applications. 4. Metadata Syntaxes and Containers

Metadata Standards and Applications. 4. Metadata Syntaxes and Containers Metadata Standards and Applications 4. Metadata Syntaxes and Containers Goals of Session Understand the origin of and differences between the various syntaxes used for encoding information, including HTML,

More information

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall The Semantic Web Revisited Nigel Shadbolt Tim Berners-Lee Wendy Hall Today sweb It is designed for human consumption Information retrieval is mainly supported by keyword-based search engines Some problems

More information

Multi-agent Semantic Web Systems: RDF Models

Multi-agent Semantic Web Systems: RDF Models ... Multi-agent Semantic Web Systems: RDF Models Ewan Klein School of Informatics January 30, 2012 Ewan Klein (School of Informatics) Multi-agent Semantic Web Systems: RDF Models January 30, 2012 1 / 33

More information

SPAR-QL. Mario Arrigoni Neri

SPAR-QL. Mario Arrigoni Neri SPAR-QL Mario Arrigoni Neri 1 Introduction 2 SPARQL = SPARQL Protocol and RDF Query Language SPARQL - query language to manipulate information in RDF graphs. It provides support to: extract information

More information

Multi-agent and Semantic Web Systems: RDF Data Structures

Multi-agent and Semantic Web Systems: RDF Data Structures Multi-agent and Semantic Web Systems: RDF Data Structures Fiona McNeill School of Informatics 31st January 2013 Fiona McNeill Multi-agent Semantic Web Systems: RDF Data Structures 31st January 2013 0/25

More information

Unit 1 a Bird s Eye View on RDF(S), OWL & SPARQL

Unit 1 a Bird s Eye View on RDF(S), OWL & SPARQL Unit 1 a Bird s Eye View on RDF(S), OWL & SPARQL Axel Polleres Siemens AG Österreich VU 184.729 Semantic Web Technologies A. Polleres VU 184.729 1/48 Unit Outline 1. Motivation Aggregating Web Data 2.

More information

RDF AND SPARQL. Part I: Basics of RDF. Dresden, August Sebastian Rudolph ICCL Summer School

RDF AND SPARQL. Part I: Basics of RDF. Dresden, August Sebastian Rudolph ICCL Summer School RDF AND SPARQL Part I: Basics of RDF Sebastian Rudolph ICCL Summer School Dresden, August 2013 Agenda RDF Motivation URIs RDF data model Syntax for RDF: Turtle and XML Datatypes Multi-Valued Relationships

More information

O.Curé [1 ] Mashup, Microformats, RDFa and GRDDL

O.Curé [1 ] Mashup, Microformats, RDFa and GRDDL O.Curé [1 ] Mashup, Microformats, RDFa and GRDDL O.Curé [2 ] Mashup A mashup application combines contents or servives coming from several, possibly heteogeneous, applications. In the case of a we site,

More information

SPARQL Protocol And RDF Query Language

SPARQL Protocol And RDF Query Language SPARQL Protocol And RDF Query Language WS 2011/12: XML Technologies John Julian Carstens Department of Computer Science Communication Systems Group Christian-Albrechts-Universität zu Kiel March 1, 2012

More information

Knowledge Representation VII - IKT507. SPARQL stands for SPARQL Protocol And RDF Query Language

Knowledge Representation VII - IKT507. SPARQL stands for SPARQL Protocol And RDF Query Language Knowledge Representation VII - IKT507 This sentence is false! PARQL stands for PARQL Protocol And RDF Query Language Jan Pettersen Nytun, UiA 1 The emantic Web tack Hierarchy of languages, where each layer

More information

TRIPLE An RDF Query, Inference, and Transformation Language

TRIPLE An RDF Query, Inference, and Transformation Language TRIPLE An RDF Query, Inference, and Transformation Language Michael Sintek sintek@dfki.de DFKI GmbH Stefan Decker stefan@db.stanford.edu Stanford University Database Group DDLP'2001 Tokyo, Japan, October

More information

BASI DI DATI II 2 modulo Parte VIII: SPARQL

BASI DI DATI II 2 modulo Parte VIII: SPARQL BASI DI DATI II 2 modulo Parte VIII: SPARQL Prof. Riccardo Torlone Università Roma Tre Outline Querying RDF SPARQL Query Languages: SQL A language for querying collections of tuples: SELECT SALARY, HIRE_DATE

More information

User and Reference Manual

User and Reference Manual User and Reference Manual User & Reference Manual All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying,

More information

SWAD-Europe Deliverable 8.3: RDF Encoding of Multilingual Thesauri

SWAD-Europe Deliverable 8.3: RDF Encoding of Multilingual Thesauri Mon Jun 07 2004 12:12:05 Europe/London SWAD-Europe Deliverable 8.3: RDF Encoding of Multilingual Thesauri Project name: Semantic Web Advanced Development for Europe (SWAD-Europe) Project Number: IST-2001-34732

More information

ISWC 2017 Tutorial: Semantic Data Management in Practice

ISWC 2017 Tutorial: Semantic Data Management in Practice ISWC 2017 Tutorial: Semantic Data Management in Practice Part 1: Introduction Olaf Hartig Linköping University olaf.hartig@liu.se @olafhartig Olivier Curé University of Paris-Est Marne la Vallée olivier.cure@u-pem.fr

More information

RDF. Mario Arrigoni Neri

RDF. Mario Arrigoni Neri RDF Mario Arrigoni Neri WEB Generations Internet phase 1: static contents HTML pages FTP resources User knows what he needs and where to retrieve it Internet phase 2: web applications Custom presentation

More information

Chapter 3 Querying RDF stores with SPARQL

Chapter 3 Querying RDF stores with SPARQL Chapter 3 Querying RDF stores with SPARQL Why an RDF Query Language? l Why not use an XML query language? l XML at a lower level of abstraction than RDF l There are various ways of syntactically representing

More information

RDFa: Embedding RDF Knowledge in HTML

RDFa: Embedding RDF Knowledge in HTML RDFa: Embedding RDF Knowledge in HTML Some content from a presentation by Ivan Herman of the W3c, Introduction to RDFa, given at the 2011 Semantic Technologies Conference. What is RDFa? l Simple idea:

More information

Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, Version 3. RDFS RDF Schema. Mustafa Jarrar. Birzeit University

Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, Version 3. RDFS RDF Schema. Mustafa Jarrar. Birzeit University Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, 2018 Version 3 RDFS RDF Schema Mustafa Jarrar Birzeit University 1 Watch this lecture and download the slides Course Page: http://www.jarrar.info/courses/ai/

More information

Querying and Updating with SPARQL 1.1. Learning SPARQL. Bob DuCharme

Querying and Updating with SPARQL 1.1. Learning SPARQL. Bob DuCharme Co Querying and Updating with SPARQL 1.1 m pl im en C E E FR S R E T P A H Bob DuCharme of on iti Ed SPARQL ts d 2n Learning YOUR DATA DESERVES BETTER The Evolution of Data Integration Each year billions

More information

OSM Lecture (14:45-16:15) Takahira Yamaguchi. OSM Exercise (16:30-18:00) Susumu Tamagawa

OSM Lecture (14:45-16:15) Takahira Yamaguchi. OSM Exercise (16:30-18:00) Susumu Tamagawa OSM Lecture (14:45-16:15) Takahira Yamaguchi OSM Exercise (16:30-18:00) Susumu Tamagawa TBL 1 st Proposal Information Management: A Proposal (1989) Links have the following types: depends on is part of

More information

Resource Description Framework (RDF)

Resource Description Framework (RDF) Where are we? Semantic Web Resource Description Framework (RDF) # Title 1 Introduction 2 Semantic Web Architecture 3 Resource Description Framework (RDF) 4 Web of data 5 Generating Semantic Annotations

More information

Today s Plan. INF3580/4580 Semantic Technologies Spring Reminder: RDF triples. Outline. Lecture 4: The SPARQL Query Language.

Today s Plan. INF3580/4580 Semantic Technologies Spring Reminder: RDF triples. Outline. Lecture 4: The SPARQL Query Language. Today s Plan INF3580/4580 Semantic Technologies Spring 2015 Lecture 4: The SPARQL Query Language Kjetil Kjernsmo 9th February 2015 4 Department of Informatics University of Oslo INF3580/4580 :: Spring

More information

RDF Next Version. Ivan Herman and Sandro Hawke W3C

RDF Next Version. Ivan Herman and Sandro Hawke W3C RDF Next Version Ivan Herman and Sandro Hawke W3C History Current RDF has been published in 2004 Significant deployment since then implementation experiences users experiences Some cracks, missing functionalities,

More information

Syntax and processing rules for embedding RDF through attributes

Syntax and processing rules for embedding RDF through attributes RDFa Core 11 RDFa Core 11 W3C RDFa Core 11 Syntax and processing rules for embedding RDF through attributes W3C Recommendation 07 June 2012 This version: http://wwww3org/tr/2012/rec-rdfa-core-20120607/

More information

KawaWiki: A Semantic Wiki Based on RDF Templates

KawaWiki: A Semantic Wiki Based on RDF Templates Kawa: A Semantic Based on RDF s Kensaku Kawamoto, Yasuhiko Kitamura, and Yuri Tijerino Kwansei Gakuin University 2-1 Gakuen, Sanda-shi, Hyogo 669-1337, JAPAN {kkensaku, ykitamura}@ksc.kwansei.ac.jp, yuri@tijerino.net

More information