Re: language tags in typed RDF literals

>[just to make sure w.r.t. rdf comments]
>
>
>We currently have (in our test code) that
>
>   <test#x> <test#y> "10"@en^^xsd:int.
>
>rdfs xsd entails
>
>   <test#x> <test#y> "10"@fr^^xsd:int.
>
>(i.e. ignoring the lang tag)
>

How about

<test#x> <test#y> "10"@en^^xsd:int .

entails

<test#x> <test#y> "10"^^xsd:int .

and vice versa?

Pat

-- 
---------------------------------------------------------------------
IHMC					(850)434 8903 or (650)494 3973   home
40 South Alcaniz St.			(850)202 4416   office
Pensacola              			(850)202 4440   fax
FL 32501           				(850)291 0667    cell
phayes@ai.uwf.edu	          http://www.coginst.uwf.edu/~phayes
s.pam@ai.uwf.edu   for spam

Received on Friday, 21 February 2003 15:24:01 UTC