regarding application specific ontology

View: New views
6 Messages — Rating Filter:   Alert me  

regarding application specific ontology

by afad a :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

 I have to create application specific ontologies for using with JADE 3.7.I tried it with protege 3.3.1 and ontobean generator(version 3.2.1) to convert that ontology to java classes.but some error occured in that. Can i write direct java classes as specified in JADE programmer's guide Appendix A (Creating an application specific ontology) ?

hope you reply soon..

thanks

_______________________________________________
jade-develop mailing list
jade-develop@...
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm

Re: regarding application specific ontology

by Hanno Felix Wagner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
you can use protege 3.3.1 and ontobean generator(version 3.2.1) with
JADE 3.7. You have to import the SimpleJADEOntology (which comes
together with the bean generator) into your protege project and create
all ontology objects as subclasses of the imported objects.
What do you mean by "convert"? If some error occurs during the
generation of java classes by the generator, it would be helpful to post
here, so we can see what's wrong.
Writing java classes directly is highly inconvenient and i would suggest
not to to it, because it carrys the risk of errors.

Hanno - Felix Wagner,
Germany

afad a schrieb:

> Hi
>
>  I have to create application specific ontologies for using with JADE 3.7.I
> tried it with protege 3.3.1 and ontobean generator(version 3.2.1) to convert
> that ontology to java classes.but some error occured in that. Can i write
> direct java classes as specified in JADE programmer's guide Appendix A
> (Creating an application specific ontology) ?
>
> hope you reply soon..
>
> thanks
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> jade-develop mailing list
> jade-develop@...
> https://avalon.cselt.it/mailman/listinfo/jade-develop
> UNSUBSCRIBE INSTRUCTIONS AT
> http://jade.tilab.com/community-mailinglist.htm
_______________________________________________
jade-develop mailing list
jade-develop@...
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm

RE: regarding application specific ontology

by Caire Giovanni-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Of course you can. Moreover I suggest using the BeanOntology class included in the Misc add-on. This makes the “manual” creation of ontologies VERY easy. See the BeanOntology tutorial available on the JADE web site (http://jade.tilab.com/doc/tutorials/BeanOntologyTutorial.pdf).

 

Bye,

 

Giovanni

 


From: jade-develop-bounces@... [mailto:jade-develop-bounces@...] On Behalf Of afad a
Sent: mercoledì 14 ottobre 2009 7.07
To: jade-develop@...
Subject: [jade-develop] regarding application specific ontology

 

Hi

 I have to create application specific ontologies for using with JADE 3.7.I tried it with protege 3.3.1 and ontobean generator(version 3.2.1) to convert that ontology to java classes.but some error occured in that. Can i write direct java classes as specified in JADE programmer's guide Appendix A (Creating an application specific ontology) ?

hope you reply soon..

thanks


_______________________________________________
jade-develop mailing list
jade-develop@...
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm

jade with owl - rdf ontologies

by Sofoula S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hello,
 
I would like to ask if there is a way to use jade with ontologies without converting the owl-rdf ontology to java. I am more interrested to ajents that can communicate directly with owl-rdf in order to search read kai and write in the ontology.
 
If anyone knows if that is possible with JADE please let me know.
 
Thanks everyone in advance.


Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®.
_______________________________________________
jade-develop mailing list
jade-develop@...
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm

Parent Message unknown jade with owl - rdf ontologies

by Sofoula S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
it is actually represented as .owl file i could also make it an xml file..

 

> Date: Thu, 15 Oct 2009 10:38:50 +0200
> From: mgawinecki@...
> To: sofaki_10@...
> CC: jade-develop@...
> Subject: Re: [jade-develop] jade with owl - rdf ontologies
>
> How OWL/RDF is represented in your case?
>
> As XML file?
> As N3 file?
> As Java classes (in Jena/Sesame or other framework for modelling ontologies)?
>
> Regards,
> Maciej
>
> Sofoula S pisze:
> > Hello,
> >
> > I would like to ask if there is a way to use jade with ontologies
> > without converting the owl-rdf ontology to java. I am more interrested
> > to ajents that can communicate directly with owl-rdf in order to search
> > read kai and write in the ontology.
> >
> > If anyone knows if that is possible with JADE please let me know.
> >
> > Thanks everyone in advance.
> >
> > ------------------------------------------------------------------------
> > Windows Live Hotmail: Your friends can get your Facebook updates, right
> > from Hotmail®.
> > <http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009>
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > jade-develop mailing list
> > jade-develop@...
> > https://avalon.cselt.it/mailman/listinfo/jade-develop
> > UNSUBSCRIBE INSTRUCTIONS AT
> > http://jade.tilab.com/community-mailinglist.htm
>


Keep your friends updated— even when you’re not signed in.


Keep your friends updated— even when you’re not signed in.
_______________________________________________
jade-develop mailing list
jade-develop@...
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm

Parent Message unknown Re: jade with owl - rdf ontologies

by dzieciou :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Sofoula,

Your OWL file is inside represented probably as XML (or either N3, NTriple
or other notation for RDF, OWL).

I would use one of the frameworks for manipulating RDF/OWL ontologies like
Jena, Sesame, Virtuoso etc. All of them have been implemeneted in Java (as
the JADE has), so it is straighforward to use any of these frameworks from
JADE Agent.

These frameworks does not *convert* OWL classes into corresponding Java
beans, e.g. it does read Wine OWL class into Wine Java class. For this
purpose Jastor could used. These frameworks uses general Java classes for
*reading/deserializing*, *manipulating* and *writing/serializing* OWL
classes, e.g. Jena has OWLClass, OWLModel etc. Java classes for doing that.

HTH,
Maciej

Sofoula S pisze:

> it is actually represented as .owl file i could also make it an xml file..
>
>  
>  > Date: Thu, 15 Oct 2009 10:38:50 +0200
>  > From: mgawinecki@...
>  > To: sofaki_10@...
>  > CC: jade-develop@...
>  > Subject: Re: [jade-develop] jade with owl - rdf ontologies
>  >
>  > How OWL/RDF is represented in your case?
>  >
>  > As XML file?
>  > As N3 file?
>  > As Java classes (in Jena/Sesame or other framework for modelling
> ontologies)?
>  >
>  > Regards,
>  > Maciej
>  >
>  > Sofoula S pisze:
>  > > Hello,
>  > >
>  > > I would like to ask if there is a way to use jade with ontologies
>  > > without converting the owl-rdf ontology to java. I am more interrested
>  > > to ajents that can communicate directly with owl-rdf in order to
> search
>  > > read kai and write in the ontology.
>  > >
>  > > If anyone knows if that is possible with JADE please let me know.
>  > >
>  > > Thanks everyone in advance.
>  > >
>  > >
> ------------------------------------------------------------------------
>  > > Windows Live Hotmail: Your friends can get your Facebook updates,
> right
>  > > from Hotmail®.
>  > >
> <http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009>
>  > >
>  > >
>  > >
> ------------------------------------------------------------------------
>  > >
>  > > _______________________________________________
>  > > jade-develop mailing list
>  > > jade-develop@...
>  > > https://avalon.cselt.it/mailman/listinfo/jade-develop
>  > > UNSUBSCRIBE INSTRUCTIONS AT
>  > > http://jade.tilab.com/community-mailinglist.htm
>  >
>
> ------------------------------------------------------------------------
> Keep your friends updated— even when you’re not signed in.
> <http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010>

_______________________________________________
jade-develop mailing list
jade-develop@...
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm