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

this log:forAll :oppe , :op , :noe , :name , :company , :year . 

{ 	:company <http://xmlns.com/foaf/corp#op> :op;
	<http://xmlns.com/foaf/corp#source> :name;
	<http://xmlns.com/foaf/corp#year> :year;
	<http://xmlns.com/foaf/corp#oppe> :oppe . 
	:op log:notEqualTo "" . 
	:oppe log:notEqualTo "" . 
        ([is math:quotient of (:op :oppe)] "1000000") math:product :noe

} 
	log:implies 
{ 

 	:company <http://xmlns.com/foaf/corp#noe> :noe;
	<http://xmlns.com/foaf/corp#source> :name ;
	<http://xmlns.com/foaf/corp#year> :year  .
} .

