Difference between revisions of "Protege4TutorialErrata"

From Protege Wiki
Jump to: navigation, search
(Misleading or out of date: ordered as per page number)
(Deprecated errata page)
 
(33 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<div class="orangeBox">
 
<div class="orangeBox">
 
<span class="orangeBoxTitle">Protege 4.x Tutorial Errata</span><br /><br />
 
<span class="orangeBoxTitle">Protege 4.x Tutorial Errata</span><br /><br />
This page contains a list of errata for the current Protege 4.x version of the [http://www.co-ode.org/resources/tutorials/protege-owl-tutorial.php Protege-OWL Tutorial].<br /><br />
+
Errata for all versions are now available from the [http://owl.cs.manchester.ac.uk/tutorials/protegeowltutorial/ Protege-OWL Tutorial] homepage.<br /><br />
Protege 4.x is under heavy development so it is difficult to keep such a comprehensive document completely up-to-date. If you find that the most recent version is not in sync with the tutorial, please add a note on this page to describe the problem (and a solution if you have one). We can then use this page when we incrementally update the tutorial and your contributions will allow this to be done more easily.
 
 
</div><br />
 
</div><br />
  
 
Back to [[Protege4UserDocs]]
 
Back to [[Protege4UserDocs]]
 
 
__TOC__
 
 
== Protege-OWL Tutorial Edition 1.1 ==
 
 
=== Misleading or out of date ===
 
Please give a location of the error where possible (page number, section/paragraph, figure number etc).
 
 
{| cellpadding="3" cellspacing="3" style="border:1px dashed #BC8F8F; width: 100%;"
 
! align="left" width="30%" | Location
 
! align="left" | Error
 
|-
 
| valign="top" style="border-bottom:1px dashed #BC8F8F;" | page 29, Exercise 10, step 4
 
| valign="top"  style="border-bottom:1px dashed #BC8F8F;" | requires rewording. Follow the same procedure as step 2, but select '''isBaseOf'''. If '''isBaseOf''' does not exist it can be created within the dialog by selecting '''isIngredientOf''' and  pressing the '''add sub property''' button.
 
|-
 
| valign="top" style="border-bottom:1px dashed #BC8F8F;" | page 42, Exercise 16, step 2
 
| valign="top"  style="border-bottom:1px dashed #BC8F8F;" | '''Subclass Of''' should be '''Superclasses'''. see [[#Terminology]].
 
|-
 
| valign="top" style="border-bottom:1px dashed #BC8F8F;" | page 56, Figure 4.44
 
| valign="top"  style="border-bottom:1px dashed #BC8F8F;" | out of date. see [[#Terminology]].
 
|-
 
| valign="top" | page 57, Exercise 29, steps 3 & 5
 
| valign="top" | see [[#Drag_and_Drop_support]]. Use cut and paste (in the Edit menu or using keyboard shortcuts) to move restrictions.
 
|}
 
 
=== General notes about the tutorial ===
 
 
====Terminology====
 
Some references to the class description view currently use slightly different terminology from the current release. The tutorial is in line with Protege 3.x terminology, whereas the Protege 4.x environment has intentionally used the terminology of the [http://www.webont.org/owl/1.1/ OWL 1.1 specification].
 
 
Therefore, in the tutorial when the term '''Necessary Conditions''' is used it is synonymous with '''Superclasses''' in the Class Description View.
 
Also, in the tutorial when the term '''Necessary & Sufficient''' is used it is synonymous with '''Equivalent classes''' in the Class Description View.
 
 
Some screenshots of the view may need to be updated to reflect this.
 
 
====Drag and Drop support====
 
Much of the drag and drop support has temporarily been removed as many people were finding it easy to perform operations by mistake while moving around the interface. It is likely that we will re-implement this once we can work out way around these problems. Drag and Drop is still available in the entity hierarchy views (eg for "moving classes" to a new superclass), but has been replaced in favour of cut and paste within other views (eg the class description view).
 
 
 
 
=== Minor Typos ===
 
 
{| cellpadding="3" cellspacing="3" style="border:1px dashed #BC8F8F; width: 100%;"
 
! align="left" width="30%" | Location
 
! align="left" | Typo
 
|-
 
| valign="top" | page 21, Exercise 6, steps 1 & 2
 
| valign="top" | hierarchy misspelled twice.
 
|}
 

Latest revision as of 07:40, March 13, 2009

Protege 4.x Tutorial Errata

Errata for all versions are now available from the Protege-OWL Tutorial homepage.


Back to Protege4UserDocs