query-078861f28728878d4f120238423c1299

rq turtle/ttl

, thank you a lot! One more question: if I want all items with specific text, I tryPasleim

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item WHERE {
  ?item wdt:P1448 ?text .
  FILTER(LANG(?text) = 'uk' . ?text = 'Коломия')
}

Query found at