text1="If a n:rectangle R has a n:length L1 and R has a n:length L2 then R v:has-surface S, and S = ( L1 * L2 )." text2="If a rectangle R has a length L1 and R has a length L2 then R v:has-surface ( L1 * L2 )." text3="If there is a circle C and C's radius is R and C's area is S then S = Pi * (R * R) / 1." echo "$text1" ./ape.exe -text "$text1" -guess -solo owlfsspp ./ape.exe -text "$text1" -guess -solo owlrdf echo "$text2" ./ape.exe -text "$text2" -guess -solo owlfsspp ./ape.exe -text "$text2" -guess -solo owlrdf echo "$text3" ./ape.exe -text "$text3" -guess -solo owlfsspp ./ape.exe -text "$text3" -guess -solo owlrdf