# 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 :x, :y, :z . "10"; 2 . { ( 5 :y 3 ) math:sum :z . :x :y . } log:implies {:x :z . } . #ENDS