I get an ontology from: http://webmind.dico.unimi.it/care/locont-2.0.owl. It contains location, person, activity, etc.
I want to find the location of person by SPARQL querying in Java. The result of this query should be something like this:
("Ali" is located in "Kitchen")
Could someone help me with this query?