I have two individuals: x and y. They are in the following relationships:
x hasProp a.
x hasProp b.
y hasProp a.
y hasProp c.
In general, the set of objects in the realtion of hasProp identifies the individual (here: x or y). In this case, can I say that hasProp is inverse functional, if they have also both one relation which is the same (hasProp a), but the set of hasProp relations uniquely identifies the subject x or y.
Is a Property inverse functional if the set of objects in this relation uniquely identifies the subject in OWL?