xsi:type test case

Are the two documents descriptions of the same graph?

<rdf:RDF>
  <rdf:Description>
    <eg:prop xsi:type="xsd:decimal">2.0</eg:prop>
  </rdf:Description>
</rdf:RDF>



<rdf:RDF>
  <rdf:Description>
    <eg:prop xsi:type="xsd:decimal">2.00</eg:prop>
  </rdf:Description>
</rdf:RDF>

I think I heard yes.

Furthermore is this the same:

<rdf:RDF>
  <rdf:Description>
    <eg:prop xsi:type="xsd:int">2</eg:prop>
  </rdf:Description>
</rdf:RDF>

I suspect it is too?

Jeremy

Received on Friday, 2 August 2002 11:32:59 UTC