Readings: Difference between revisions
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
Mandatory readings: | Mandatory readings: | ||
* Pages 27-55 and 105-122 in Blumauer & Nagy (mandatory) | * Pages 27-55 and 105-122 in Blumauer & Nagy (mandatory) | ||
* [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) | ||
* [[:File:S01-KnowledgeGraphs.pdf | Slides from the lecture]] | * [[:File:S01-KnowledgeGraphs.pdf | Slides from the lecture]] | ||
Useful materials: | Useful materials: | ||
* | * Chapters 1-2 in Allemang & Hendler (suggested) | ||
==Lecture 2: RDF== | ==Lecture 2: RDF== | ||
Line 47: | Line 42: | ||
* RDF | * RDF | ||
* Programming RDF in Python | * Programming RDF in Python | ||
* | * The group project | ||
Mandatory readings: | Mandatory readings: | ||
* Pages | * Pages 92-100 and 125-128 in Blumauer & Nagy (mandatory) | ||
* [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) | ||
* | * [http://rdflib.readthedocs.io/ rdflib 4.2.2] materials: | ||
** Main page | |||
** Getting started with RDFLib | |||
** Loading and saving RDF | ** Loading and saving RDF | ||
** Creating RDF triples | ** Creating RDF triples | ||
** Navigating Graphs | ** Navigating Graphs | ||
** Utilities and convenience functions | ** Utilities and convenience functions | ||
* [[:File:S02-RDF-9.pdf | Slides from the lecture]] | <!-- * [[:File:S02-RDF-9.pdf | Slides from the lecture]] --> | ||
Useful materials: | Useful materials: | ||
* Chapter 3 in Allemang & Hendler (suggested) | |||
* [https://rdflib.readthedocs.io/en/stable/apidocs/modules.html RDFLib API documentation] (useful for the labs and group project) | |||
* [https://github.com/RDFLib/rdflib RDFLib's GitHub page] | |||
* [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) | ||
* [https://www.w3.org/2018/09/rdf-data-viz/ RDF Data Visualization tools] | * [https://www.w3.org/2018/09/rdf-data-viz/ RDF Data Visualization tools] | ||
<!-- | |||
==Lecture 3: SPARQL== | ==Lecture 3: SPARQL== | ||
Line 123: | Line 123: | ||
Mandatory readings: | Mandatory readings: | ||
* Pages | * Pages 101-106 in Blumauer & Nagy (mandatory) | ||
* Chapters 6-7 in Allemang & Hendler (suggested) | * Chapters 6-7 in Allemang & Hendler (suggested) | ||
* [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) | ||
Line 154: | Line 154: | ||
Mandatory readings: | Mandatory readings: | ||
* Pages | * Pages 106-109 in Blumauer & Nagy (mandatory) | ||
* Chapter 8 in Allemang & Hendler (suggested) | * Chapter 8 in Allemang & Hendler (suggested) | ||
* [[:File:S06-RDFSPlus-5.pdf | Slides from the lecture.]] | * [[:File:S06-RDFSPlus-5.pdf | Slides from the lecture.]] | ||
Line 226: | Line 226: | ||
Mandatory readings: | Mandatory readings: | ||
* Pages 101-116 in Blumauer & Nagy. | |||
* [[:File:BizerHeathBernersLee-LinkedData2009-TheStorySoFar.pdf | Bizer, C., Heath, T., & Berners-Lee, T. (2009). Linked data-the story so far. Semantic services, interoperability and web applications: emerging concepts, 205-227.]] | * [[:File:BizerHeathBernersLee-LinkedData2009-TheStorySoFar.pdf | Bizer, C., Heath, T., & Berners-Lee, T. (2009). Linked data-the story so far. Semantic services, interoperability and web applications: emerging concepts, 205-227.]] | ||
* [[:File:FarberEtAl-ComparativeSurvey-SWJ2015.pdf | Färber, M., Ell, B., Menne, C., & Rettinger, A. (2015). A Comparative Survey of DBpedia, Freebase, OpenCyc, Wikidata, and YAGO. Semantic Web Journal, July.]] | * [[:File:FarberEtAl-ComparativeSurvey-SWJ2015.pdf | Färber, M., Ell, B., Menne, C., & Rettinger, A. (2015). A Comparative Survey of DBpedia, Freebase, OpenCyc, Wikidata, and YAGO. Semantic Web Journal, July.]] |
Revision as of 13:24, 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:
- Pages 27-55 and 105-122 in Blumauer & Nagy (mandatory)
- Tim Berners-Lee talks about the semantic web (mandatory)
- Slides from the lecture
Useful materials:
- Chapters 1-2 in Allemang & Hendler (suggested)
Lecture 2: RDF
Themes:
- RDF
- Programming RDF in Python
- The group project
Mandatory readings:
- Pages 92-100 and 125-128 in Blumauer & Nagy (mandatory)
- W3C's RDF 1.1 Primer (mandatory)
- rdflib 4.2.2 materials:
- Main page
- Getting started with RDFLib
- Loading and saving RDF
- Creating RDF triples
- Navigating Graphs
- Utilities and convenience functions
Useful materials:
- Chapter 3 in Allemang & Hendler (suggested)
- RDFLib API documentation (useful for the labs and group project)
- RDFLib's GitHub page
- W3C's RDF 1.1 Concepts and Abstract Syntax (cursory)
- RDF Data Visualization tools