Re: why query languages and RDF data have syntaxes?

As Andy says the query-by-example approach is particularly useful when you want
to extract a subgraph. We used this approach, to good effect, in a recent
project which involved a lot of queries to remote RDF data sources. All our
retrieval requests were expressed as RDF graphs using bNodes as variables.

As Dan says this can be implemented on top of the richer query languages such as
Squish/RDQL. However, for certain sorts of subgraph extraction it can be rather
more efficient to use a direct implementation. Which is what we used in our
case.

Dave

JeffZhang wrote:
> 
> Dear all,
>     I can not understand why syntaxes of several current rdf query languages are so much different
> with the syntax of RDF data. In my opinion, a query is match a pattern(a subgraph with
> undetermined values) against the universal(the big graph in knowledge base). Why not use
> just a small rdf data set with blank nodes to represent the subgraph?
> I think these query languages have more close relation with sql than with rdf model.
> 
> 
> Best regards,
> 
> 
> JeffZhang
> jeffzhang726@yahoo.com.cn
> 2002-11-29
> 
> _________________________________________________________
> Do You Yahoo!?
> "是IT精英吗?小试牛刀获时尚大奖!"
> http://cn.promo.yahoo.com/cgi-bin/udb/u

Received on Friday, 29 November 2002 05:36:52 UTC