Menu

#1 Fail to reason with owl:inverse

v0.41
open
7
2003-09-25
2003-09-25
Harry Chen
No

The inference engine is unable to draw proper reasoning
for subjects and objects are associated with the
owl:inverseOf property. In the test data "family.owl"
[1], the "hasMother" property is defined as
owl:inverseOf of the "motherOf" property, and the
subject "Lisa" is defined with property "hasMother",
whose value is "Marge" (i.e., Lisa hasMother Marge).

In "owlxsb", when I try to query

"xsbquery fowl_triple X
http://example.org/family#motherOf Y",

the engine returns no matched result. However, the
engine does return a matched result for

"xsbquery fowl_triple X
http://example.org/family#hasMother Y
"

[1] http://www.cs.umbc.edu/~hchen4/download/family.owl

Discussion

  • Harry Chen

    Harry Chen - 2003-09-25
    • assigned_to: nobody --> zouyyong
     
  • youyong zou

    youyong zou - 2003-09-29

    Logged In: YES
    user_id=168144

    Fixed.

     

Log in to post a comment.