query-76d84bfbb91663c544d33a328c3f6de7

rq turtle/ttl

municipis vandalitzats (MedinyĆ  fals positiu conegut) SELECT ?municipi ?municipiLabel WHERE { ?municipi wdt:P4335 []. MINUS {?municipi wdt:P31 wd:Q33146843} MINUS {?municipi wdt:P31 wd:Q937876} MINUS {?municipi wdt:P31 wd:Q19920968} MINUS {?municipi wdt:P31 wd:Q6554043} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es,fr,de" . } }

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#>
# municipis vandalitzats (MedinyĆ  fals positiu conegut)
SELECT ?municipi ?municipiLabel WHERE {
  ?municipi wdt:P4335 [].
  MINUS {?municipi wdt:P31 wd:Q33146843}
  MINUS {?municipi wdt:P31 wd:Q937876}
  MINUS {?municipi wdt:P31 wd:Q19920968}
  MINUS {?municipi wdt:P31 wd:Q6554043}
   SERVICE wikibase:label {
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es,fr,de" . 
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?municipi"):::projected a1((" ")) c5(["wd:Q19920968"]):::iri c8(["bd:serviceParam"]):::iri c3(["wd:Q33146843"]):::iri c10(["#91;AUTO_LANGUAGE#93;,ca,en,es,fr,de"]):::literal c4(["wd:Q937876"]):::iri c6(["wd:Q6554043"]):::iri v1 --"wdt:P4335"--> a1 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c3 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c4 end subgraph minus2["MINUS"] style minus2 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c5 end subgraph minus3["MINUS"] style minus3 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end