Readings: Difference between revisions

From info216
No edit summary
Line 28: Line 28:




==Lecture 1: Knowledge Graphs==
==Lecture 1: Introduction to knowledge Graphs==


Themes:
Themes:
Line 35: Line 35:


Mandatory readings:
Mandatory readings:
* Pages 27-55 and 105-122 in Blumauer & Nagy (mandatory)
* Chapters 1-2 in Allemang & Hendler (suggested)
* [http://www.youtube.com/watch?v=HeUrEh-nqtU Tim Berners-Lee talks about the semantic web] (mandatory)
* [http://www.youtube.com/watch?v=HeUrEh-nqtU Tim Berners-Lee talks about the semantic web] (mandatory)
* [[:File:S01-KnowledgeGraphs.pdf | Slides from the lecture]]
* [[:File:S01-KnowledgeGraphs.pdf | Slides from the lecture]]


Useful materials:
Useful materials:
* Chapters 1-2 in Allemang & Hendler (suggested)
* Pages 27-55 and 105-122 in Blumauer & Nagy (mandatory)
* Important knowledge graphs:
  * Wikidata (https://www.wikidata.org/)
  * DBpedia (https://www.dbpedia.org, https://dbpedia.org/page/Bergen)
  * GeoNames (https://www.geonames.org/)
  * BabelNet (https://babelnet.org/)
  * Linked Open Vocabularies (LOV, https://lov.linkeddata.es/dataset/lov/)


Important knowledge graphs:
==Lecture 2: Representing KGs (RDF)==
* Wikidata (https://www.wikidata.org/)
* DBpedia (https://www.dbpedia.org, https://dbpedia.org/page/Bergen)
* GeoNames (https://www.geonames.org/)
* BabelNet (https://babelnet.org/)
* Linked Open Vocabularies (LOV, https://lov.linkeddata.es/dataset/lov/)
 
==Lecture 2: RDF==


Themes:  
Themes:  
* RDF
* RDF
* Programming RDF in Python
* Programming RDF in Python
* The group project


Mandatory readings:
Mandatory readings:
Line 76: Line 74:




==Lecture 3: SPARQL==
==Lecture 3: Querying and updating KGs (SPARQL)==


Themes:
Themes:
Line 99: Line 97:
* [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: Storing and sharing KGs==


Themes:
Themes:
Line 129: Line 127:
** [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 5: RDFS==
==Lecture 5: Open Knowledge Graphs==
 
Themes:
* The LOD cloud
* Important open KGs (LOD datasets)
** Wikidata
** DBpedia
** the GDELT project
** EventKG
** GeoNames
** WordNet
** BabelNet
** and others
 
Mandatory readings:
* Parts 1 and 3 in Blumauer & Nagy's text book (not tightly related to the lecture, but time to finish them by now :-))
* [[: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.]]
* [http://lod-cloud.net The Linking Open Data (LOD) cloud diagram]
* [[:File:S09-S10-OpenKnowledgeGraphs.pdf | Slides from the lecture]]
 
Useful materials:
* [https://www.wikidata.org/wiki/Wikidata:Introduction Introduction to Wikidata] and its [https://www.mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format RDF mapping]
* [http://wiki.dbpedia.org/about About Dbpedia], its [https://wiki.dbpedia.org/services-resources/ontology Ontology], which you can [https://dbpedia.org/ontology/Place browse]
* [https://www.gdeltproject.org/ The GDELT Project] - see also the About and Data pages
* [http://eventkg.l3s.uni-hannover.de/ EventKG - A Multilingual Event-Centric Temporal Knowledge Graph]
* [http://www.geonames.org/about.html About GeoNames]
* [https://wordnet.princeton.edu/ WordNet - A lexical database for English]
* [http://live.babelnet.org/about About BabelNet]
 
==Lecture 6: Enterprise Knowledge Graphs==
 
Themes:
* Google’s Knowledge Graph
* Amazon’s Product Graphs
* Others (← F1)
* News Hunter’s infrastructure and architecture
 
Mandatory readings:
* Parts 2 and 4 in Blumauer & Nagy's text book
* [[:File:S11-EnterpriseKnowledgeGraphs.pdf | Slides from the lecture]]
* [[:File:S11-NewsHunter-InfraAndArch.pdf | Slides about the News Hunter infrastructure and architecture]]
 
Supplementary readings:
* [https://www.blog.google/products/search/introducing-knowledge-graph-things-not/ Introducing the Knowledge Graph: Things not Strings], Amit Singhal, Google (2012). ''(The blog post that introduced Google's knowledge graph to the world.)''
* [https://blog.google/products/search/about-knowledge-graph-and-knowledge-panels/ A reintroduction to our Knowledge Graph and knowledge panels], Danny Sullivan, Google (2020).
* [[:File:2006.13473.pdf | AutoKnow: Self-Driving Knowledge Collection for Products of Thousands of Types]]. Example of research paper from Amazon - perhaps a bit heavy on Bachelor level, but you may want to have a look :-)
* [https://www.aboutamazon.com/news/innovation-at-amazon/making-search-easier How Amazon’s Product Graph is helping customers find products more easily], Arun Krishnan, Amazon (2018). ''(Short blog post that reviews some central ideas from the above research paper.)''
 
 
==Lecture 7: Rules (RDFS)==


Themes:
Themes:
Line 160: Line 208:
-->
-->


==Lecture 6: OWL 1==
==Lecture 8: Vocabularies==
 
Themes:
* LOD vocabularies and ontologies
 
Mandatory readings:
* All of Blumauer & Nagy's text book is mandatory reading. Although the chapters do not match up well with the lectures, this is a good time to finish parts 1 and 3.
* Chapters 9-10 and 13 in Allemang & Hendler (suggested)
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [[:File:S07-S08-VocabulariesAndOntologies.pdf | Slides from the lectures]]
* [[:File:S08-NewsAngler-ontologies.pdf | Additional slides about the News Angler/News Hunter ontologies]]
 
Useful materials:
* Vocabularies / ontologes:
** [http://www.w3.org/2004/02/skos/ SKOS - Simple Knowledge Organization System Home Page]
** [http://schema.org/docs/full.html schema.org - Full Hierarchy]
** [http://dublincore.org/ Dublin Core (DC)]
** [http://xmlns.com/foaf/spec/ Friend of a Friend (FOAF)]
** [https://www.w3.org/2003/01/geo/ geo: World Geodetic Standard (WGS) 84]
** [http://purl.org/vocab/vann/ Annotating vocabulary descriptions (VANN)]
** [https://www.w3.org/2003/06/sw-vocab-status/note Vocabulary Status (VS)]
** [http://creativecommons.org/ns Creative Commons (CC) Vocabulary]
** [http://www.w3.org/ns/prov# Provenance Interchange (PROV)]
** [http://motools.sourceforge.net/event/event.html Event Ontology (event)]
** [http://www.w3.org/TR/owl-time/ Time ontology in OWL (time, OWL-time)]
** [http://motools.sourceforge.net/timeline/timeline.html Timeline Ontology (tl)]
** [http://vocab.org/bio/ Biographical Information (BIO)]
** [http://rdfs.org/sioc/spec/ Semantic Interlinked Online Communities (SIOC)]
** [http://bibliontology.com/ Bibliographic Ontology (bibo)]
** [http://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.
 
==Lecture 9: Ontologies (OWL)==


Themes:
Themes:
Line 196: Line 277:
-->
-->


==Lecture 7 and 8: Vocabularies==
==Lecture 10: Reasoning about KGs (DL)==


Themes:
Themes:
* LOD vocabularies and ontologies
* Description logic
* Decision problems
* OWL-DL


Mandatory readings:
Mandatory readings:
* All of Blumauer & Nagy's text book is mandatory reading. Although the chapters do not match up well with the lectures, this is a good time to finish parts 1 and 3.
* [[:File:S13-OWL-DL.pdf | Slides from the lecture]]
* Chapters 9-10 and 13 in Allemang & Hendler (suggested)
* [http://lov.okfn.org/dataset/lov/ Linked Open Vocabularies (LOV)]
* [[:File:S07-S08-VocabulariesAndOntologies.pdf | Slides from the lectures]]
* [[:File:S08-NewsAngler-ontologies.pdf | Additional slides about the News Angler/News Hunter ontologies]]


Useful materials:
Useful materials:
* Vocabularies / ontologes:
* [[:File:NardiBrachman-IntroductionToDescriptionLogic.pdf | Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook.]] ''(cursory)''
** [http://www.w3.org/2004/02/skos/ SKOS - Simple Knowledge Organization System Home Page]
* [[:File:BaderNutt-BasicDescriptionLogics.pdf | Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook.]]
** [http://schema.org/docs/full.html schema.org - Full Hierarchy]
** ''Cursory'', quickly gets mathematical after the introduction. In particular, sections 2.2.2.3-4 about fixpoint semantics apply to TBoxes with cyclic definitions, which we do not consider in this course. We also do not consider the stuff about rules, epistemics, and reasoning from section 2.2.5 on.
** [http://dublincore.org/ Dublin Core (DC)]
* [http://www.cs.man.ac.uk/~ezolin/dl/ Complexity of Reasoning in Description Logics. Powered by Evgeny Zolin.] (informative)
** [http://xmlns.com/foaf/spec/ Friend of a Friend (FOAF)]
* [[:File:DL-reasoning-RoyalFamily-final.owl.txt | Example file]] demonstrating Protege-OWL reasoning with HermiT.
** [https://www.w3.org/2003/01/geo/ geo: World Geodetic Standard (WGS) 84]
<!--
** [http://purl.org/vocab/vann/ Annotating vocabulary descriptions (VANN)]
** [https://www.w3.org/2003/06/sw-vocab-status/note Vocabulary Status (VS)]
** [http://creativecommons.org/ns Creative Commons (CC) Vocabulary]
** [http://www.w3.org/ns/prov# Provenance Interchange (PROV)]
** [http://motools.sourceforge.net/event/event.html Event Ontology (event)]
** [http://www.w3.org/TR/owl-time/ Time ontology in OWL (time, OWL-time)]
** [http://motools.sourceforge.net/timeline/timeline.html Timeline Ontology (tl)]
** [http://vocab.org/bio/ Biographical Information (BIO)]
** [http://rdfs.org/sioc/spec/ Semantic Interlinked Online Communities (SIOC)]
** [http://bibliontology.com/ Bibliographic Ontology (bibo)]
** [http://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.  
 
==Lecture 9 and 10: Open Knowledge Graphs==
 
Themes:
* The LOD cloud
* Important open KGs (LOD datasets)
** Wikidata
** DBpedia
** the GDELT project
** EventKG
** GeoNames
** WordNet
** BabelNet
** and others
 
Mandatory readings:
* Parts 1 and 3 in Blumauer & Nagy's text book (not tightly related to the lecture, but time to finish them by now :-))
* [[: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.]]
* [http://lod-cloud.net The Linking Open Data (LOD) cloud diagram]
* [[:File:S09-S10-OpenKnowledgeGraphs.pdf | Slides from the lecture]]
 
Useful materials:
Useful materials:
* [https://www.wikidata.org/wiki/Wikidata:Introduction Introduction to Wikidata] and its [https://www.mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format RDF mapping]
* [http://www.sciencedirect.com/science/article/pii/S095741741101640X Sicilia et al. (2012): Empirical findings on ontology metrics.] ''(very cursory paper)''
* [http://wiki.dbpedia.org/about About Dbpedia], its [https://wiki.dbpedia.org/services-resources/ontology Ontology], which you can [https://dbpedia.org/ontology/Place browse]
-->
* [https://www.gdeltproject.org/ The GDELT Project] - see also the About and Data pages
* [http://eventkg.l3s.uni-hannover.de/ EventKG - A Multilingual Event-Centric Temporal Knowledge Graph]
* [http://www.geonames.org/about.html About GeoNames]
* [https://wordnet.princeton.edu/ WordNet - A lexical database for English]
* [http://live.babelnet.org/about About BabelNet]
 
==Lecture 11: Enterprise Knowledge Graphs==
 
Themes:
* Google’s Knowledge Graph
* Amazon’s Product Graphs
* Others (← F1)
* News Hunter’s infrastructure and architecture
 
Mandatory readings:
* Parts 2 and 4 in Blumauer & Nagy's text book
* [[:File:S11-EnterpriseKnowledgeGraphs.pdf | Slides from the lecture]]
* [[:File:S11-NewsHunter-InfraAndArch.pdf | Slides about the News Hunter infrastructure and architecture]]
 
Supplementary readings:
* [https://www.blog.google/products/search/introducing-knowledge-graph-things-not/ Introducing the Knowledge Graph: Things not Strings], Amit Singhal, Google (2012). ''(The blog post that introduced Google's knowledge graph to the world.)''
* [https://blog.google/products/search/about-knowledge-graph-and-knowledge-panels/ A reintroduction to our Knowledge Graph and knowledge panels], Danny Sullivan, Google (2020).
* [[:File:2006.13473.pdf | AutoKnow: Self-Driving Knowledge Collection for Products of Thousands of Types]]. Example of research paper from Amazon - perhaps a bit heavy on Bachelor level, but you may want to have a look :-)
* [https://www.aboutamazon.com/news/innovation-at-amazon/making-search-easier How Amazon’s Product Graph is helping customers find products more easily], Arun Krishnan, Amazon (2018). ''(Short blog post that reviews some central ideas from the above research paper.)''


==Lecture 12: OWL 2==
==Lecture 11: Formal ontologies (OWL-DL)==


Themes:
Themes:
Line 297: Line 317:
-->
-->


==Lecture 13: Rules and reasoning==
==Lecture 12: KG embeddings==
 
Themes:
* Description logic
* Decision problems
* OWL-DL


Mandatory readings:
==Lecture 13: Knowledge Engineering==
* [[:File:S13-OWL-DL.pdf | Slides from the lecture]]
 
Useful materials:
* [[:File:NardiBrachman-IntroductionToDescriptionLogic.pdf | Nardi & Brachman: Introduction to Description Logics. Chapter 1 in Description Logic Handbook.]] ''(cursory)''
* [[:File:BaderNutt-BasicDescriptionLogics.pdf | Baader & Nutt: Basic Description Logics. Chapter 2 in Description Logic Handbook.]]
** ''Cursory'', quickly gets mathematical after the introduction. In particular, sections 2.2.2.3-4 about fixpoint semantics apply to TBoxes with cyclic definitions, which we do not consider in this course. We also do not consider the stuff about rules, epistemics, and reasoning from section 2.2.5 on.
* [http://www.cs.man.ac.uk/~ezolin/dl/ Complexity of Reasoning in Description Logics. Powered by Evgeny Zolin.] (informative)
* [[:File:DL-reasoning-RoyalFamily-final.owl.txt | Example file]] demonstrating Protege-OWL reasoning with HermiT.
<!--
==Lecture 15: Ontology Development==


Themes:
Themes:
Line 325: Line 330:
* [[:File:S15-OntologyDevelopment-5.pdf | Slides from the lecture]]
* [[:File:S15-OntologyDevelopment-5.pdf | Slides from the lecture]]


Useful materials:
* [http://www.sciencedirect.com/science/article/pii/S095741741101640X Sicilia et al. (2012): Empirical findings on ontology metrics.] ''(very cursory paper)''
-->


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

Revision as of 09:01, 17 January 2022

Textbooks

Main course book:

  • Dean Allemang, James Hendler & Fabien Gandon (2020). Semantic Web for the Working Ontologist, Effective Modeling for Linked Data, RDFS and OWL (Third Edition). ISBN: 9781450376143, PDF ISBN: 9781450376150, Hardcover ISBN: 9781450376174, DOI: 10.1145/3382097. The whole book is mandatory reading.

Supplementary text book (not mandatory):

  • Andreas Blumauer and Helmut Nagy (2020). The Knowledge Graph Cookbook - Recipes that Work. mono/monochrom. ISBN-10: ‎3902796707, ISBN-13: 978-3902796707.

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 Allemang, Hendler & Gandon are mandatory, whereas the chapters in Blumauer & Nagy are suggested.

To be updated - the readings below are not final for Spring 2022.



Lecture 1: Introduction to knowledge Graphs

Themes:

  • Introduction to Knowledge Graphs
  • Organisation of INFO216

Mandatory readings:

Useful materials:

  • Pages 27-55 and 105-122 in Blumauer & Nagy (mandatory)
  • Important knowledge graphs:
 * Wikidata (https://www.wikidata.org/)
 * DBpedia (https://www.dbpedia.org, https://dbpedia.org/page/Bergen)
 * GeoNames (https://www.geonames.org/)
 * BabelNet (https://babelnet.org/)
 * Linked Open Vocabularies (LOV, https://lov.linkeddata.es/dataset/lov/)

Lecture 2: Representing KGs (RDF)

Themes:

  • RDF
  • Programming RDF in Python

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: Querying and updating KGs (SPARQL)

Themes:

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

Mandatory readings:

Useful materials:

Lecture 4: Storing and sharing KGs

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: Open Knowledge Graphs

Themes:

  • The LOD cloud
  • Important open KGs (LOD datasets)
    • Wikidata
    • DBpedia
    • the GDELT project
    • EventKG
    • GeoNames
    • WordNet
    • BabelNet
    • and others

Mandatory readings:

Useful materials:

Lecture 6: Enterprise Knowledge Graphs

Themes:

  • Google’s Knowledge Graph
  • Amazon’s Product Graphs
  • Others (← F1)
  • News Hunter’s infrastructure and architecture

Mandatory readings:

Supplementary readings:


Lecture 7: Rules (RDFS)

Themes:

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

Mandatory readings:

Useful materials:

Lecture 8: 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.

Lecture 9: Ontologies (OWL)

Themes:

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

Mandatory readings:


Lecture 10: Reasoning about KGs (DL)

Themes:

  • Description logic
  • Decision problems
  • OWL-DL

Mandatory readings:

Useful materials:

Lecture 11: Formal ontologies (OWL-DL)

Themes:

  • Advanced OWL

Mandatory readings:

Useful materials:

Lecture 12: KG embeddings

Lecture 13: Knowledge Engineering

Themes:

  • Ontology Development 101 method

Mandatory readings:


 

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