Re: Proposal and Test cases (Re: skolems: visible differences?)

Hi Bijan,

just to check I've undertstood I thought I would send some of my own 
tests for your confirmation.

Bijan Parsia wrote:



TEST 5:
     ObjectPropertyAssertion(:p :x _:y)

does not entail

     ObjectPropertyAssertion(:p :x _:y)


TEST 6:
     ObjectPropertyAssertion(:p :x _:y)
     ObjectPropertyAssertion(:p :x :z)
     ClassAssertion( :p ObjectExactCardinality( 1, :x ) )

is consistent

===

Notes:

Test 5 shows that skolemization run twice provides different skolemized 
constants from the same input.

Test 6 shows that it is possible for a skolemized name and a URI name to 
refer to the same individual.

Jeremy

Received on Wednesday, 16 January 2008 12:18:28 UTC