Say I have a relationship between two individuals such that "Bob works for MiningCo."
I want to be able to ask it "Who does Bob work for?" but it seems like in OWL DL the only question I know how to to write is "Who works for MiningCo?" i.e.
worksFor some {MiningCo}
Is there a way to ask a question where I can get an individual object when I query with a individual subject and a predicate?