(?client :hasProduct :product1) => (?client :isWithLOB :lob1)
(?client :hasProduct :product1 . ?client :hasProduct :product2) =>
(?client :isWithLOB :lob2)
How could we express these in rule sets?
Thanks,
Manish Hardasmalani
Hi,
I have below question related to Virtuoso support for Inference:
Are User Defined Rules Supported in Virtuoso? if yes , please let me
know how to add them.
Any example would be of great help.
I want to create below rule if (?x :hasFather ?y) (?x :BrotherOf ?z)
then (?z :hasFather ?y)
Thanks,