Readings: Difference between revisions

From info216
No edit summary
No edit summary
Line 8: Line 8:
=Other materials=
=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.
In addition, '''the materials listed below for each lecture are either mandatory or suggested reading.''' More materials will be added to each lecture in the coming weeks.


'''The lectures and lectures notes are also part of the curriculum.'''
'''The lectures and lectures notes are also part of the curriculum.'''
Line 14: Line 14:
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.  
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.
''Note:'' to download some of the papers, you may 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=
=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.
Below are the mandatory and suggested readings for each lecture. All the textbook chapters in Blumauer & Nagy are mandatory, whereas the chapters in Allemang & Hendler are suggested. [[Java-based readings]] are also available as an alternative to the Python-based materials.
 


<!--
==Lecture 1: Knowledge Graphs==
==Lecture 1: Knowledge Graphs==


Themes:
Themes:
* Web of Data
* Introduction to Knowledge Graphs
* INFO216
* Organisation of INFO216
* RDFLib
* The programming project


Mandatory readings:
Mandatory readings:
* Chapters 1-2 in Allemang & Hendler. ''In the text book.''
* Pages 27-55, 105-122 in Blumauer & Nagy (mandatory)
* Chapters 1-2 in Allemang & Hendler (suggested)
* [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)
* [https://rdflib.readthedocs.io/ rdflib 4.2.2] materials:
* [/rdflib.readthedocs.io/ rdflib 4.2.2] materials:
** Main page
** Main page
** Getting started with RDFLib
** Getting started with RDFLib
* [[:File:S01-KG-8.pdf | Slides from the lecture]]
* [https:/[[:File:S01-KnowledgeGraphs.pdf | Slides from the lecture]]


Useful materials:
Useful materials:
Line 42: Line 41:
* [https://github.com/RDFLib/rdflib RDFLib's GitHub page]
* [https://github.com/RDFLib/rdflib RDFLib's GitHub page]


<--
==Lecture 2: RDF==
==Lecture 2: RDF==



Revision as of 12:46, 18 January 2021

Textbook

  • New textbook in the Spring semester 2021 is The Knowledge Graph Cookbook - Recipes that Work, by Andreas Blumauer and Helmut Nagy (April 16, 2020). mono/monochrom. The whole book is obligatory reading.
  • The old textbook in INFO216 was 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. It is still recommended reading, but not obligatory.


Other materials

In addition, the materials listed below for each lecture are either mandatory or suggested reading. More materials will be added to each lecture in the coming 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 may 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 in Blumauer & Nagy are mandatory, whereas the chapters in Allemang & Hendler are suggested. Java-based readings are also available as an alternative to the Python-based materials.


Lecture 1: Knowledge Graphs

Themes:

  • Introduction to Knowledge Graphs
  • Organisation of INFO216

Mandatory readings:

Useful materials:

<--

Lecture 2: RDF

Themes:

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

Mandatory readings:

Useful materials:

Lecture 3: SPARQL

Themes:

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

Mandatory readings:

Useful materials:

Lecture 4: Application Architecture

Themes:

  • Application components
  • Triple stores
  • Visualisation

Mandatory readings:

  • Chapter 4 in Allemang & Hendler. In the text book.
  • Blazegraph:
    • Introduction - About Blazegraph
    • Getting started
    • SPARQL Extensions - Full Text Search, GeoSpatial Search, Refication Done Right
  • Slides from the lecture

Useful materials:

< !--

-- >

Lecture 5: RDFS

Themes:

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

Mandatory readings:

Useful materials:

 

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