@prefix log: . @prefix e: . @prefix : . :apollo :father :chloe. :dexter :father :flash. :flash :father :galaxy. :blaze :mother :chloe. :ember :mother :flash. :chloe :mother :galaxy. {?Y :father ?X. ?Z :mother ?X} => {((:has_gene ?X) e:T) e:depends ((((:has_gene ?Y) e:T) ((:has_gene ?Z) e:T)) 0.8), ((((:has_gene ?Y) e:T) ((:has_gene ?Z) e:F)) 0.4), ((((:has_gene ?Y) e:F) ((:has_gene ?Z) e:T)) 0.4), ((((:has_gene ?Y) e:F) ((:has_gene ?Z) e:F)) 0.1)}. {?X :father ?Y. log:semantics ?F. ?F log:notIncludes {?Z :father ?X}} => {((:has_gene ?X) e:T) e:depends (() 0.5)}. {?X :father ?Y. log:semantics ?F. ?F log:notIncludes {?Z :mother ?X}} => {((:has_gene ?X) e:T) e:depends (() 0.5)}. {?X :mother ?Y. log:semantics ?F. ?F log:notIncludes {?Z :father ?X}} => {((:has_gene ?X) e:T) e:depends (() 0.5)}. {?X :mother ?Y. log:semantics ?F. ?F log:notIncludes {?Z :mother ?X}} => {((:has_gene ?X) e:T) e:depends (() 0.5)}.