Ivan is right. Apologies, that was my mistake. I guess I was on autopilot.
Thanks for checking the test cases.
I corrected them in the wiki.
Juan Sequeda
+1-575-SEQ-UEDA
www.juansequeda.com
On Tue, Feb 1, 2011 at 6:03 AM, Boris Villazón Terrazas <bvillazon@fi.upm.es
> wrote:
> Hi Ivan
>
> Thanks for checking the test cases ... :)
>
>
> On 01/02/2011 11:14, Ivan Herman wrote:
>
>> Boris,
>>
>> I looked at the direct mapping tests and either I do not understanding
>> something or the proposed tests results are wrong. I let Eric& Juan give a
>> final judgement. The mappings use the same pattern, so I take only the
>> example 0001:
>>
>> Student
>> !-------!
>> ! Name !
>> !-------!
>> ! Venus !
>> !-------!
>>
>> The expected result on the wiki is:
>>
>> [[[
>> @prefix ex:<http://example.com/> .
>>
>> _:b1 ex:name "Venus".
>> ]]]
>>
>> (I presume http://example.com/ is the URI you gave to the Database in
>> general, though that might be worth spelling out). However, per the current
>> document, what I would expect is
>>
>> [[[
>> @prefix ex:<http://example.com/> .
>> @prefix table:<http://example.com/Student#> .
>> @prefix rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
>>
>> _:b1 table:Name "Venus" ;
>> rdf:type ex:Student .
>>
>> ]]]
>>
>> If I am right, we should look at all the direct mapping results...
>>
> I think you are right, Juan and Eric would you please confirm?
> After your confirmation, I'll change the direct mapping results
>
> Thanks again Ivan
>
> Boris
>
>