Readings: Difference between revisions

From info216
No edit summary
No edit summary
Line 152: Line 152:


==Lecture 7: Vocabularies==
==Lecture 7: Vocabularies==
Themes:
* LOD vocabularies and ontologies
Mandatory readings:
* Chapters 9-10 and 13 in Allemang & Hendler. ''In text book.''
* Chapters 9-10 and 13 in Allemang & Hendler. ''In text book.''
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [http://stats.lod2.eu/ LODstats]
* [http://stats.lod2.eu/ LODstats]
<!--
* [[:File:S09-Vocabularies-20.pdf | Slides from the lecture]]
-->
Useful materials:
* Vocabularies:
* Vocabularies:
** [http://www.w3.org/2004/02/skos/ SKOS - Simple Knowledge Organization System Home Page]
** [http://www.w3.org/2004/02/skos/ SKOS - Simple Knowledge Organization System Home Page]
Line 175: Line 185:
** [http://www.musicontology.com/ Music Ontology (mo)]
** [http://www.musicontology.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.
<!--
* [[:File:S09-Vocabularies-20.pdf | Slides from the lecture]]
-->


==Lecture 8 and 9: Linked Open Datasets==
==Lecture 8 and 9: Linked Open Datasets==
Themes:
* Important Linked Open Datasets
** DBpedia
** LinkedGeoData
** GeoNames
** Wikidata
** and others
Mandatory readings:
* [[: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.]]
Line 187: Line 204:
* [[:File:S10-SemanticDatasets-22.pdf | Slides from the lecture]]
* [[:File:S10-SemanticDatasets-22.pdf | Slides from the lecture]]
-->
-->
Useful materials:
* [http://wiki.dbpedia.org/about Dbpedia]
* [http://wiki.dbpedia.org/about Dbpedia]
* [https://www.wikidata.org/wiki/Wikidata:Introduction Wikidata]
* [https://www.wikidata.org/wiki/Wikidata:Introduction Wikidata]
Line 192: Line 211:
* [https://wordnet.princeton.edu/ WordNet - A lexical database for English]
* [https://wordnet.princeton.edu/ WordNet - A lexical database for English]
* [http://live.babelnet.org/about BabelNet]
* [http://live.babelnet.org/about BabelNet]
==Lecture 10: Services==
Themes:
* JSON, JSON-LD
* Semantic web services
* Semantic workflows
Mandatory readings:
* [http://json.org/ JSON Syntax] (mandatory)
* Section 2 in W3C's [https://www.w3.org/TR/json-ld-api/ JSON-LD 1.0 Processing Algorithms and API] (mandatory)
<!--
<!--
* ''Slides from the lecture are joint with Lecture 10 above.''
* [[:File:S05-Services-5.pdf | Slides from the lecture]]
-->
-->


==Lecture 10: Services==
Useful materials:
* [http://json.org/ JSON Syntax] (mandatory)
* [http://json-ld.org/spec/latest/json-ld/ JSON-LD 1.1 - A JSON-based Serialization for Linked Data] (supplementary reference)
* [http://json-ld.org/spec/latest/json-ld/ JSON-LD 1.1 - A JSON-based Serialization for Linked Data] (supplementary reference)
* Section 2 in W3C's [https://www.w3.org/TR/json-ld-api/ JSON-LD 1.0 Processing Algorithms and API] (mandatory)
* [http://json-ld.org/ JSON for Linked Data] (supplementary)
* [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=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
** [http://www.youtube.com/watch?v=vioCbTo3C-4 What is JSON-LD?] Short video introduction to JSON-LD by Manu Sporny
==Lecture 11: OWL==
Themes:
* Advanced OWL
* Axioms, rules and entailments
* Programming advances OWL in Jena
Mandatory readings:
* Chapters 11-12 in Allemang & Hendler. ''In text book.''
<!--
<!--
* [[:File:S05-Services-5.pdf | Slides from the lecture]]
* [[:File:S12-OWL-15.pdf | Slides from the lecture]]
-->
-->


==Lecture 11: OWL==
Useful materials:
* Chapters 11-12 in Allemang & Hendler. ''In text book.''
* [http://www.w3.org/TR/owl-overview OWL 2 Document Overview] (cursory)
* [http://www.w3.org/TR/owl-overview OWL 2 Document Overview] (cursory)
* [http://www.w3.org/TR/owl-primer OWL2 Primer] (cursory)
* [http://www.w3.org/TR/owl-primer OWL2 Primer] (cursory)
Line 215: Line 252:
* [http://vowl.visualdataweb.org/webvowl/index.html#sioc WebVOWL] (cursory)
* [http://vowl.visualdataweb.org/webvowl/index.html#sioc WebVOWL] (cursory)
* [https://jena.apache.org/documentation/ontology/ Jena Ontology API] (we will most likely not go into this) (cursory)
* [https://jena.apache.org/documentation/ontology/ Jena Ontology API] (we will most likely not go into this) (cursory)
==Lecture 12: OWL DL==
Themes:
* Description logic
* Decision problems
* OWL-DL
* Programming with OWL-DL reasoners in Jena
Mandatory readings:
<!--
<!--
* [[:File:S12-OWL-15.pdf | Slides from the lecture]]
* [[:File:S13-OWL-DL-10.pdf | Slides from the lecture]]
-->
-->


==Lecture 12: OWL DL==
Useful materials:
* [[:File:NardiBrachman-IntroductionToDescriptionLogic.pdf | Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook.]] ''Chapter.''  (cursory)
* [[:File:NardiBrachman-IntroductionToDescriptionLogic.pdf | Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook.]] ''Chapter.''  (cursory)
* [[:File:BaderNutt-BasicDescriptionLogics.pdf | Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook.]] ''Chapter.''  (cursory, gets mathematical after the introduction)
* [[:File:BaderNutt-BasicDescriptionLogics.pdf | Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook.]] ''Chapter.''  (cursory, gets mathematical after the introduction)
* [http://www.cs.man.ac.uk/~ezolin/dl/ Complexity of Reasoning in Description Logics. Powered by Evgeny Zolin.] (informative)
* [http://www.cs.man.ac.uk/~ezolin/dl/ Complexity of Reasoning in Description Logics. Powered by Evgeny Zolin.] (informative)
<!--
* [[:File:S13-OWL-DL-10.pdf | Slides from the lecture]]
-->


==Lecture 13: Ontology development==
==Lecture 13: Ontology development==
Themes:
* Ontology Development 101 method
Mandatory readings:
* Chapters 14-16 in Allemang & Hendler. ''In text book.''
* Chapters 14-16 in Allemang & Hendler. ''In text book.''
* [http://liris.cnrs.fr/alain.mille/enseignements/Ecole_Centrale/What%20is%20an%20ontology%20and%20why%20we%20need%20it.htm Noy & McGuinness (2001): Ontology Development 101: A Guide to Creating Your First Ontology.] ''Paper.''  
* [http://liris.cnrs.fr/alain.mille/enseignements/Ecole_Centrale/What%20is%20an%20ontology%20and%20why%20we%20need%20it.htm Noy & McGuinness (2001): Ontology Development 101: A Guide to Creating Your First Ontology.] ''Paper.''  
* [http://www.sciencedirect.com/science/article/pii/S095741741101640X Sicilia et al. (2012): Empirical findings on ontology metrics.] ''Paper.''  (cursory)
<!--
<!--
* [[:File:S14-method-and-quality-4.pdf | Slides from the lecture]]
* [[:File:S14-method-and-quality-4.pdf | Slides from the lecture]]
-->
-->
Useful materials:
* [http://www.sciencedirect.com/science/article/pii/S095741741101640X Sicilia et al. (2012): Empirical findings on ontology metrics.] ''Paper.''  (cursory)


<div class="credits" style="text-align: right; direction: ltr; margin-left: 1em;">''INFO216, UiB, Spring 2017, Prof. Andreas L. Opdahl (c)''</div>
<div class="credits" style="text-align: right; direction: ltr; margin-left: 1em;">''INFO216, UiB, Spring 2017, Prof. Andreas L. Opdahl (c)''</div>

Revision as of 16:12, 8 December 2017

Text book

The text book 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 is either mandatory or suggested reading. Currently, the readings are not updated from 2017, so some of them may change. Make sure you download the papers and web sites in good time before the exam. That way you are safe if a site becomes unavailable or somehow damaged the last few days before the exam. Note that 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 with VPN if you are elsewhere.

Finally, the lectures and lectures notes are also in the curriculum.

Lectures

Below are the mandatory and suggested readings for each lecture. All the text-book chapters are mandatory.

Lecture 1: Introduction

Themes:

  • Web of Data
  • INFO216
  • Jena
  • The programming project

Mandatory readings:

Useful materials:

Lecture 2: RDF

Themes:

  • RDF
  • Programming RDF in Jena
  • Finding datasets and vocabularies for your projects

Mandatory readings:

Useful materials:

Lecture 3: SPARQL

Themes:

  • SPARQL
  • Programming SPARQL in Jena
  • SPARQL Update
  • Programming SPARQL Update in Jena

Mandatory readings:

  • Chapter 5 in Allemang & Hendler. In text book.

Useful materials:

(supplementary, but perhaps necessary for the labs and project)

Lecture 4: Architecture

Themes:

  • Application architecture
  • Application components
  • Triple stores
  • Visualisation

Mandatory readings:

Useful materials:

Lecture 5: RDFS

Themes:

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

Mandatory readings:

Useful materials:

  • W3C's RDF 1.1 Semantics (cursory, except the axioms and entailments in sections 8 and 9, which we will review in the lecture)
  • Reasoners and rules engines: Jena inference support (cursory; sections 1 and 3 are relevant, but quite hard)
  • Javadoc for
    • Model (createRDFSModel)
    • InfModel (getRawModel, remove + the same methods as Model)
    • RDFS (label, comment, subClassOf, subPropertyOf, domain, range...)
    • Reasoner (but we will not use it directly)
(supplementary, but perhaps necessary for the labs and project)

Lecture 6: RDFS Plus

Themes:

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

Mandatory readings:

  • Chapter 8 in Allemang & Hendler. In text book.

Useful materials:

  • Javadoc for
    • OntModel (createOntologyModel)
    • OntModelSpec (the different reasoners are outlined here (very long), OWL_MEM_RULE_INF is a good starting point)
    • OWL (defines built-in OWL resources)
    • OntClass, Individual, ObjectProperty, DatatypeProperty
(supplementary, but perhaps necessary for the labs and project)

Lecture 7: Vocabularies

Themes:

  • LOD vocabularies and ontologies

Mandatory readings:

Useful materials:

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.

Lecture 8 and 9: Linked Open Datasets

Themes:

  • Important Linked Open Datasets
    • DBpedia
    • LinkedGeoData
    • GeoNames
    • Wikidata
    • and others

Mandatory readings:

Useful materials:

Lecture 10: Services

Themes:

  • JSON, JSON-LD
  • Semantic web services
  • Semantic workflows

Mandatory readings:

Useful materials:

Lecture 11: OWL

Themes:

  • Advanced OWL
  • Axioms, rules and entailments
  • Programming advances OWL in Jena

Mandatory readings:

  • Chapters 11-12 in Allemang & Hendler. In text book.

Useful materials:

Lecture 12: OWL DL

Themes:

  • Description logic
  • Decision problems
  • OWL-DL
  • Programming with OWL-DL reasoners in Jena

Mandatory readings:

Useful materials:

Lecture 13: Ontology development

Themes:

  • Ontology Development 101 method

Mandatory readings:

Useful materials:

INFO216, UiB, Spring 2017, Prof. Andreas L. Opdahl (c)