Re: RDF serizliation of bnode properties is schizophrenic

Dan Connolly wrote:

>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>
>
>
>  
>
how do you represent a bNode predicate in rdf/xml? That is what it is 
failing to do.

Yosi

Received on Thursday, 28 October 2004 14:23:53 UTC