|
In the below example, the infM doesn't infer that {r myProperty v}, any ideas why? However, it does infer that {r owl:sameAs r1} from the mySameAs asserted statement. But if I write:
then it also outputs that {r myProperty v} Example code:
|
|
In the below example, the infM doesn't infer that {r myProperty v}, any ideas why? However, it does infer that {r owl:sameAs r1} from the mySameAs asserted statement. But if I write:
then it also outputs that {r myProperty v} Example code:
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 27 Apr '11, 07:27
Seen: 714 times
Last updated: 27 Apr '11, 12:18
it seems this error is also produced when using Pellet reasoner. However, the test case looks very simple..
Does anyone have any idea what is wrong? Thanks!