How to remove non-English entries from wikidata

旧街凉风 提交于 2019-12-11 16:02:03

问题


I am currently using the following SPARQL query to count the number of incoming links of a given node.

SELECT (COUNT (*) AS ?count) WHERE {?s ?p wd:Q22673982 .}

Code in Wikidata query editor: https://w.wiki/5DW

However, the results include the count of non-English links as well. Is there a way to remove non-english links in wikidata results using SPARQL?

I am happy to provide more details if needed.

来源:https://stackoverflow.com/questions/56724431/how-to-remove-non-english-entries-from-wikidata

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!