Readings: Difference between revisions

From info216
(20 intermediate revisions by 2 users not shown)
Line 24: Line 24:
* [http://jena.apache.org/documentation/rdf/index.html The core RDF API] (mandatory)
* [http://jena.apache.org/documentation/rdf/index.html The core RDF API] (mandatory)
* [http://jena.apache.org/tutorials/rdf_api.html An introduction to RDF and the Jena RDF API] (mandatory)
* [http://jena.apache.org/tutorials/rdf_api.html An introduction to RDF and the Jena RDF API] (mandatory)
* [[:File:S01-Intro-WoD-Jena-7.pdf | Slides from the lecture]]
* [[:File:INFO216-introducction.pdf | Slides from the lecture]]
** [[:File:S01-Intro-WoD-Jena-7.pdf | Additional slides from the lecture]]


Useful materials:
Useful materials:
Line 31: Line 32:
* [http://jena.apache.org/tutorials/ Jena tutorials] (useful starting page)
* [http://jena.apache.org/tutorials/ Jena tutorials] (useful starting page)
* [https://jena.apache.org/documentation/javadoc/jena/ Package org.apache.jena.rdf.model] (supplementary, but necessary for the labs and project - lab 1 and the lecture notes lists the classes and methods you should look at)
* [https://jena.apache.org/documentation/javadoc/jena/ Package org.apache.jena.rdf.model] (supplementary, but necessary for the labs and project - lab 1 and the lecture notes lists the classes and methods you should look at)
Additional resources:
* PechaKucha: [https://www.pechakucha.com/cities/lambertville-new-hope/blogs/creating-a-presentation-update How to Create a PechaKucha Presentation]
* Elevator pitch:[https://www.linkedin.com/learning/creating-your-personal-brand/creating-a-perfect-elevator-pitch Some tips on how to plan your elevator pitch] and an [https://www.youtube.com/watch?v=Q19WW65kLkI example]


==Lecture 2: RDF==
==Lecture 2: RDF==
Line 120: Line 125:
** Reasoner (but we will not use it directly)
** Reasoner (but we will not use it directly)
: (supplementary, but perhaps necessary for the labs and project)
: (supplementary, but perhaps necessary for the labs and project)
Case-based examples:
* [[:File:S5_RDFS_Example.pdf | RDFS Eating vegetables case]]


==Lecture 6: RDFS Plus==
==Lecture 6: RDFS Plus==
Line 130: Line 138:
Mandatory readings:
Mandatory readings:
* Chapter 8 in Allemang & Hendler. ''In text book.''
* Chapter 8 in Allemang & Hendler. ''In text book.''
<!--
* [[:File:S06-RDFSPlus-4.pdf | Slides from the lecture.]]
* [[:File:S08-RDFSPlus-3.pdf | Slides from the lecture.]]
-->


Useful materials:
Useful materials:
Line 141: Line 147:
** OntClass, Individual, ObjectProperty, DatatypeProperty
** OntClass, Individual, ObjectProperty, DatatypeProperty
: (supplementary, but perhaps necessary for the labs and project)
: (supplementary, but perhaps necessary for the labs and project)
Case-based examples:
* [[:File:S6_RDFS_Plus_Example.pdf | RDFS Plus People and Person case]]
OWL helpful clarifications:
* [[:File:OWL-example_I.pdf | owl:InverseFuctionalProperty vs owl:propertyDisjointWith]]


==Lecture 7: Vocabularies==
==Lecture 7: Vocabularies==
Line 151: Line 163:
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [http://stats.lod2.eu/ LODstats]
* [http://stats.lod2.eu/ LODstats]
<!--
* [[:File:S07-Vocabularies-21.pdf | Slides from the lecture]]
* [[:File:S09-Vocabularies-20.pdf | Slides from the lecture]]
-->


Useful materials:
Useful materials:
Line 192: Line 202:
* [http://lod-cloud.net The Linking Open Data (LOD) cloud diagram]
* [http://lod-cloud.net The Linking Open Data (LOD) cloud diagram]
* [http://stats.lod2.eu/ LODstats]
* [http://stats.lod2.eu/ LODstats]
<!--
* [[:File:S08-LinkedOpenDatasets-23.pdf | Slides from the lecture]]
* [[:File:S10-SemanticDatasets-22.pdf | Slides from the lecture]]
-->


Useful materials:
Useful materials:
Line 213: Line 221:
* [http://json.org/ JSON Syntax] (mandatory)
* [http://json.org/ JSON Syntax] (mandatory)
* Section 2 in W3C's [https://www.w3.org/TR/json-ld-api/ JSON-LD 1.0 Processing Algorithms and API] (mandatory)
* Section 2 in W3C's [https://www.w3.org/TR/json-ld-api/ JSON-LD 1.0 Processing Algorithms and API] (mandatory)
<!--
* [[:File:S10-Services-7.pdf | Slides from the lecture]]
* [[:File:S05-Services-5.pdf | Slides from the lecture]]
** [[:File:S10-JSONLD.pdf | JSON-LD slides]]
-->
 
Useful materials:
Useful materials:
* [http://json-ld.org/spec/latest/json-ld/ JSON-LD 1.1 - A JSON-based Serialization for Linked Data] (supplementary reference)
* [http://json-ld.org/spec/latest/json-ld/ JSON-LD 1.1 - A JSON-based Serialization for Linked Data] (supplementary reference)
Line 228: Line 234:
* Advanced OWL
* Advanced OWL
* Axioms, rules and entailments
* Axioms, rules and entailments
* Programming advances OWL in Jena
* Programming advanced OWL in Jena


Mandatory readings:
Mandatory readings:
* Chapters 11-12 in Allemang & Hendler. ''In text book.''
* Chapters 11-12 in Allemang & Hendler. ''In text book.''
<!--
* [[:File:S11-OWL-15-utlagt.pdf | Slides from the lecture]]
* [[:File:S12-OWL-15.pdf | Slides from the lecture]]
-->


Useful materials:
Useful materials:
Line 253: Line 257:


Mandatory readings:
Mandatory readings:
<!--
* [[:File:S12-OWL-DL-10.pdf | Slides from the lecture]]
* [[:File:S13-OWL-DL-10.pdf | Slides from the lecture]]
-->


Useful materials:
Useful materials:
* [[:File:NardiBrachman-IntroductionToDescriptionLogic.pdf | Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook.]] ''Chapter.''  (cursory)
* [[:File:NardiBrachman-IntroductionToDescriptionLogic.pdf | Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook.]] ''(cursory)''
* [[:File:BaderNutt-BasicDescriptionLogics.pdf | Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook.]] ''Chapter.'' (cursory, gets mathematical after the introduction)
* [[:File:BaderNutt-BasicDescriptionLogics.pdf | Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook.]]
** ''Cursory'', quickly gets mathematical after the introduction. In particular, sections 2.2.2.3-4 about fixpoint semantics apply to TBoxes with cyclic definitions, which we do not consider in this course. We also do not consider the stuff about rules, epistemics, and reasoning from section 2.2.5 on.
* [http://www.cs.man.ac.uk/~ezolin/dl/ Complexity of Reasoning in Description Logics. Powered by Evgeny Zolin.] (informative)
* [http://www.cs.man.ac.uk/~ezolin/dl/ Complexity of Reasoning in Description Logics. Powered by Evgeny Zolin.] (informative)


Line 270: Line 273:
* Chapters 14-16 in Allemang & Hendler. ''In text book.''
* Chapters 14-16 in Allemang & Hendler. ''In text book.''
* [http://liris.cnrs.fr/alain.mille/enseignements/Ecole_Centrale/What%20is%20an%20ontology%20and%20why%20we%20need%20it.htm Noy & McGuinness (2001): Ontology Development 101: A Guide to Creating Your First Ontology.] ''Paper.''  
* [http://liris.cnrs.fr/alain.mille/enseignements/Ecole_Centrale/What%20is%20an%20ontology%20and%20why%20we%20need%20it.htm Noy & McGuinness (2001): Ontology Development 101: A Guide to Creating Your First Ontology.] ''Paper.''  
<!--
* [[:File:S13-OntologyDevelopment-4.pdf | Slides from the lecture]]
* [[:File:S14-method-and-quality-4.pdf | Slides from the lecture]]
-->


Useful materials:
Useful materials:

Revision as of 20:04, 2 March 2019

Text book

The text book in INFO216 is Semantic Web for the Working Ontologist, Second Edition: Effective Modeling in RDFS and OWL by Dean Allemang and James Hendler (Jun 3, 2011). Morgan Kaufmann. The whole book is obligatory reading.

Other materials

In addition, the materials listed below for each lecture is either mandatory or suggested reading. Currently, the readings are not updated from 2017, so some of them may change. Make sure you download the papers and web sites in good time before the exam. That way you are safe if a site becomes unavailable or somehow damaged the last few days before the exam. Note that to download some of the papers, you need to be inside UiB's network. Either use a computer directly on the UiB network or connect to your UiB account with VPN if you are elsewhere.

Finally, the lectures and lectures notes are also part of the curriculum.

Lectures

Below are the mandatory and suggested readings for each lecture. All the text-book chapters are mandatory.

Lecture 1: Introduction

Themes:

  • Web of Data
  • INFO216
  • Jena
  • The programming project

Mandatory readings:

Useful materials:

Additional resources:

Lecture 2: RDF

Themes:

  • RDF
  • Programming RDF in Jena
  • Finding datasets and vocabularies for your projects

Mandatory readings:

Useful materials:

Lecture 3: SPARQL

Themes:

  • SPARQL
  • Programming SPARQL in Jena
  • SPARQL Update
  • Programming SPARQL Update in Jena

Mandatory readings:

Useful materials:

(supplementary, but perhaps necessary for the labs and project)

Lecture 4: Architecture

Themes:

  • Application architecture
  • Application components
  • Triple stores
  • Visualisation

Mandatory readings:

Useful materials:

Lecture 5: RDFS

Themes:

  • RDFS
  • Axioms, rules and entailment
  • Programming RDFS in Jena

Mandatory readings:

Useful materials:

  • W3C's RDF 1.1 Semantics (cursory, except the axioms and entailments in sections 8 and 9, which we will review in the lecture)
  • Reasoners and rules engines: Jena inference support (cursory; sections 1 and 3 are relevant, but quite hard)
  • Javadoc for
    • Model (createRDFSModel)
    • InfModel (getRawModel, remove + the same methods as Model)
    • RDFS (label, comment, subClassOf, subPropertyOf, domain, range...)
    • Reasoner (but we will not use it directly)
(supplementary, but perhaps necessary for the labs and project)

Case-based examples:

Lecture 6: RDFS Plus

Themes:

  • Basic OWL concepts
  • Axioms, rules and entailments
  • Programming basic OWL in Jena

Mandatory readings:

Useful materials:

  • Javadoc for
    • OntModel (createOntologyModel)
    • OntModelSpec (the different reasoners are outlined here (very long), OWL_MEM_RULE_INF is a good starting point)
    • OWL (defines built-in OWL resources)
    • OntClass, Individual, ObjectProperty, DatatypeProperty
(supplementary, but perhaps necessary for the labs and project)

Case-based examples:

OWL helpful clarifications:

Lecture 7: Vocabularies

Themes:

  • LOD vocabularies and ontologies

Mandatory readings:

Useful materials:

This is what we expect you to know about each vocabulary: Its purpose and where and how it can be used. You should know its most central 3-6 classes and properties be able to explain its basic structure. It is less important to get all the names and prefixes 100% right: we do not expect you to learn every little detail by heart. schema.org is less important because you have already had about it in INFO116.

Lecture 8 and 9: Linked Open Datasets

Themes:

  • Important Linked Open Datasets
    • DBpedia
    • LinkedGeoData
    • GeoNames
    • Wikidata
    • and others

Mandatory readings:

Useful materials:

Lecture 10: Services

Themes:

  • JSON, JSON-LD
  • Semantic web services
  • Semantic workflows

Mandatory readings:

Useful materials:

Lecture 11: OWL

Themes:

  • Advanced OWL
  • Axioms, rules and entailments
  • Programming advanced OWL in Jena

Mandatory readings:

Useful materials:

Lecture 12: OWL DL

Themes:

  • Description logic
  • Decision problems
  • OWL-DL
  • Programming with OWL-DL reasoners in Jena

Mandatory readings:

Useful materials:

Lecture 13: Ontology development

Themes:

  • Ontology Development 101 method

Mandatory readings:

Useful materials:

 

INFO216, UiB, Spring 2017-2018, Andreas L. Opdahl (c)