I am reading that virtuoso 7.x does not support SWRL but is there an alternative way to achieve (in Virtuoso 7.x) the following: Given:
<a> <relationship_1> <b>.
<b> <relationship_2> <c>.
Infer:
<a> <relationship_3> <c>.
Any sort of suggestion would be appreciated.
P.S: One way is to materialize these <a> <relationship_3> <c> .
but am not interested in doing that.
Thanks