Created
June 15, 2018 11:52
-
-
Save lisongx/ee5fba441e0517dfe872d858aebd29a0 to your computer and use it in GitHub Desktop.
This file contains 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
SELECT ?item ?label | |
WHERE | |
{ | |
?item wdt:P31 wd:Q5. | |
?item rdfs:label ?label filter(lang(?label) = 'zh'). | |
filter(regex(?label, ',$')). | |
} limit 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment