RDF serizliation of bnode properties is schizophrenic

if you try to convert this to RDF:

[ is :center of :paris] 49.0^:lat [ 2.5^:lon :earth].

It's schizophrenic about _g_L11C29 vs b1
and _g_L11C40 vs b2:

    <rdf:Description rdf:about="#paris">
        <center rdf:parseType="Resource">
            <_g_L11C29 rdf:parseType="Resource">
                <_g_L11C40 rdf:resource="#earth"/>
            </_g_L11C29>
        </center>
    </rdf:Description>

    <rdf:Description rdf:nodeID="b1">
        <lat
rdf:datatype="http://www.w3.org/2001/XMLSchema#double">49.0</lat>
    </rdf:Description>

    <rdf:Description rdf:nodeID="b2">
        <lon
rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2.5</lon>
    </rdf:Description>


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Thursday, 28 October 2004 06:14:30 UTC