Readings: Difference between revisions

From info216
No edit summary
No edit summary
Line 20: Line 20:
* [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)
* [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)
<!--
* [[:File:S01-Intro-WoD-Jena-7.pdf | Slides from the lecture]]
* [[:File:S01-Intro-WoD-Jena-7.pdf | Slides from the lecture]]
-->


==Lecture 2: RDF==
==Lecture 2: RDF==
Line 26: Line 28:
* [https://www.w3.org/TR/rdf11-primer/ W3C's RDF 1.1 Primer] (mandatory)
* [https://www.w3.org/TR/rdf11-primer/ W3C's RDF 1.1 Primer] (mandatory)
* [https://www.w3.org/TR/rdf11-concepts/ W3C's RDF 1.1 Concepts and Abstract Syntax] (cursory)
* [https://www.w3.org/TR/rdf11-concepts/ W3C's RDF 1.1 Concepts and Abstract Syntax] (cursory)
<!--
* [[:File:S02-RDF-8.pdf | Slides from the lecture]]
* [[:File:S02-RDF-8.pdf | Slides from the lecture]]
-->
* We continue with the Jena RDF materials from lecture 1:
* We continue with the Jena RDF materials from lecture 1:
** [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)
Line 37: Line 41:
* [https://www.w3.org/TR/rdf11-mt/ W3C's RDF 1.1 Semantics] (cursory, except the axioms and entailments in sections 8 and 9, which we will review in the lecture)
* [https://www.w3.org/TR/rdf11-mt/ W3C's RDF 1.1 Semantics] (cursory, except the axioms and entailments in sections 8 and 9, which we will review in the lecture)
* [https://jena.apache.org/documentation/inference/index.html Reasoners and rules engines: Jena inference support] (cursory; sections 1 and 3 are relevant, but a bit hard)
* [https://jena.apache.org/documentation/inference/index.html Reasoners and rules engines: Jena inference support] (cursory; sections 1 and 3 are relevant, but a bit hard)
<!--
* [[:File:S03-RDFS-9.pdf | Slides from the lecture]]
* [[:File:S03-RDFS-9.pdf | Slides from the lecture]]
-->
* [https://jena.apache.org/documentation/javadoc/jena/ Javadoc] for  
* [https://jena.apache.org/documentation/javadoc/jena/ Javadoc] for  
** Model (createRDFSModel)  
** Model (createRDFSModel)  
Line 52: Line 58:
* [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 decided 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)
<!--
* [[:File:S04-architecture-5.pdf | Slides from the lecture]]
* [[:File:S04-architecture-5.pdf | Slides from the lecture]]
-->


If we have time at the end, we will also review basic OWL concepts from "RDFS Plus":
If we have time at the end, we will also review basic OWL concepts from "RDFS Plus":
Line 64: Line 72:
** [http://www.youtube.com/watch?v=4x_xzT5eF5Q What is Linked Data?] Short video introduction to Linked Data by Manu Sporny
** [http://www.youtube.com/watch?v=4x_xzT5eF5Q What is Linked Data?] Short video introduction to Linked Data by Manu Sporny
** [http://www.youtube.com/watch?v=vioCbTo3C-4 What is JSON-LD?] Short video introduction to JSON-LD by Manu Sporny
** [http://www.youtube.com/watch?v=vioCbTo3C-4 What is JSON-LD?] Short video introduction to JSON-LD by Manu Sporny
<!--
* [[:File:S05-Services-5.pdf | Slides from the lecture]]
* [[:File:S05-Services-5.pdf | Slides from the lecture]]
-->


==Lecture 6: SPARQL==
==Lecture 6: SPARQL==
Line 71: Line 81:
* [http://www.w3.org/TR/sparql11-update/ SPARQL 1.1 Update Language]
* [http://www.w3.org/TR/sparql11-update/ SPARQL 1.1 Update Language]
* [https://www.w3.org/TR/sparql11-overview/ SPARQL 1.1 Overview]
* [https://www.w3.org/TR/sparql11-overview/ SPARQL 1.1 Overview]
<!--
* [[:File:S06-SPARQL-11.pdf | Slides from the lecture]]
* [[:File:S06-SPARQL-11.pdf | Slides from the lecture]]
-->
* [http://jena.apache.org/documentation/javadoc/arq/ Javadoc] for Apache Jena ARQ 3.2.0
* [http://jena.apache.org/documentation/javadoc/arq/ Javadoc] for Apache Jena ARQ 3.2.0
** Query, QueryFactory, QueryExecution, QueryExecutionFactory, ResultSet
** Query, QueryFactory, QueryExecution, QueryExecutionFactory, ResultSet
Line 83: Line 95:
* [http://mgskjaeveland.github.io/sgvizler/ Sgvizler 0.6]
* [http://mgskjaeveland.github.io/sgvizler/ Sgvizler 0.6]
* [[:File:LohmannEtAl2016-VisualizingOntologiesWithVOWL.pdf | Lohmann et al. (2019): Visualizing Ontologies with VOWL. ''Semantic Web Journal.'']] ''Paper.''
* [[:File:LohmannEtAl2016-VisualizingOntologiesWithVOWL.pdf | Lohmann et al. (2019): Visualizing Ontologies with VOWL. ''Semantic Web Journal.'']] ''Paper.''
<!--
* [[:File:S07-Visualisation-4.pdf | Slides from the lecture]]
* [[:File:S07-Visualisation-4.pdf | Slides from the lecture]]
-->


==Lecture 8: RDFS Plus==
==Lecture 8: RDFS Plus==
* Chapter 8 in Allemang & Hendler. ''In text book.''
* Chapter 8 in Allemang & Hendler. ''In text book.''
<!--
* [[:File:S08-RDFSPlus-3.pdf | Slides from the lecture.]]
* [[:File:S08-RDFSPlus-3.pdf | Slides from the lecture.]]
-->
* [https://jena.apache.org/documentation/javadoc/jena/ Javadoc] for  
* [https://jena.apache.org/documentation/javadoc/jena/ Javadoc] for  
** OntModel (createOntologyModel)  
** OntModel (createOntologyModel)  
Line 119: Line 135:
** [http://www.musicontology.com/ Music Ontology (mo)]
** [http://www.musicontology.com/ Music Ontology (mo)]
: '''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.
: '''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.
<!--
* [[:File:S09-Vocabularies-20.pdf | Slides from the lecture]]
* [[:File:S09-Vocabularies-20.pdf | Slides from the lecture]]
-->


==Lecture 10: Linked Open Data (LOD)==
==Lecture 10: Linked Open Data (LOD)==
Line 126: Line 144:
* [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:S10-SemanticDatasets-22.pdf | Slides from the lecture]]
* [[:File:S10-SemanticDatasets-22.pdf | Slides from the lecture]]
-->


==Lecture 11: Open semantic datasets==
==Lecture 11: Open semantic datasets==
Line 134: Line 154:
* [https://wordnet.princeton.edu/ WordNet - A lexical database for English]
* [https://wordnet.princeton.edu/ WordNet - A lexical database for English]
* [http://live.babelnet.org/about BabelNet]
* [http://live.babelnet.org/about BabelNet]
<!--
* ''Slides from the lecture are joint with Lecture 10 above.''
* ''Slides from the lecture are joint with Lecture 10 above.''
-->


==Lecture 12: OWL==
==Lecture 12: OWL==
Line 144: Line 166:
* [http://vowl.visualdataweb.org/webvowl/index.html#sioc WebVOWL] (cursory)
* [http://vowl.visualdataweb.org/webvowl/index.html#sioc WebVOWL] (cursory)
* [https://jena.apache.org/documentation/ontology/ Jena Ontology API] (we will most likely not go into this) (cursory)
* [https://jena.apache.org/documentation/ontology/ Jena Ontology API] (we will most likely not go into this) (cursory)
<!--
* [[:File:S12-OWL-15.pdf | Slides from the lecture]]
* [[:File:S12-OWL-15.pdf | Slides from the lecture]]
-->


==Lecture 13: OWL DL==
==Lecture 13: OWL DL==
Line 150: Line 174:
* [[: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.]] ''Chapter.''  (cursory, gets mathematical after the introduction)
* [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)
<!--
* [[:File:S13-OWL-DL-10.pdf | Slides from the lecture]]
* [[:File:S13-OWL-DL-10.pdf | Slides from the lecture]]
-->


==Lecture 14: Ontology development==
==Lecture 14: Ontology development==
Line 156: Line 182:
* [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.''  
* [http://www.sciencedirect.com/science/article/pii/S095741741101640X Sicilia et al. (2012): Empirical findings on ontology metrics.] ''Paper.''  (cursory)
* [http://www.sciencedirect.com/science/article/pii/S095741741101640X Sicilia et al. (2012): Empirical findings on ontology metrics.] ''Paper.''  (cursory)
<!--
* [[:File:S14-method-and-quality-4.pdf | Slides from the lecture]]
* [[:File:S14-method-and-quality-4.pdf | Slides from the lecture]]
-->


<div class="credits" style="text-align: right; direction: ltr; margin-left: 1em;">''INFO216, UiB, Spring 2017, Prof. Andreas L. Opdahl (c)''</div>
<div class="credits" style="text-align: right; direction: ltr; margin-left: 1em;">''INFO216, UiB, Spring 2017, Prof. Andreas L. Opdahl (c)''</div>

Revision as of 16:27, 7 December 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 perhaps necessary for the labs and project)

Lecture 4: Architecture (and starting with RDFS Plus)

If we have time at the end, we will also review basic OWL concepts from "RDFS Plus":

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

Lecture 5: Services

Lecture 6: SPARQL

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

Lecture 7: Visualisation

Lecture 8: RDFS Plus

  • Chapter 8 in Allemang & Hendler. In text book.
  • 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)

Lecture 9: Vocabularies

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 10: Linked Open Data (LOD)

Lecture 11: Open semantic datasets

Lecture 12: OWL

Lecture 13: OWL DL

Lecture 14: Ontology development

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