distance.pl

 object_distance(+A:iri, +B:iri, ?Distance:float) is semidet
Computes euclidean distance between A and B.
Arguments:
A- Instance of SpatialThing
B- Instance of SpatialThing
Distance- The current distance between A and B