Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/05-intro_to_querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:wd:Q160302. # affiliated with a specific institution
?author wdt:P108 wd:Q160302. # affiliated with a specific institution
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 20
Expand Down
Loading