INFO216 Wiki: Difference between revisions
From info216
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
''' | This page contains resources related to ''INFO216: Advanced Modelling - Modelling and Programming the Web of Data''. | ||
=Reading for the lectures= | |||
The text book 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. | |||
== | '''Requirement:''' Make sure you download the papers and web sites in good time before the exam. If a site becomes unavailable the last few days before the | ||
* [// | |||
* [//www. | '''Note:''' To download some of the papers, you need to be inside UiB's network. Use VPN to your UiB account if you are elsewhere. | ||
* [https:// | |||
==Introduction== | |||
* Chapters 1-2 in Allemang & Hendler. ''In text book.'' | |||
* Jena Tutorials | |||
* Apache Jena | |||
* Jena JavaDoc | |||
==RDF== | |||
* Chapters 3 in Allemang & Hendler. ''In text book.'' | |||
* RDF 1.1 Primer | |||
* RDF 1.1 Semantics | |||
* RDF 1.1 Concepts and Abstract Syntax | |||
==RDFS== | |||
* Chapters 6-7 in Allemang & Hendler. ''In text book.'' | |||
* RDF Schema 1.1 | |||
* Reasoners and rules engines: Jena inference support | |||
==Architecture== | |||
* Chapter 4 in Allemang & Hendler. ''In text book.'' | |||
==Services== | |||
* JSON Syntax | |||
* Section 2 in JSON-LD 1.0 Processing Algorithms and API | |||
* JSON-LD: Introductory Material (videos) | |||
==SPARQL== | |||
* Chapter 5 in Allemang & Hendler. ''In text book.'' | |||
* SPARQL 1.1 Query Language | |||
* SPARQL 1.1 Update Language | |||
* SPARQL 1.1 Overview | |||
==Visualisation== | |||
* Shneiderman, Ben (1996): The eyes have it: A task by data type taxonomy for information visualizations. ''Paper.'' [http://drum.lib.umd.edu/bitstream/handle/1903/466/CS-TR-3665.pdf?sequence=2] | |||
* Heer & Shneiderman (2012): Interactive Dynamics for Visual Analysis - A taxonomy of tools that support the fluent and flexible use of visualizations. ''Paper.'' [http://dl.acm.org/ft_gateway.cfm?id=2146416&ftid=1146182&dwn=1] | |||
* Skjæveland 2012: Sgvizler. ''Paper.'' [http://www.eswc2012.org/sites/default/files/eswc2012_submission_303.pdf] | |||
* Sgvizler 0.6 | |||
==RDFS Plus== | |||
* Chapter 8 in Allemang & Hendler. ''In text book.'' | |||
==Vocabularies== | |||
* Chapters 9-10 and 13 in Allemang & Hendler. ''In text book.'' | |||
* Linked Open Vocabularies (LOV) | |||
==Linked Open Data (LOD)== | |||
* LODstats | |||
* The Linking Open Data cloud diagram | |||
* State of the LOD Cloud 2014 | |||
==Resources== | |||
* Dbpedia | |||
* Wikidata | |||
* GeoNames | |||
* WordNet - A lexical database for English | |||
==OWL== | |||
* Chapters 11-12 in Allemang & Hendler. ''In text book.'' | |||
* OWL2 Overview | |||
* OWL2 Primer | |||
* OWL2 Web Ontology Language Manchester Syntax | |||
* Jena Ontology API | |||
==OWL DL== | |||
* Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook. ''Paper.'' [https://www.google.no/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiO66mdqeLQAhXBoCwKHXnND3QQFggfMAA&url=https%3A%2F%2Fwww.inf.unibz.it%2F~franconi%2Fdl%2Fcourse%2Fdlhb%2Fdlhb-01.pdf&usg=AFQjCNESKoc0OVEyV54mB2gZekZcOdZDsg&sig2=sZPu2Nk5I06zl7IJcII3ZA] | |||
* Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook. ''Paper.'' [https://www.google.no/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwjo0NWoqeLQAhXChSwKHWasBuoQFggiMAE&url=https%3A%2F%2Fwww.inf.unibz.it%2F~franconi%2Fdl%2Fcourse%2Fdlhb%2Fdlhb-02.pdf&usg=AFQjCNH46M6Vh01GE6Z6zhajePPVd99cdg&sig2=3R0-B-uNmwLnDwijEHGILQ&bvm=bv.140496471,d.bGg] | |||
* Complexity of Reasoning in Description Logics [http://www.cs.man.ac.uk/~ezolin/dl/] | |||
==Ontology development== | |||
* Chapters 14-16 in Allemang & Hendler. ''In text book.'' | |||
* Noy & McGuinness (2001): Ontology Development 101: A Guide to Creating Your First Ontology. ''Paper.'' [https://www.google.no/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiCpeSDq-LQAhWICywKHX92CRQQFgghMAA&url=http%3A%2F%2Fprotege.stanford.edu%2Fpublications%2Fontology_development%2Fontology101.pdf&usg=AFQjCNGe3FD2J8jtwome1E6cqfsBVT6TcQ&sig2=5SMb-L2ZKY_J86NU5YG6dQ] | |||
* Sicilia et al. (2012): Empirical findings on ontology metrics. ''Paper.'' [http://www.sciencedirect.com/science/article/pii/S095741741101640X] |
Revision as of 14:15, 8 December 2016
This page contains resources related to INFO216: Advanced Modelling - Modelling and Programming the Web of Data.
Reading for the lectures
The text book 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.
Requirement: Make sure you download the papers and web sites in good time before the exam. If a site becomes unavailable the last few days before the
Note: To download some of the papers, you need to be inside UiB's network. Use VPN to your UiB account if you are elsewhere.
Introduction
- Chapters 1-2 in Allemang & Hendler. In text book.
- Jena Tutorials
- Apache Jena
- Jena JavaDoc
RDF
- Chapters 3 in Allemang & Hendler. In text book.
- RDF 1.1 Primer
- RDF 1.1 Semantics
- RDF 1.1 Concepts and Abstract Syntax
RDFS
- Chapters 6-7 in Allemang & Hendler. In text book.
- RDF Schema 1.1
- Reasoners and rules engines: Jena inference support
Architecture
- Chapter 4 in Allemang & Hendler. In text book.
Services
- JSON Syntax
- Section 2 in JSON-LD 1.0 Processing Algorithms and API
- JSON-LD: Introductory Material (videos)
SPARQL
- Chapter 5 in Allemang & Hendler. In text book.
- SPARQL 1.1 Query Language
- SPARQL 1.1 Update Language
- SPARQL 1.1 Overview
Visualisation
- Shneiderman, Ben (1996): The eyes have it: A task by data type taxonomy for information visualizations. Paper. [1]
- Heer & Shneiderman (2012): Interactive Dynamics for Visual Analysis - A taxonomy of tools that support the fluent and flexible use of visualizations. Paper. [2]
- Skjæveland 2012: Sgvizler. Paper. [3]
- Sgvizler 0.6
RDFS Plus
- Chapter 8 in Allemang & Hendler. In text book.
Vocabularies
- Chapters 9-10 and 13 in Allemang & Hendler. In text book.
- Linked Open Vocabularies (LOV)
Linked Open Data (LOD)
- LODstats
- The Linking Open Data cloud diagram
- State of the LOD Cloud 2014
Resources
- Dbpedia
- Wikidata
- GeoNames
- WordNet - A lexical database for English
OWL
- Chapters 11-12 in Allemang & Hendler. In text book.
- OWL2 Overview
- OWL2 Primer
- OWL2 Web Ontology Language Manchester Syntax
- Jena Ontology API
OWL DL
- Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook. Paper. [4]
- Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook. Paper. [5]
- Complexity of Reasoning in Description Logics [6]