hi i have two ontologies like the following structure
ontology 1
Ontology 2
Class: Home
Class: Home
Sub-Class(home):Person
Sub-Class(home): Person
Sub-Class(person): Gender
Property(person):Gender
i need to say that the class gender "is equivalent to" the property
gender, by creating a property and map that two... how to use that in
jena. Any one help me...
