Readings: Difference between revisions

From info216
No edit summary
Line 184: Line 184:
-- >
-- >


<!--
==Lecture 7 and 8: Vocabularies==
==Lecture 7 and 8: Vocabularies==


Line 191: Line 190:


Mandatory readings:
Mandatory readings:
* Pages ... in Blumauer & Nagy (mandatory)
* Chapters 9-10 and 13 in Allemang & Hendler (suggested)
* Chapters 9-10 and 13 in Allemang & Hendler (suggested)
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [http://lodstats.aksw.org/ LODstats]
<!--
* [[:File:S07-S08-Vocabularies-23.pdf | Slides from the lecture]]
* [[:File:S07-S08-Vocabularies-23.pdf | Slides from the lecture]]
* [[:File:S08-extra-NA-ontologies-1.pdf | Additional slides about the News Angler project]]
* [[:File:S08-extra-NA-ontologies-1.pdf | Additional slides about the News Angler project]]
->


Useful materials:
Useful materials:
Line 205: Line 204:
** [http://xmlns.com/foaf/spec/ Friend of a Friend (FOAF)]
** [http://xmlns.com/foaf/spec/ Friend of a Friend (FOAF)]
** [https://www.w3.org/2003/01/geo/ geo: World Geodetic Standard (WGS) 84]
** [https://www.w3.org/2003/01/geo/ geo: World Geodetic Standard (WGS) 84]
** [https://www.w3.org/TR/vocab-data-cube/ The RDF Data Cube Vocabulary]
** [http://purl.org/vocab/vann/ Annotating vocabulary descriptions (VANN)]
** [http://purl.org/vocab/vann/ Annotating vocabulary descriptions (VANN)]
** [https://www.w3.org/2003/06/sw-vocab-status/note Vocabulary Status (VS)]
** [https://www.w3.org/2003/06/sw-vocab-status/note Vocabulary Status (VS)]
Line 218: Line 216:
** [http://bibliontology.com/ Bibliographic Ontology (bibo)]
** [http://bibliontology.com/ Bibliographic Ontology (bibo)]
** [http://musiconMandatory readings:
** [http://musiconMandatory readings:
<!--
* [https://www.wikidata.org/wiki/Wikidata:Introduction Wikidata]
* [https://www.wikidata.org/wiki/Wikidata:Introduction Wikidata]
* [https://www.JSON.org/json-en.html JSON Syntax] (mandatory)
* [https://www.JSON.org/json-en.html JSON Syntax] (mandatory)

Revision as of 19:39, 28 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:

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:


Lecture 3: SPARQL

Themes:

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

Mandatory readings:

Useful materials:

Lecture 4: Tools and services

Themes:

  • Application architecture
  • Triple stores and Blazegraph
  • Endpoints and Wikidata Query Service (WDQS)
  • Web APIs and JSON-LD
  • Serialisation formats

Mandatory readings:

Useful materials:

Lecture 5: RDFS

Themes:

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

Mandatory readings:

Useful materials:

Lecture 6: OWL 1

Themes:

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

Mandatory readings:


 

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