I've the following ontology where red links are DatatypeProperties
, blue ones are ObjectProperties
and black ones 'is_a' relations. The ontology simply represent POINT
, COORDONATES
and SHAPES
concepts.
I'm interested in doing geometric shape recognition with this ontology.
Let's says that we have four instances of POINT
: point0, point1, point2 and point3, with proper coodonates and all related with the property is-contained-in
to an instance of SHAPE
called shape0.
What is necessary in this ontology to infer that according to points coordonates, shape0 is a SQUARE
instead of being a RECTANGLE
?
in other words how to introduce recognition capabilities in the ontology.