I would like to know how to get the domain list for a given Property and a given Range in with Java using Protege-OWL.
For example, I have the property hasColor and the range is Red with multiple domains (Flower1, Flower2...). I need to retrieve the list of all domains with that have Red specified as Color.
Thank you!