From 233789278d56da053698eb1944f6b20e3c7cd62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rabea=20M=C3=BCller?= <42644523+RabeaMue@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:17:33 +0200 Subject: [PATCH] Fix FIXMEs in episode 5 intro and keypoints (closes #76, closes #78) --- episodes/05-intro_to_querying.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/episodes/05-intro_to_querying.md b/episodes/05-intro_to_querying.md index cd8e1b36..4c25563a 100644 --- a/episodes/05-intro_to_querying.md +++ b/episodes/05-intro_to_querying.md @@ -23,7 +23,12 @@ exercises: 0 :::::::::::::::::::::::::::::::::::::::::::::::::: -FIXME +In this episode we will learn how to query Wikidata using SPARQL, +the query language for RDF data. We will start with simple queries +and work our way up to more complex ones, including visualizations +like maps, charts, and graphs. The Wikidata Query Service at +[https://query.wikidata.org/](https://query.wikidata.org/) will be +our main tool throughout this episode. @@ -557,7 +562,14 @@ https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial :::::::::::::::::::::::::::::::::::::::: keypoints -- First key point. (FIXME) +- SPARQL is a query language for RDF data that allows you to search + across the entire Wikidata knowledge graph. +- The Wikidata Query Service at https://query.wikidata.org/ provides + an interface to write and run SPARQL queries with auto-completion. +- Results can be visualized in multiple ways including tables, maps, + charts, and graphs using the Display menu or #defaultView. +- It is good practice to modify existing example queries rather than + writing queries from scratch. ::::::::::::::::::::::::::::::::::::::::::::::::::