Readings: Difference between revisions
No edit summary |
|||
Line 89: | Line 89: | ||
* Visualisation | * Visualisation | ||
Mandatory readings: | Mandatory readings: | ||
* Chapter 4 in Allemang & Hendler. ''In the text book.'' | * Chapter 4 in Allemang & Hendler. ''In the text book.'' | ||
* [ | * [https://wiki.blazegraph.com/wiki/index.php/Main_Page Blazegraph] | ||
* | ** Introduction About Blazegraph | ||
* | ** Getting started | ||
* | ** SPARQL Extensions - Full Text Search, GeoSpatial Search, Refication Done Right | ||
* [[:File:S04-architecture- | * [[:File:S04-architecture-6.pdf | Slides from the lecture]] | ||
Useful materials: | Useful materials: | ||
* [https:// | * [https://wiki.blazegraph.com/wiki/index.php/Main_Page Blazegraph] | ||
** The rest of it... | |||
* [http://www.eswc2012.org/sites/default/files/eswc2012_submission_303.pdf Skjæveland 2012: Sgvizler.] ''Paper.'' | * [http://www.eswc2012.org/sites/default/files/eswc2012_submission_303.pdf Skjæveland 2012: Sgvizler.] ''Paper.'' | ||
* [http://mgskjaeveland.github.io/sgvizler/ Sgvizler 0.6] | * [http://mgskjaeveland.github.io/sgvizler/ Sgvizler 0.6] | ||
* [[:File:LohmannEtAl2016-VisualizingOntologiesWithVOWL.pdf | Lohmann et al. (2019): Visualizing Ontologies with VOWL. ''Semantic Web Journal.'']] ''Paper.'' | * [[:File:LohmannEtAl2016-VisualizingOntologiesWithVOWL.pdf | Lohmann et al. (2019): Visualizing Ontologies with VOWL. ''Semantic Web Journal.'']] ''Paper.'' | ||
* [http://vowl.visualdataweb.org/ VOWL: Visual Notation for OWL Ontologies] | * [http://vowl.visualdataweb.org/ VOWL: Visual Notation for OWL Ontologies] | ||
<!-- | <!-- | ||
* [[:File:S07-Visualisation-4.pdf | Slides from the lecture]] | * [[:File:S07-Visualisation-4.pdf | Slides from the lecture]] | ||
--> | --> | ||
==Lecture 5: RDFS== | ==Lecture 5: RDFS== |
Revision as of 09:42, 6 February 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:
- Chapters 1-2 in Allemang & Hendler. In the text book.
- Tim Berners-Lee talks about the semantic web (mandatory)
- rdflib 4.2.2 materials:
- Main page
- Getting started with RDFLib
- Slides from the lecture
Useful materials:
- RDFLib API documentation (useful for the labs and project)
- RDFLib's GitHub page
Lecture 2: RDF
Themes:
- RDF
- Programming RDF in Python
- Finding datasets and vocabularies for your projects
Mandatory readings:
- Chapter 3 in Allemang & Hendler. In the text book.
- W3C's RDF 1.1 Primer (mandatory)
- We also continue with the rdflib 4.2.2 materials from lecture 1:
- Loading and saving RDF
- Creating RDF triples
- Navigating Graphs
- Utilities and convenience functions
- Slides from the lecture
Useful materials:
- W3C's RDF 1.1 Concepts and Abstract Syntax (cursory)
- RDFLib API documentation (same as Lecture 1)
Lecture 3: SPARQL
Themes:
- SPARQL
- SPARQL Update
- Programming SPARQL and SPARQL Update in Python
Mandatory readings:
- Chapter 5 in Allemang & Hendler. In the text book.
- SPARQL 1.1 Update Language (Sections 1-3 are obligatory)
- Slides from the lecture
- rdflib 4.2.2 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)
- SPARQL 1.1 Cheat Sheet
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:
- 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
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