Difference between revisions of "PrF UG classes constraints"
Line 29: | Line 29: | ||
Information about constraints can be found | Information about constraints can be found | ||
in the [http://protege.stanford.edu/plugins/paltabs/PAL_tabs.html|PAL section] | in the [http://protege.stanford.edu/plugins/paltabs/PAL_tabs.html|PAL section] | ||
− | of the Plugins Library, | + | of the Plugins Library, including a |
− | including a [http://protege.stanford.edu/plugins/paltabs/pal-quickguide/index.html| | + | [http://protege.stanford.edu/plugins/paltabs/pal-quickguide/index.html|quick reference guide] and |
− | + | [http://protege.stanford.edu/plugins/paltabs/pal-documentation/index.htm|comprehensive documentation]. | |
− | |||
− | |||
</div> | </div> |
Revision as of 12:23, October 21, 2008
Constraints
Protege-Frames builds relationships (e.g., between classes and instances, slots and slot facets). However, these relationships may be insufficient to capture all the constraints that hold among the frames of the knowledge base. Typically, Protege-Frames does not offer a way of relating the values of different slots attached to a given class, nor does it help in relating the slot values of different instances of a class.
For example, in the newspaper project, one might want to state that editors should have a higher salary than the employees for whom they are responsible (i.e., a constraint that involves the Editor and Employee classes and the salary and responsible_for slots).
The Protege Axiom Language (PAL) extends the Protege-Frames knowledge modeling environment with support for writing and storing logical constraints and queries about frames in a knowledge base. PAL is a plugin toolset that comprises engines for checking constraints and running queries on knowledge bases, as well as a set of useful user interface components. PAL's primary purpose is to support the definition of arbitrary logical constraints on the frames of a knowledge base.
Information about constraints can be found in the section of the Plugins Library, including a reference guide and documentation.