Closed kvtoraman closed 1 year ago
I've tried the example query:
$v isa virus, has virus-name "SARS"; $g isa gene; $1 ($g, $v) isa gene-virus-association; $2 ($g, $pu) isa mention; $3 ($pu, $g2) isa mention; $g2 isa gene; $g2 != $g; $4 ($g2, $dr); $dr isa drug; get; offset 0; limit 10;
and it returned empty. I'm using grakn-workbase-1.3.5-linux
grakn-workbase-1.3.5-linux
Query is now outdated following schema updates.
I've tried the example query:
and it returned empty. I'm using
grakn-workbase-1.3.5-linux