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

this log:forAll :cas , :cos , :sd , :name , :company , :year  . 

{ 	:company <http://xmlns.com/foaf/corp#cas> :cas;
	<http://xmlns.com/foaf/corp#source> :name;
	<http://xmlns.com/foaf/corp#year> :year;
	<http://xmlns.com/foaf/corp#cos> :cos . 
        :cas log:notEqualTo "" .
        :cos log:notEqualTo "" .
	([is math:quotient of (:cas :cos)] "27.29726") math:product :sd

} 
	log:implies 
{ 

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

