apps-android-commons/app/src/main/resources/queries/subclasses_query.rq
vvijayalakshmi21 62f176443b
Fix issue 3526 Unlike "Items" tab, "child classes" tab does not display description nor image thumbnail (#3619)
* fix thumbnail issue 3526

* Fix Description issue 3526

* revert changes on this file, not finished with it yet

* Fix Description for Child and Parent classes - issue 3526

* Remove conflict text in file

* Remove retrofit.HEAD import

* Incorporated review comments
2020-04-10 10:56:14 +01:00

4 lines
171 B
SPARQL

SELECT ?subclass ?subclassLabel ?subclassDescription WHERE {
?subclass wdt:P279 wd:${QID}.
SERVICE wikibase:label { bd:serviceParam wikibase:language ${LANG}. }
}