Difference between revisions of "OBOConverter"
From Protege Wiki
(→Source Code) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | |PluginType=Import Export | + | |Description=A tab plugin that converts OBO format ontology files into OWL files using the OBO-to-OWL mapping created by NCBO. |
+ | |PluginType=Import | ||
+ | |PluginType2=Export | ||
|ForApplication1=Protege-OWL | |ForApplication1=Protege-OWL | ||
|DeveloperID1=Dilvan Moriera | |DeveloperID1=Dilvan Moriera | ||
Line 7: | Line 9: | ||
|Topic1=Import | |Topic1=Import | ||
|Topic2=Export | |Topic2=Export | ||
− | | | + | |Topic3=Semantic Web |
+ | |Affiliation1=Stanford University | ||
+ | |Affiliation2=Stanford Medical Informatics | ||
+ | |Affiliation3=University of Sao Paulo | ||
}} | }} | ||
− | |||
<div style="display:block; float:left; width:100%"> | <div style="display:block; float:left; width:100%"> | ||
Line 23: | Line 27: | ||
* Compile it from sources. | * Compile it from sources. | ||
− | * Download [http:// | + | * Download [http://bioontology.org/tools/oboinowl/OBOConverter.zip this zip file] and unzip the contents to the <protege-install-dir>/plugins folder in your Protege installation.<br /><br /> |
</div> | </div> |
Latest revision as of 11:43, February 24, 2009
OBOConverter
A tab plugin that converts OBO format ontology files into OWL files using the OBO-to-OWL mapping created by NCBO.
Versions & Compatibility
This section lists available versions of OBOConverter.
No version information available.
If you click on the button below to add a new version of OBOConverter, you will be asked to define a page title for the new version. Please adhere to the naming convention of OBOConverter X.X.X when you define the new page!
Changelog
No version information available.
More information
The OBO to OWL mapping is described here.
Source Code
The source code for this plugin is available from the Protege subversion repository: http://smi-protege.stanford.edu/svn/obo-converter/trunk/.
To use the plugin, you can either:
- Compile it from sources.
- Download this zip file and unzip the contents to the <protege-install-dir>/plugins folder in your Protege installation.