Family Rule

From Tetherless World Wiki

(Redirected from Rule Test)
Jump to: navigation, search

This is a simple example showing how Semantic Wiki Script supports Rule inferences. We choose the famous "uncle problem" which requires rule inference beyond OWL inference.

Uncle problem Given the following facts

Plus the following rule (see rule:Family)

  • [uncle rule] (?A isBrotherOf ?B) AND (?C isSonOf ?B) implies (?A isUncleOf ?C)
  • [inverse] (?A isBrotherOf ?B) implies (?B isBrotherOf ?A)

We may infer that

Personal tools