
        @prefix : <http://cwmTest/>.

        @prefix log: <http://www.w3.org/2000/10/swap/log#>.
	  @prefix math: <http://www.w3.org/2000/10/swap/math#> .

         { ?x :hasValue ?y. (5 ?y 3) math:sum ?z. (?y ?z) math:product ?w. (?w ?y) math:sum ?b}
		=>
          {?x :has ?b}.

:test :hasValue 2. 
