Re: RDF serizliation of bnode properties is schizophrenic

On Thu, 2004-10-28 at 10:23 -0400, Yosi Scharf wrote:
> 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?

Well, cwm has chosen to make a URI out of the bnode; that
would be sorta OK if it did it consistently.

The rdf:is trick is perhaps an option. (but see other
bug report; that should be log:is)

>  That is what it is 
> failing to do.
> 
> Yosi
-- 
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 14:41:46 UTC