Taxonomic RuleML (TX RuleML) introduces a set of experimental
RuleML tags that are used to represent subsumption (type of) relationships. Some of the important tags are
the role tags _shead for the superclass and _sbody for the subclass. Class disjunctions (like ‘class a
OR class b’) are represented by
For example: the
relationship: “a mammal may be a cat or a dog” can be represented as:
<sub>
<_shead><rel>mammal</rel></_shead>
<_sbody>
<sor>
<rel>cat</rel>
<rel>dog</rel>
</sor>
</_sbody>
</sub>
For a industrial example see
OntoTherm: The ELOTHERM
Ontology for Heating Design.
For the translation from subsumptions to implications see
Taxonomies in RuleML.
Screenshots
Download
Get source distribution
Last updated: January 22, 2004
Documentation
PowerPoint presentation.
Word
document. (updated January 22)
RuleML Documentation:
Taxonomies in RuleML.
Author
Onut
Iosif-Viorel
Sandeep
Singh
Project Coordinators:
Bruce Spencer
Harold Boley
Institution:
Computer Science Department,
University of New Brunswick Fredericton, Canada
Level of Support
You can also e-mail to
protégé-discussion for
questions and discussions.
License