query-e000697ca5be168336c16a15d1b5c565

rq turtle/ttl

timeoutDear fellows, I keep receiving timeout. Is there any solution? 100 LIMIT } .Q5:wd P31:wdt ?item } [] P106:wdt ?item { NOT EXISTS FILTER . ?reseachID P496:wdt ?item { WHERE ?item SELECT 09:48, 30 August 2020 (UTC)) talk (Luckyz10:47, 2 September 2020 (UTC)) talk (LuckyzWhat do you mean with minus? Sorry for being newbie. 10:04, 2 September 2020 (UTC)) talk (Matěj Suchánek. --MINUS { ... }On another look, I didn't receive a timeout with 10:02, 2 September 2020 (UTC)) talk (Matěj Suchánek be a solution for you? --search queryWould a

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item 
WHERE
{
  ?item wdt:P496 ?reseachID .
  MINUS{ ?item wdt:P106 [] }
  ?item wdt:P31 wd:Q5. 
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?reseachID") a1((" ")) c4(["wd:Q5"]):::iri v1 --"wdt:P496"--> v2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P106"--> a1 end v1 --"wdt:P31"--> c4