Re: Using XML Query and reflection to query RDF

Henry,

Henry S. Thompson wrote:

> As briefly discussed at the BOF in Philadelphia, here's my proposal
> for using XQuery to query RDF graphs, by traversing a synthetic XPath
> data model which is an Edinburgh Normal Form reflection (see [1]) of
> the RDF graph:
> 
> First the reflection -- basically elements encode relations,
> attributes encode properties and (RDF) types encode entities.
> 
> <_anon rdf:type="wsdl:service">
>  <a href="http://www.w3.org/2001/11/13-RDF-Query-Rules/#implementations">
>     From Eric P</a>
>  <wsdl:hasPort rdf:type="wsdl:port">
>   <wsdl:binding wssoap:style="wssoap:document"
>                 wssoap:transport="wssoap:http"
>                 wsdl:name="es:EndorsementSoapSearchBinding"/>
>   <wssoap:address>. . .</wssoap:address>
>  </wsdl:hasPort>
> </_anon>

I wasn't at the BOF and can't figure out what RDF graph this 
'reflection' represents.  Can I just read it as rdf/xml?

Brian

Received on Wednesday, 7 January 2004 12:28:18 UTC