query-15344119c36dbed8963015feee5e3f84

rq turtle/ttl

Add located in the administrative territorial entity (P131) property to geographical feature (Q618123) in Japan property set (P131)located in the administrative territorial entity Places in Japan need their Query:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
  ?item wdt:P17 wd:Q17;
        wdt:P31/wdt:P279* wd:Q1503302.
  FILTER NOT EXISTS {
    ?item wdt:P131 ?area
  }
  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; v2("?area") v1("?item"):::projected a1((" ")) c3(["wd:Q17"]):::iri c8(["bd:serviceParam"]):::iri c6(["wd:Q1503302"]):::iri c10(["en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P131"--> e0v2 e0v2("?area"):::projected e0v1("?item"):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 v1 --"wdt:P131"--> v2 v1 --"wdt:P17"--> c3 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end