BorderCloud / SPARQL-JAVA

Client SPARQL 1.1 (very simple) for Java
Other
9 stars 6 forks source link

Russian encoding #1

Closed Perevalov closed 7 years ago

Perevalov commented 7 years ago

How can i get a list of entities with russian encoding?

BorderCloud commented 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

Perevalov commented 7 years ago

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:

Коикэ, Юрико

Хаяси, Фумико

Мануэла Кармена

Три Рисмахарини

Раджи, Вирджиния

Лалау Равалуманана

Анн Идальго

BorderCloud commented 7 years ago

Can you test with this last commit ?

Perevalov commented 7 years ago

Works! Thank you!