query-69b202f2271a1e32e62470072602a917

rq turtle/ttl

Human settlements without an article in the English Wikipedia Human settlements without an article in the English Wikipedia Human settlements without an article in the English Wikipedia Colonies humaines qui n'ont pas d'article dans la Wikipedia anglophone(P625)coordinate location , (P31)instance of Propriétés utilisées : (Q486972)human settlement , (Q532)village , (Q515)city , (Q3957)town Eléments utilisés : 英語版Wikipediaに記事のない人間の居住地 Nederzettingen zonder artikel in de Engelse Wikipedia(P625)coordinate location , (P31)instance of Gebruikte eigenschappen: (Q486972)human settlement , (Q532)village , (Q515)city , (Q3957)town Gebruikte items: Human settlements without an article in the English Wikipedia(P625)coordinate location , (P31)instance of Wykorzystujące właściwości: (Q486972)human settlement , (Q532)village , (Q515)city , (Q3957)town Wykorzystujące elementy: Mänskliga bosättningar utan en artikel på engelskspråkiga Wikipedia(P625)coordinate location , (P31)instance of Använda egenskaper: (Q486972)human settlement , (Q532)village , (Q515)city , (Q3957)town Använda objekt: Human settlements without an article in the English Wikipedia Human settlements without an article in the English Wikipedia

Use at

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 bd: <http://www.bigdata.com/rdf#>
# Human settlements without an article in the English Wikipedia
#defaultView:Map
SELECT DISTINCT ?settlement ?settlementLabel ?coor WHERE {
  VALUES ?type {wd:Q3957 wd:Q515 wd:Q532 wd:Q486972}
  ?settlement wdt:P31 wd:Q3957 ;
              wdt:P625 ?coor .   
  ?article schema:about ?settlement .
  FILTER NOT EXISTS { ?wen schema:about ?settlement ; schema:inLanguage "en" }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?article") v4("?coor"):::projected v2("?settlement"):::projected v3("?type") v1("?wen") c5(["wd:Q3957"]):::iri c8(["bd:serviceParam"]):::iri c3(["en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"schema:about"--> e0v2 e0v1 --"schema:inLanguage"--> e0c3 e0v2("?settlement"):::projected e0v1("?wen"):::projected e0c3(["en"]):::literal end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 f0 --> c2 f0 --> c3 v1 --"schema:about"--> v2 v1 --"schema:inLanguage"--> c3 bind1[/VALUES ?type/] bind1-->v3 bind10(["wd:Q3957"]) bind10 --> bind1 bind11(["wd:Q515"]) bind11 --> bind1 bind12(["wd:Q532"]) bind12 --> bind1 bind13(["wd:Q486972"]) bind13 --> bind1 v2 --"wdt:P31"--> c5 v2 --"wdt:P625"--> v4 v5 --"schema:about"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c3 end