mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
* 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
4 lines
171 B
SPARQL
4 lines
171 B
SPARQL
SELECT ?subclass ?subclassLabel ?subclassDescription WHERE {
|
|
?subclass wdt:P279 wd:${QID}.
|
|
SERVICE wikibase:label { bd:serviceParam wikibase:language ${LANG}. }
|
|
}
|