Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 328 Bytes

File metadata and controls

10 lines (7 loc) · 328 Bytes

KG Tutorial

This is a knowledge graph 101 tutorial

All the exercises are written using Python. They can be executed using Repl.it.

Exercises

1. SPARQL query

The first exercise will be to write a sparql query and get results from Wikidata. The code is available in the exercise_1-SPARQL.py file of this repository.