Skip to content

Instantly share code, notes, and snippets.

@lisongx
Created June 15, 2018 11:52
Show Gist options
  • Save lisongx/ee5fba441e0517dfe872d858aebd29a0 to your computer and use it in GitHub Desktop.
Save lisongx/ee5fba441e0517dfe872d858aebd29a0 to your computer and use it in GitHub Desktop.
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