Lab Exercises: Difference between revisions

From info216
m (Sinoa moved page Labs to Python Labs)
No edit summary
(42 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''Labs:'''
Here we will present new Python-based lab exercises each week.  
''The lab assignments are not final. In particular, we will use newer versions of some of the software.''


== Python ==
# [[Lab: Getting started with VSCode, Python and RDFlib]] (week 4, from 25/1) <!-- After S1: KG & S2: RDF -->
# [[Lab: Getting started with Pycharm, Python and RDFlib]]
# [[Lab: RDF programming with RDFlib]] (week 5, from 1/2) <!-- After S3: SPARQL -->
 
# [[Lab: SPARQL]] (week 6, from 8/2) <!-- After S4: Storing and sharing KGs -->
== Java ==
# [[Lab: SPARQL Programming]] (week 7, from 15/2) <!-- After S5: Open KGs-->
 
# [[Lab: Web APIs and JSON-LD]] (week 8, from 22/2) <!-- After S6: Enterprise KGs -->
# [[Lab: Getting started with Eclipse, Java and Jena]]
# [[Lab: Semantic Lifting - CSV]] (week 9, from 28/2) <!-- After S8: Vocabularies -->
# [[Lab: RDF programming in Jena]]
# [[Lab: RDFS]] (week 10, from 6/3) <!-- After S7: RDFS -->
# [[Lab: SPARQL queries]]
# [[Lab: OWL 1]] (week 11, from 15/3) <!-- After S9: OWL -->
# [[Lab: Storing graphs and datasets with Jena and TDB]]
# [[Lab: Semantic Lifting - XML]] (week 12, from 22/3) <!-- After S10: DL -->
# [[Lab: RDFS Programming in Jena]]
# [[Lab: More OWL | Lab: OWL 2]] (week 13, from 29/4) <!-- After S11: OWL-DL -->
# [[Lab: Sgvizler]]
# [[Lab: Semantic Lifting - HTML]] (week 14, from 5/4) <!-- After S12: KG embeddings -->
# [[Lab: RDFS Plus]]
# Week 15: Easter
# [[Lab: Web APIs, JSON and JSON-LD]]
# Week 16: No labs
# [[Lab: OWL]]
# [[Lab: Even More OWL | Lab: owlready2]] (week 17, from 26/4)
# [[Lab: OWL DL]]
# [[Lab: Using Graph Embeddings]] (week 18, from 3/5)
 
# [[Lab: Training Graph Embeddings]] (week 19, from 10/5)
 
'''Project presentations:'''
In weeks 8, 13, and 19 there will not be ordinary labs. Instead, we will have mandatory presentations of your group assignments (programming projects).
 
 
'''Practical:'''
* [[:File:log4j.properties.txt | log4j.properties]]: save as a file named '''log4j.properties''' in the '''src/''' folder of your Eclipse project
 
 
&nbsp;
<div class="credits" style="text-align: right; direction: ltr; margin-left: 1em;">''INFO216, UiB, 2017-2020, Andreas L. Opdahl (c)''</div>

Revision as of 11:46, 24 May 2022

Here we will present new Python-based lab exercises each week.

  1. Lab: Getting started with VSCode, Python and RDFlib (week 4, from 25/1)
  2. Lab: RDF programming with RDFlib (week 5, from 1/2)
  3. Lab: SPARQL (week 6, from 8/2)
  4. Lab: SPARQL Programming (week 7, from 15/2)
  5. Lab: Web APIs and JSON-LD (week 8, from 22/2)
  6. Lab: Semantic Lifting - CSV (week 9, from 28/2)
  7. Lab: RDFS (week 10, from 6/3)
  8. Lab: OWL 1 (week 11, from 15/3)
  9. Lab: Semantic Lifting - XML (week 12, from 22/3)
  10. Lab: OWL 2 (week 13, from 29/4)
  11. Lab: Semantic Lifting - HTML (week 14, from 5/4)
  12. Week 15: Easter
  13. Week 16: No labs
  14. Lab: owlready2 (week 17, from 26/4)
  15. Lab: Using Graph Embeddings (week 18, from 3/5)
  16. Lab: Training Graph Embeddings (week 19, from 10/5)