query-9e23631abbb14a7bebe3a2791580376c

rq turtle/ttl

Distribution of names of human settlements ending in "-ow" or "-itz" in Germany Distribution of names of human settlements ending in "-ow" or "-itz" in Germany Distribution des familles humaines dont les noms se terminent par « -ow » ou « -itz » en Allemagne Distribution of names of human settlements ending in "-ow" or "-itz" in Germany Distribution of names of human settlements ending in "-ow" or "-itz" in Germany Verdeling van de namen van Duitse nederzettingen die eindigen met "-ow" of "-itz" Utspridning av platsnamn som slutar på "-ow" eller "-itz" i Tyskland Distribution of names of human settlements ending in "-ow" or "-itz" in Germany Distribution of names of human settlements ending in "-ow" or "-itz" in Germany Distribution of names of human settlements ending in "-ow" or "-itz" in Germany

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
#added before 2016-10
 #defaultView:Map
SELECT ?item ?itemLabel ?coord
WHERE
{
    ?item wdt:P31/wdt:P279* wd:Q486972;
              wdt:P17 wd:Q183;
              rdfs:label ?itemLabel;
              wdt:P625 ?coord;
         FILTER (lang(?itemLabel) = "de") .
         FILTER regex (?itemLabel, "(ow|itz)$").
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coord"):::projected v2("?item"):::projected v1("?itemLabel"):::projected a1((" ")) c5(["wd:Q486972"]):::iri c7(["wd:Q183"]):::iri f0[["regex(?itemLabel,'(ow|itz)$')"]] f0 --> v1 f1[["?itemLabel = 'de'"]] f1 --> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 v2 --"wdt:P17"--> c7 v2 --"rdfs:label"--> v1 v2 --"wdt:P625"--> v3