You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
I would like to be able to filter a given claim by language in order to create a column that contains, for example, only English occurrences of some data point.
Apologies if my naïveté in this regard causes any problems, but discussion on Twitter suggested that it might help to alter the SPARQL query here to include a FILTER(LANG(?best_label) = "en") statement, where en is the sought-after language:
+1'ing this use case / feature request. Today, I tried to use data extension to specifically retrieve Spanish-language monolingual taxon common name values of a set of taxon items on Wikidata; it would be great if this were possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue follows on from a comment I left on #72.
I would like to be able to filter a given claim by language in order to create a column that contains, for example, only English occurrences of some data point.
My example (detailed at the Open Data Stack Exchange) uses Leptospermum scoparium (Q1520028), which has 8 common name (P1843) entries in various languages, including three in English.
Apologies if my naïveté in this regard causes any problems, but discussion on Twitter suggested that it might help to alter the SPARQL query here to include a
FILTER(LANG(?best_label) = "en")
statement, whereen
is the sought-after language:openrefine-wikibase/wdreconcile/propertypath.py
Lines 285 to 297 in 2b066e1
If I can help in any way I would be happy to. Thank you.
The text was updated successfully, but these errors were encountered: