Re: mappping two ontologies

2013-04-16 Thread Joshua TAYLOR
> On Tue, Apr 16, 2013 at 5:57 AM, Joshua TAYLOR > wrote: >> >> On Mon, Apr 15, 2013 at 1:15 PM, aarthi >> wrote: >> > hi i have two ontology.. consider ont1 and ont2. if both ont1 and ont2 >> > have a class named employee. And ont1's employee class have a sub >> > class named age. but ont2's emp

Re: mappping two ontologies

2013-04-16 Thread aarthi
ya thanks Taylor... is it possible to map without creating a 3rd ontology? On Tue, Apr 16, 2013 at 5:57 AM, Joshua TAYLOR wrote: > On Mon, Apr 15, 2013 at 1:15 PM, aarthi wrote: > > hi i have two ontology.. consider ont1 and ont2. if both ont1 and ont2 > > have a class named employee. And ont1

Re: mappping two ontologies

2013-04-16 Thread Joshua TAYLOR
On Mon, Apr 15, 2013 at 1:15 PM, aarthi wrote: > hi i have two ontology.. consider ont1 and ont2. if both ont1 and ont2 > have a class named employee. And ont1's employee class have a sub > class named age. but ont2's employee class doesn't have that class. i > need to specify a relation that age

Re: mappping two ontologies

2013-04-15 Thread aarthi
but i need the mapping codehow to map the class... On Mon, Apr 15, 2013 at 11:42 AM, Chris_Dollin wrote: > On Monday, April 15, 2013 10:15:35 AM aarthi wrote: > > hi i have two ontology.. consider ont1 and ont2. if both ont1 and ont2 > > have a class named employee. And ont1's emplo

Re: mappping two ontologies

2013-04-15 Thread Diogo FC Patrao
Hi Aarthi I don't know whether it will solve your problem or not, but since you mentioned ontology mapping, maybe you would like to know the Align API ( http://alignapi.gforge.inria.fr/). Best, -- diogo patrĂ£o On Mon, Apr 15, 2013 at 3:42 PM, Chris_Dollin wrote: > On Monday, April 15, 2013

Re: mappping two ontologies

2013-04-15 Thread Chris_Dollin
On Monday, April 15, 2013 10:15:35 AM aarthi wrote: > hi i have two ontology.. consider ont1 and ont2. if both ont1 and ont2 > have a class named employee. And ont1's employee class have a sub > class named age. but ont2's employee class doesn't have that class. i > need to specify a relation that

mappping two ontologies

2013-04-15 Thread aarthi
hi i have two ontology.. consider ont1 and ont2. if both ont1 and ont2 have a class named employee. And ont1's employee class have a sub class named age. but ont2's employee class doesn't have that class. i need to specify a relation that age "is-a" subclass of ont2's employee class. how to do that