I'm working on an OWL ontology and I need some specific issues I only need ontology schema (TBox) and I got lost, what are the operations that can be completed using reasoning and sparql and OWL API?
More specifically, I need the following: 1- check cardinalities between classes and properties. 2- find subsumption relationships for a specific class. 3- check whether specific facts hold (e.g. are two classes are disjoint) 4- find the paths (a class-property series) between a set of classes.
What each of reasoning, sparql and OWL API used for? and which one is suitable for my situation?
Actually I don't know how to start and what technique to use. In addition. Would you please refer me to some reference?
Thanks.