query-c6a93c8b31741c53df17960b1a2e80c7

rq turtle/ttl

title: kein Gott, kein Staat, kein Patriarchat (zum Frauentag) SELECT ?item ?itemLabel ?itemDescription WHERE { #hint:Query hint:optimizer "None".
filter not exists {?item wdt:P17 [] .} minus {?item wdt:P31* wd:Q178885.} minus {?item ?rel wd:Q181339.} SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE,de,en]' } } limit 10000

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#>
#title: kein Gott, kein Staat, kein Patriarchat (zum Frauentag)
SELECT ?item ?itemLabel ?itemDescription WHERE {
    #hint:Query hint:optimizer "None".  
    filter not exists {?item wdt:P17 [] .}
    minus {?item wdt:P31* wd:Q178885.}
    minus {?item ?rel wd:Q181339.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE,de,en]' }
  } limit 10000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?rel") a1((" ")) c4(["wd:Q181339"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE,de,en#93;"]):::literal c3(["wd:Q178885"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P17"--> e0a1 e0v1("?item"):::projected e0a1((" ")):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> a1 v1 --"wdt:P17"--> a1 subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c3 end subgraph minus2["MINUS"] style minus2 stroke-width:6px,fill:pink,stroke:red; v1 -->v2--> c4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end