query-a2002ea423645a04ca5463778d9715b0

rq turtle/ttl

Municípios do Brasil sem relação no OpenStreetMap:

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 ?munic_pio_do_Brasil WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    ?munic_pio_do_Brasil wdt:P31 wd:Q3184121.
    FILTER NOT EXISTS { ?munic_pio_do_Brasil wdt:P402 ?ID_de_rela__o_OpenStreetMap. }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?ID_de_rela__o_OpenStreetMap") v1("?munic_pio_do_Brasil"):::projected c3(["bd:serviceParam"]):::iri c7(["wd:Q3184121"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P402"--> e0v2 e0v2("?ID_de_rela__o_OpenStreetMap"):::projected e0v1("?munic_pio_do_Brasil"):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 v1 --"wdt:P402"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end v1 --"wdt:P31"--> c7