# Notation3 generation by # notation3.py,v 1.187 2006/01/13 14:48:54 syosi Exp # Base was: file:/Documents and Settings/kolovski/My Documents/mindswap/Policy Aware Web/www/2000/10/sameVarRules1.n3 @prefix : <#> . @prefix log: . @prefix math: . @forAll :b, :w, :x, :y, :z . "22"; 2 . { ( 5 :y 3 ) math:sum :z . ( :w :y ) math:sum :b . ( :y :z ) math:product :w . :x :y . } log:implies {:x :b . } . #ENDS