Readings: Difference between revisions

From info216
Line 50: Line 50:
* [https://jena.apache.org/documentation/tdb/java_api.html Apache's TDB Java API] (mandatory)
* [https://jena.apache.org/documentation/tdb/java_api.html Apache's TDB Java API] (mandatory)
* [https://jena.apache.org/documentation/javadoc/tdb/ Package org.apache.jena.tdb] Class TDBFactory (createDataset)
* [https://jena.apache.org/documentation/javadoc/tdb/ Package org.apache.jena.tdb] Class TDBFactory (createDataset)
* [https://jena.apache.org/documentation/fuseki2/index.html Apache Jena Fuseki] (mandatory, but I have not devided whether we will use Fuseki 1 or 2 yet - last time I checked, Fuseki 1 still provided easier support for SPARQL Update)
* [https://jena.apache.org/documentation/fuseki2/index.html Apache Jena Fuseki] (mandatory, but I have not decided whether we will use Fuseki 1 or 2 yet - last time I checked, Fuseki 1 still provided easier support for SPARQL Update)


==Lecture 5: Services (tentative)==
==Lecture 5: Services (tentative)==

Revision as of 15:35, 19 January 2017

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. 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 in the curriculum.

Lectures

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

Lecture 1: Introduction

Lecture 2: RDF

Lecture 3: RDFS

  • Chapters 6-7 in Allemang & Hendler. In text book.
  • W3C's RDF Schema 1.1 (mandatory)
  • 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 a bit 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 necessary for the labs and project)

Lecture 4: Architecture (tentative)

Lecture 5: Services (tentative)

  • JSON Syntax
  • Section 2 in JSON-LD 1.0 Processing Algorithms and API
  • JSON-LD: Introductory Material (videos)

Lecture 6: SPARQL (tentative)

  • Chapter 5 in Allemang & Hendler. In text book.
  • SPARQL 1.1 Query Language
  • SPARQL 1.1 Update Language
  • SPARQL 1.1 Overview

Lecture 7: Visualisation (tentative)

  • Shneiderman, Ben (1996): The eyes have it: A task by data type taxonomy for information visualizations. Paper. [1]
  • Heer & Shneiderman (2012): Interactive Dynamics for Visual Analysis - A taxonomy of tools that support the fluent and flexible use of visualizations. Paper. [2]
  • Skjæveland 2012: Sgvizler. Paper. [3]
  • Sgvizler 0.6
  • VOWL: Visual Notation for OWL Ontologies
  • WebVOWL

Lecture 8: RDFS Plus (tentative)

  • Chapter 8 in Allemang & Hendler. In text book.

Lecture 9: Vocabularies (tentative)

  • Chapters 9-10 and 13 in Allemang & Hendler. In text book.
  • Linked Open Vocabularies (LOV)

Lecture 10: Linked Open Data (LOD) (tentative)

  • LODstats
  • The Linking Open Data cloud diagram
  • State of the LOD Cloud 2014

Lecture 11: Resources (tentative)

Lecture 12: OWL (tentative)

  • Chapters 11-12 in Allemang & Hendler. In text book.
  • OWL2 Overview
  • OWL2 Primer
  • OWL2 Web Ontology Language Manchester Syntax
  • Jena Ontology API

Lecture 13: OWL DL (tentative)

  • Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook. Paper. [4]
  • Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook. Paper. [5]
  • Complexity of Reasoning in Description Logics [6]

Lecture 14: Ontology development (tentative)

  • Chapters 14-16 in Allemang & Hendler. In text book.
  • Noy & McGuinness (2001): Ontology Development 101: A Guide to Creating Your First Ontology. Paper. [7]
  • Sicilia et al. (2012): Empirical findings on ontology metrics. Paper. [8]
INFO216, UiB, Spring 2017, Prof. Andreas L. Opdahl (c)