From 384ffe9ec385504f319df3e6b63dabaaeb3adf8d 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:59:27 +0200 Subject: [PATCH] Update query institution --- episodes/05-intro_to_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-intro_to_querying.md b/episodes/05-intro_to_querying.md index b5bec04d..5441626d 100644 --- a/episodes/05-intro_to_querying.md +++ b/episodes/05-intro_to_querying.md @@ -593,7 +593,7 @@ it, which can significantly speed up complex queries: SELECT ?item ?itemLabel ?authorLabel WHERE { ?item wdt:P31 wd:Q13442814. # scholarly article ?item wdt:P50 ?author. -?author wdt:P108 wd:Q49210. # affiliated with a specific institution +?author wdt:P108 wd:wd:Q160302. # affiliated with a specific institution SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } LIMIT 20