# 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: . @forAll :z . . [ "2"; ]. { [ "2"; :z ]. } log:implies { :z . } . #ENDS