query-6cad6bcaf3af3fbbc56738473d98549d

rq turtle/ttl

شوارع في فرنسا بدون مدينة Streets in France without a city Streets in France without a city Ulice ve Francii bez města Streets in France without a city Straßen in Frankreich ohne eine Stadt Streets in France without a city Streets in France without a city Streets in France without a city Streets in France without a city Streets in France without a city Rues de France sans ville רחובות בצרפת בלי עיר Streets in France without a city Streets in France without a city Strade in Francia senza città Streets in France without a city Streets in France without a city Streets in France without a city Streets in France without a city Streets in France without a city Straten in Frankrijk zonder stad Streets in France without a city Streets in France without a city Streets in France without a city Улицы Франции без городов Streets in France without a city Gator i Frankrike utan en stad Streets in France without a city Streets in France without a city Вулиці у Франції без міста Streets in France without a city 法国非城市内街道

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 ?street ?streetLabel
WHERE
{
    ?street wdt:P31/wdt:P279* wd:Q79007 .
    ?street wdt:P17 wd:Q142 .
    MINUS { ?street wdt:P131 [] } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}
ORDER BY ?streetLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?street"):::projected v1("?streetLabel"):::projected a2((" ")) a1((" ")) c8(["bd:serviceParam"]):::iri c3(["wd:Q79007"]):::iri c10(["fr"]):::literal c5(["wd:Q142"]):::iri v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v2 --"wdt:P17"--> c5 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P131"--> a2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end