Readings: Difference between revisions
No edit summary |
No edit summary |
||
Line 86: | Line 86: | ||
* [https://rdflib.readthedocs.io/en/stable/apidocs/modules.html RDFLib API documentation] (same as Lecture 1) | * [https://rdflib.readthedocs.io/en/stable/apidocs/modules.html RDFLib API documentation] (same as Lecture 1) | ||
==Lecture 4: Tools and services== | |||
==Lecture 4: | |||
Themes: | Themes: | ||
* Application | * Application architecture | ||
* Triple stores | * Triple stores and Blazegraph | ||
* | * Wikidata and Wikidata Query Service | ||
* Web APIs and JSON-LD | |||
* Serialisation formats | |||
Mandatory readings: | Mandatory readings: | ||
* Pages ... in Blumauer & Nagy (mandatory) | * Pages ... in Blumauer & Nagy (mandatory) | ||
* Chapter 4 in Allemang & Hendler (suggested) | * Chapter 4 in Allemang & Hendler (suggested) | ||
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)] | |||
* [https://wiki.blazegraph.com/wiki/index.php/Main_Page Blazegraph]: | * [https://wiki.blazegraph.com/wiki/index.php/Main_Page Blazegraph]: | ||
** Introduction - About Blazegraph | ** Introduction - About Blazegraph | ||
Line 102: | Line 104: | ||
** SPARQL Extensions - Full Text Search, GeoSpatial Search, Refication Done Right | ** SPARQL Extensions - Full Text Search, GeoSpatial Search, Refication Done Right | ||
* [[:File:S04-Architecture-6.pdf | Slides from the lecture]] | * [[:File:S04-Architecture-6.pdf | Slides from the lecture]] | ||
* [https://www.wikidata.org/wiki/Wikidata:Introduction Wikidata] | |||
* [https://www.JSON.org/json-en.html JSON Syntax] (mandatory) | |||
* Section 2 in W3C's [https://www.w3.org/TR/json-ld-api/ JSON-LD 1.1 Processing Algorithms and API] (mandatory) | |||
Useful materials: | |||
* [http://json-ld.org/ JSON for Linked Data] (supplementary) | |||
** [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 | |||
Useful materials: | Useful materials: | ||
Line 115: | Line 125: | ||
-- > | -- > | ||
<!-- | |||
==Lecture 5: RDFS== | ==Lecture 5: RDFS== | ||
Line 211: | Line 223: | ||
** [http://rdfs.org/sioc/spec/ Semantic Interlinked Online Communities (SIOC)] | ** [http://rdfs.org/sioc/spec/ Semantic Interlinked Online Communities (SIOC)] | ||
** [http://bibliontology.com/ Bibliographic Ontology (bibo)] | ** [http://bibliontology.com/ Bibliographic Ontology (bibo)] | ||
** [http:// | ** [http://musiconMandatory readings: | ||
* [https://www.wikidata.org/wiki/Wikidata:Introduction Wikidata] | |||
* [https://www.JSON.org/json-en.html JSON Syntax] (mandatory) | |||
* Section 2 in W3C's [https://www.w3.org/TR/json-ld-api/ JSON-LD 1.1 Processing Algorithms and API] (mandatory) | |||
* [[:File:S11-S12-Web-APIs-8.pdf | Slides from the lecture]] | |||
Useful materials: | |||
* [http://json-ld.org/ JSON for Linked Data] (supplementary) | |||
** [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 | |||
tology.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. | ||
* [https://wiki.uib.no/info216/images/4/42/Slr-kg4news-dataset.txt The SLR-KG4News dataset from the News Angler project] | * [https://wiki.uib.no/info216/images/4/42/Slr-kg4news-dataset.txt The SLR-KG4News dataset from the News Angler project] | ||
Line 247: | Line 268: | ||
* Semantic workflows | * Semantic workflows | ||
==Lecture 13: OWL== | ==Lecture 13: OWL== |
Revision as of 18:58, 7 February 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 mandatory 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 mandatory.
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 25-28, 92-100, 125-128, and 164-167 in Blumauer & Nagy (mandatory)
- W3C's RDF 1.1 Primer (mandatory)
- rdflib 5.0.0 materials:
- Main page
- Getting started with RDFLib
- Loading and saving RDF
- Creating RDF triples
- Navigating Graphs
- Utilities and convenience functions
- Slides from the lecture
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
Lecture 3: SPARQL
Themes:
- SPARQL queries
- SPARQL Update
- Programming SPARQL and SPARQL Update in Python
Mandatory readings:
- For example pages 54-55, 133 in Blumauer & Nagy (mandatory)
- Chapter 5 in Allemang & Hendler (suggested)
- SPARQL 1.1 Cheat Sheet
- SPARQL 1.1 Update Language (Sections 1-3 are obligatory)
- rdflib 5.0.0 materials:
- Querying with SPARQL
Useful materials:
- SPARQL 1.1 Query Language
- SPARQL 1.1 Update Language (the rest of it)
- SPARQL 1.1 Overview
- RDFLib API documentation (same as Lecture 1)
Lecture 4: Tools and services
Themes:
- Application architecture
- Triple stores and Blazegraph
- Wikidata and Wikidata Query Service
- Web APIs and JSON-LD
- Serialisation formats
Mandatory readings:
- Pages ... in Blumauer & Nagy (mandatory)
- Chapter 4 in Allemang & Hendler (suggested)
- Linked Open Vocabularies (LOV)
- Blazegraph:
- Introduction - About Blazegraph
- Getting started
- SPARQL Extensions - Full Text Search, GeoSpatial Search, Refication Done Right
- Slides from the lecture
- Wikidata
- JSON Syntax (mandatory)
- Section 2 in W3C's JSON-LD 1.1 Processing Algorithms and API (mandatory)
Useful materials:
- JSON for Linked Data (supplementary)
- What is Linked Data? Short video introduction to Linked Data by Manu Sporny
- What is JSON-LD? Short video introduction to JSON-LD by Manu Sporny
Useful materials:
- Blazegraph
- The rest of it...
- Skjæveland 2012: Sgvizler. Paper.
- Sgvizler 0.6
- Lohmann et al. (2019): Visualizing Ontologies with VOWL. Semantic Web Journal. Paper.
- VOWL: Visual Notation for OWL Ontologies
< !--
-- >