typedb-osi / typedb-bio

TypeDB Bio: Biomedical Knowledge Graph
77 stars 31 forks source link

Example query returns empty #10

Closed kvtoraman closed 1 year ago

kvtoraman commented 3 years 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

james-whiteside commented 1 year ago

Query is now outdated following schema updates.