query-05c9083e416b9641da9257a19a6a41de
Task 01Please add Marathi labels below. In this query if you see the labels are in English, that means labels are to be added in Marathi.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?Marathi ?MarathiLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "mr,en". }
?Marathi wdt:P1412 wd:Q1571.
}
ORDER BY ?MarathiLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?Marathi"):::projected
v1("?MarathiLabel"):::projected
c2(["bd:serviceParam"]):::iri
c4(["mr,en"]):::literal
c6(["wd:Q1571"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v2 --"wdt:P1412"--> c6