Created
October 30, 2016 19:01
-
-
Save ColinMaudry/342366d8b27bd1347df7198a1d9ad427 to your computer and use it in GitHub Desktop.
Cats on Wikidata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Cats on Wikidata | |
#From https://blog.wikimedia.de/2016/10/30/10-cool-queries-for-wikidata-that-will-blow-your-mind-number-7-will-shock-you/ | |
SELECT ?item ?itemLabel | |
WHERE | |
{ | |
?item wdt:P31 wd:Q146 . | |
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment