Difference between revisions of "OWLViz"

From Protege Wiki
Jump to: navigation, search
(Removing all content from page (checkpoint save))
Line 1: Line 1:
{{Plugin
 
|Description=Enables class hierarchies in an OWL ontology to be viewed and incrementally navigated, allowing comparison of the asserted class hierarchy and the inferred class hierarchy.
 
|PluginType=Tab Widget
 
|ForApplication1=Protege-OWL
 
|Screenshot=OwlViz.jpg
 
|HomepageURL=http://www.co-ode.org/downloads/plugins-3.x.php
 
|DeveloperID1=Matthew Horridge
 
|LastUpdated=August 4, 2008
 
|Topic1=Visualization
 
|License=Lesser GNU Public License
 
|Affiliation1=The University Of Manchester
 
|Affiliation2=The CO-ODE Project
 
}}
 
<div style="float:left;">
 
== More Details ==
 
  
=== Description ===
 
OWLViz is designed to be used with the [http://protege.stanford.edu/overview/protege-owl.html Protege-OWL editor]. It enables class hierarchies in an OWL Ontology to be viewed and incrementally navigated, allowing comparison of the asserted class hierarchy and the inferred class hierarchy. OWLViz integrates with the Protege-OWL editor, using the same color scheme so that primitive and defined classes can be distinguished, computed changes to the class hierarchy may be clearly seen, and inconsistent concepts are highlighted in red. OWLViz has the facility to save both the asserted and inferred views of the class hierarchy to various concrete graphics formats including PNG, JPEG, and SVG.
 
 
=== Installation ===
 
OWLViz is bundled with the [http://protege.stanford.edu/download/download.html "full" installation of Protege].  After you have installed Protege, there are two additional steps you need to perform for this plugin to work properly:
 
 
<ul>
 
<li>[http://www.graphviz.org Download and install] a recent version of Graphviz, which is a free, open source graph visualization software from AT&T Research. <span style="color: red">Mac users please see Troubleshooting below.</span></li>
 
<li style="padding-top:5px;">On the OWLViz tab, click the Options button to bring up the Options dialog. On the Layout Options panel, specify the path to the location of the DOT executable (dot.exe).  The Options dialog will look something like the following, after performing this step:<br /><br />[[Image:OwlViz-configure-path-to-dot.jpg|frame|none|OWLViz Options dialog]]</li>
 
</ul>
 
 
=== Documentation ===
 
All of the OWLViz documentation is located on the [http://www.co-ode.org/ CO-ODE Website].  The [http://www.co-ode.org/downloads/owlviz/OWLVizGuide.pdf OWLVizGuide] is somewhat outdated, but still very helpful.  Also, you may refer to the home pages for the OWLViz plugin for additional information:
 
 
Home page for build 17: http://www.co-ode.org/downloads/owlviz/.<br />
 
Home page for build 18: http://www.co-ode.org/downloads/protege-x/plugins.php#owlviz.
 
 
=== Level of Support ===
 
OWLViz build 17, which is distributed with [[Protege-OWL 3.3.1]] is no longer under active development.  If you need help with this version of OWLViz, please try posting your questions on the [http://mailman.stanford.edu/mailman/listinfo/protege-owl protege-owl mailing list], and someone from the Protege user community may be able to help you.
 
 
OWLViz build 18, which is bundled with [[Protege-OWL 4.0]] is under active development and all comments, suggestions, and/or feature requests are appreciated! Please post questions and requests on the [http://mailman.stanford.edu/mailman/listinfo/p4-feedback p4-feedback mailing list].
 
 
=== Troubleshooting ===
 
 
==== Resolving the "An error related to DOT..." message ====
 
 
Many people report the following error the first time they try to use the OWLViz plugin:
 
 
 
[[Image:OwlViz-dot-error.jpg]]
 
 
 
This error message indicates that
 
 
a) you need to install Graphviz and/or
 
 
b) you need to tell OWLViz where you installed Graphviz.
 
 
Instructions for doing both of these things is located above in the "Installation" section.
 
 
==== Mac users - finding the right version of Graphviz ====
 
 
The current status of Graphviz for the Mac OS is very unclear.
 
 
The latest binaries they point to directly (the pixelglow implementation) no longer contain the dot application required by OWLViz. According to their [http://www.graphviz.org/Download..php download page] this distribution is out of date and not maintained.
 
 
Install version 2.14 from [http://www.ryandesign.com/graphviz/ one of their alternatives] and point to that instead (it gets installed in '''/usr/local/graphviz-2.14/'''). This contains the necessary binaries in the bin/ folder.
 
<br /><br />
 
</div>
 

Revision as of 07:41, November 12, 2008