query-47384a5a5590ea63a8b0e6b5e31ce3c6
Bouzinac(Q83620)thoroughfare (Q90)Paris ?item wdt:P131* wd:Q90.
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 bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel
WHERE
{
{
SELECT ?item
WHERE
{
?item wdt:P131* wd:Q90.
}
} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P31/wdt:P279* wd:Q83620.
MINUS {
?item wdt:P1766 [] # exclude if there is an image
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a2((" "))
a1((" "))
c2(["wd:Q90"]):::iri
c4(["bd:serviceParam"]):::iri
c9(["wd:Q83620"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P131"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c9
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P1766"--> a2
end