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.