I want to read all the Object Properties present in the OWL file. I have created that OWL file using Protege tool. I have loaded the model also but I am not able to fetch the object properties.
For Example: if I have a class in Ontology named as Car and which has several Object and Data properties linked to it, such as hasColor, hasAudioSystem,hasGps.
I want to get all the object properties linked with that particular class through Domain and Range or only through the name of the class. Please help..