Closed Perevalov closed 7 years ago
Can you give me an example of query with Wikidata or another Sparql Endpoint ? And the result of this query with russian encoding.
Thanks Karima
Here is the query:
SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . #find humans ?human rdf:type wdno:P40 . #with at least one P40 (child) statement defined to be "no value" SERVICE wikibase:label { bd:serviceParam wikibase:language "ru" } }
And the result:
ÐоикÑ, ЮÑико
ХаÑÑи, ФÑмико
ÐанÑÑла ÐаÑмена
ТÑи РиÑÐ¼Ð°Ñ Ð°Ñини
Раджи, ÐиÑджиниÑ
ÐÐ°Ð»Ð°Ñ Ð Ð°Ð²Ð°Ð»Ñманана
Ðнн ÐдалÑго
Can you test with this last commit ?
Works! Thank you!
How can i get a list of entities with russian encoding?