query-91329c0bcd769c9b7247689d4ed3e37a

rq turtle/ttl

Human settlements without an article in any language version of Wikipedia Human settlements without an article in any language version of Wikipedia Human settlements without an article in any language version of Wikipedia Colonies humaines qui n'ont pas d'article dans aucune version linguistique de Wikipedia(P625)coordinate location , (P31)instance of Propriétés utilisées : (Q486972)human settlement , (Q532)village , (Q515)city , (Q3957)town Eléments utilisés : どの言語版のウィキペディアにも記事がない人間の居住地 Nederzettingen zonder artikel in een of andere taalversie van 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 any language version of 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å valfri språkversion av 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 any language version of Wikipedia Human settlements without an article in any language version of 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#>
#added before 2016-10

# Human settlements without an article in any language version of Wikipedia
#defaultView:Map
SELECT DISTINCT ?city ?cityLabel ?coor WHERE {
    VALUES ?type { wd:Q3957 wd:Q515 wd:Q532 wd:Q486972 } .
    ?city wdt:P31 wd:Q3957 ;
          wdt:P625 ?coor .

    FILTER NOT EXISTS {?article schema:about ?city } .
    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; v1("?article") v2("?city"):::projected v4("?coor"):::projected v3("?type") c3(["wd:Q3957"]):::iri c6(["bd:serviceParam"]):::iri c8(["en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"schema:about"--> e0v2 e0v1("?article"):::projected e0v2("?city"):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 v1 --"schema:about"--> v2 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"--> c3 v2 --"wdt:P625"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end