Search Mailing List Archives
[protege-discussion] protege 3.4 ontology store question
Thomas Russ
tar at ISI.EDU
Mon Mar 29 09:05:15 PDT 2010
On Mar 27, 2010, at 2:11 AM, WangLi wrote:
>
> Hello,
> I will have to make a plugin for P3.4, in this plugin, users can
> fill in
> many information of ontologies, but for now, I have to get an
> general idea
> about that in P3.4 which APIs are used to store the information of
> ontologies and what kind of files are used to store them?
Well, for starters there is some good news.
You don't really need to worry about the actual data storage of the
ontology. Protege will take care of that all by itself, just by using
the standard load and save methods.
So all you need to do for your plugin is to take the information from
your interface form and add that information to the ontology using the
Protege-OWL API.
This is described with examples for plugins in general and OWL
specifically at
http://protege.stanford.edu/doc/dev.html
http://protege.stanford.edu/plugins/owl/api/guide.html
and with Javadocs at
http://protege.stanford.edu/protege/3.4/docs/api/owl/
> Because I have to
> know how to save the information produced by our plugin to protege
> 3.4 and
> then I can go ahead on manipulation of these datas. Hopefully you
> can tell
> me the APIs and I will check them myself, or please send me anything
> like
> websites you know about the data storage.
> Thanks a lot for your kind help!
> --
> View this message in context: http://n4.nabble.com/protege-3-4-ontology-store-question-tp1693212p1693212.html
> Sent from the Protege Discussion mailing list archive at Nabble.com.
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
More information about the protege-discussion
mailing list