Readings: Difference between revisions

From info216
No edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Text book=
=Textbook=


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.'''  
The textbook 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.'''  




Line 17: Line 17:
=Lectures=
=Lectures=


Below are the mandatory and suggested readings for each lecture. All the text-book chapters are mandatory. [[Java-based readings]] are also available as an alternative to the Python-based materials.
Below are the mandatory and suggested readings for each lecture. All the textbook chapters are mandatory. [[Java-based readings]] are also available as an alternative to the Python-based materials.




Line 25: Line 25:
* Web of Data
* Web of Data
* INFO216
* INFO216
* RDFlib
* RDFLib
* The programming project
* The programming project


Mandatory readings:
Mandatory readings:
* Chapters 1-2 in Allemang & Hendler. ''In text book.''
* Chapters 1-2 in Allemang & Hendler. ''In the text book.''
* [http://www.youtube.com/watch?v=HeUrEh-nqtU Tim Berners-Lee talks about the semantic web] (mandatory)
* [http://www.youtube.com/watch?v=HeUrEh-nqtU Tim Berners-Lee talks about the semantic web] (mandatory)
* [http://jena.apache.org/about_jena/architecture.html Apache architecture overview] (mandatory)
* [https://rdflib.readthedocs.io/ rdflib 4.2.2]
* [http://jena.apache.org/documentation/rdf/index.html The core RDF API] (mandatory)
** Main page and Getting started with RDFLib
* [http://jena.apache.org/tutorials/rdf_api.html An introduction to RDF and the Jena RDF API] (mandatory)
* [[:File:S01-KG-8.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:
* [http://jena.apache.org/about_jena/ Welcome to Apache Jena] (useful starting page)
* [https://rdflib.readthedocs.io/en/stable/apidocs/modules.html RDFLib API documentation]
* [http://jena.apache.org/index.html Apache Jena] main page (useful starting page)
* [https://github.com/RDFLib/rdflib RDFLib's GitHub 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)
 


==Lecture 2: RDF==
==Lecture 2: RDF==
Line 53: Line 48:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapter 3 in Allemang & Hendler. ''In text book.''
* Chapter 3 in Allemang & Hendler. ''In the text book.''
* [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)
* We also continue with the Jena RDF materials from lecture 1:
* We also continue with the Jena RDF materials from lecture 1:
Line 74: Line 69:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapter 5 in Allemang & Hendler. ''In text book.''
* Chapter 5 in Allemang & Hendler. ''In the text book.''
* [http://www.w3.org/TR/sparql11-update/ SPARQL 1.1 Update Language] (Sections 1-3 are obligatory)
* [http://www.w3.org/TR/sparql11-update/ SPARQL 1.1 Update Language] (Sections 1-3 are obligatory)
* [[:File:S03-SPARQL-12.pdf | Slides from the lecture]]
* [[:File:S03-SPARQL-12.pdf | Slides from the lecture]]
Line 97: Line 92:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapter 4 in Allemang & Hendler. ''In text book.''
* Chapter 4 in Allemang & Hendler. ''In the text book.''
* [http://jena.apache.org/about_jena/architecture.html Apache architecture overview] (mandatory, from lecture 1)
* [http://jena.apache.org/about_jena/architecture.html Apache architecture overview] (mandatory, from lecture 1)
* [https://jena.apache.org/documentation/tdb/index.html Apache's TDB] (mandatory)
* [https://jena.apache.org/documentation/tdb/index.html Apache's TDB] (mandatory)
Line 125: Line 120:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapters 6-7 in Allemang & Hendler. ''In text book.''
* Chapters 6-7 in Allemang & Hendler. ''In the text book.''
* [http://www.w3.org/TR/rdf-schema/ W3C's RDF Schema 1.1] (mandatory)
* [http://www.w3.org/TR/rdf-schema/ W3C's RDF Schema 1.1] (mandatory)
* [[:File:S05-RDFS-10.pdf | Slides from the lecture]]
* [[:File:S05-RDFS-10.pdf | Slides from the lecture]]
Line 152: Line 147:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapter 8 in Allemang & Hendler. ''In text book.''
* Chapter 8 in Allemang & Hendler. ''In the text book.''
* [[:File:S06-RDFSPlus-4.pdf | Slides from the lecture.]]
* [[:File:S06-RDFSPlus-4.pdf | Slides from the lecture.]]


Line 177: Line 172:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapters 9-10 and 13 in Allemang & Hendler. ''In text book.''
* Chapters 9-10 and 13 in Allemang & Hendler. ''In the text book.''
* [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]
Line 260: Line 255:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapters 11-12 in Allemang & Hendler. ''In text book.''
* Chapters 11-12 in Allemang & Hendler. ''In the text book.''
* [[:File:S11-OWL-15-utlagt.pdf | Slides from the lecture]]
* [[:File:S11-OWL-15-utlagt.pdf | Slides from the lecture]]


Line 298: Line 293:
<!--
<!--
Mandatory readings:
Mandatory readings:
* Chapters 14-16 in Allemang & Hendler. ''In text book.''
* Chapters 14-16 in Allemang & Hendler. ''In the 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:S13-OntologyDevelopment-4.pdf | Slides from the lecture]]
Line 305: Line 300:
* [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)
-->
-->


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

Revision as of 14:51, 16 January 2020

Textbook

The textbook 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 are either mandatory or suggested reading. Because we are moving from Java to Python this spring, the reading list is not final. We will add more materials to each lecture in the next few weeks.

The lectures and lectures notes are also part of the curriculum.

Make sure you download the electronic resources to your own computer in good time before the exam. This is your own responsibility. That way you are safe if a site becomes unavailable or somehow damaged the last few days before the exam.

Note: 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 through VPN.


Lectures

Below are the mandatory and suggested readings for each lecture. All the textbook chapters are mandatory. Java-based readings are also available as an alternative to the Python-based materials.


Lecture 1: Knowledge Graphs

Themes:

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

Mandatory readings:

Useful materials:

Lecture 2: RDF

Themes:

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


Lecture 3: SPARQL

Themes:

  • SPARQL
  • SPARQL Update
  • Programming SPARQL and SPARQL Update in Python


Lecture 4: Application Architecture

Themes:

  • Application components
  • Triple stores
  • Visualisation


Lecture 5: RDFS

Themes:

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


Lecture 6: RDFS Plus

Themes:

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


Lecture 7 and 8: Vocabularies

Themes:

  • LOD vocabularies and ontologies


Lecture 9 and 10: Linked Data Resources

Themes:

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


Lecture 11 and 12: Web APIs

Themes:

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


Lecture 13: OWL

Themes:

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


Lecture 14: OWL DL

Themes:

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


Lecture 15: Ontology Development and Evaluation

Themes:

  • Ontology Development 101 method


 

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