- From: Jeremy Carroll <jjc@hplb.hpl.hp.com>
- Date: Fri, 2 Aug 2002 17:38:45 +0200
- To: <w3c-rdfcore-wg@w3.org>
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