[Virtuoso-users] User Defined rules in Virtuoso

2011-12-15 Thread Manish Hardasmalani
(?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

[Virtuoso-users] Does Virtuoso support User Defined Rules

2011-12-02 Thread 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,