W3C home > Mailing lists > Public > public-cwm-bugs@w3.org > October 2004

Re: RDF serizliation of bnode properties is schizophrenic

From: Yosi Scharf <syosi@MIT.EDU>
Date: Thu, 28 Oct 2004 10:23:45 -0400
Message-ID: <418100F1.9050503@mit.edu>
To: Dan Connolly <connolly@w3.org>
CC: public-cwm-bugs@w3.org

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 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:10:58 GMT