Hi,
I am working with an OWL file. And lets say one of the classes is defined
as:
<owl:Class rdf:about="EmployeeCompensation">
<rdfs:alias>salary</rdfs:alias>
<rdfs:alias>earning</rdfs:alias>
....
< other properties defined ... omitted>
....
</owl:Class>
The above example states that I have an OWL Class "EmployeeCompensation"
and I have defined "salary" and "earning" as synonyms for this class using
"rdfs:alias" tag.
How can I read all aliases for Class EmployeeCompensation using the Jena
API. Any help/pointers are much appreciated.
Thanks,
-Umar