query-63c453c8d627f8d8850237a7b951ceeb

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wdno: <http://www.wikidata.org/prop/novalue/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel 
WHERE 
{
  ?item p:P31/ps:P31/wdt:P279* wd:Q182531.
  filter not exists {?item a wdno:P289.}
  filter not exists {?item p:P289 [].}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a2((" ")) a3((" ")) c9(["bd:serviceParam"]):::iri c3(["p:novalue/P289"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q182531"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"p:P289"--> e0a1 e0v1("?item"):::projected e0a1((" ")):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> a1 v1 --"p:P289"--> a1 f1[["not "]] subgraph f1e1["Exists Clause"] e1v1 --"a"--> e1c2 e1v1("?item"):::projected e1c2(["p:novalue/P289"]):::iri end f1--EXISTS--> f1e1 f1 --> v1 f1 --> c2 f1 --> c3 v1 --"a"--> c3 v1 --"p:P31"--> a2 a2 --"p:statement/P31"--> a3 a3 --"p:direct/P279"--> c7 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end