What is the difference in interpretation of concepts: $\exists R.\top$, $\exists R.\bot$, $\forall R.\top$, $\forall R.\bot$?
For instance, if we assume R means hasChild, will $\exists R.\top$ denote all individuals that have a child?
And what would be the interpretation of $\exists R.\bot$? Since $(\bot)^I$ means an empty set, does that mean $\exists R.\bot$ denotes the set that has an unrealizable property, i.e. an empty set? So would it be basically equal to the bottom concept?
Will it be similar for $\forall R.\top$? Since the top concept means all elements in the interpretation will the interpretation of $\forall R.\top$ amount to it?
And how the interpretation of $\forall R.\bot$ would differ from $\exists R.\bot$? As far as I understood transition from existantial to universal quantifier doesn't change anything in this case.