query-a4e4ed4f58aae2f8e8cfff9e464a8ad8

rq turtle/ttl

Mercats de Catalunya

Use at

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 ?mercat ?mercatLabel ?llocLabel 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?mercat wdt:P31 wd:Q330284.
  ?mercat wdt:P131 ?lloc.
  ?lloc wdt:P31 wd:Q33146843.
}
ORDER BY (?llocLabel)
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?lloc") v1("?llocLabel"):::projected v2("?mercat"):::projected c2(["bd:serviceParam"]):::iri c8(["wd:Q33146843"]):::iri c6(["wd:Q330284"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> c6 v2 --"wdt:P131"--> v3 v3 --"wdt:P31"--> c8