query-d5e6e61cbab29550ec398dcb5a09a1f2
Battles without English labels
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 schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q178561.
MINUS {?item rdfs:label ?en_label . FILTER(LANG(?en_label) = "en")}
?item wdt:P585 ?poi.
# ?item wdt:P17 wd:Q183.
# ?article schema:about ?item .
# ?article schema:isPartOf <https://en.wikipedia.org/>.
# ?item wdt:P17 ?country.
# ?article2 schema:about ?itemĀ ;
# schema:inLanguage ?langĀ ;
# schema:isPartOf [ wikibase:wikiGroup "wikipedia" ] .
# ?country wdt:P37/wdt:P424 ?lang.
}{ bd:serviceParam wikibase:language "en-gb,en,mul". }
}