# 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: . @prefix rdf: . @forAll :x, :y, :z . ; ( 5 2 4 ) . { :x rdf:first 5; math:sum :y . :z :x . } log:implies {:z . } . #ENDS