# Query: we expect the answer to be $name = "Maria"

match 
$x isa person, has name $name;
$y isa person, has italian true;
$z isa person, has italian false;
(caller:$x, callee:$y) isa call;
(caller:$y, callee:$z) isa call;
get $name;