query-078861f28728878d4f120238423c1299
, thank you a lot! One more question: if I want all items with specific text, I tryPasleim
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item WHERE {
?item wdt:P1448 ?text .
FILTER(LANG(?text) = 'uk' . ?text = 'Коломия')
}