Comment Re:dev thoughts (Score 1) 191
...and yet it isn't - certainly I haven't seen anything much that has the potential for providing rich information based on data relations using SQL. I'm not a massive database guy, but it seems to me that generating graph data structures and using them in the generic fashion we do is a pain in the neck using SQL (compared to RDF/RDQL).
That said, all RDF queries can be accomplished in SQL - RDQL maps onto SQL. 3Store actually uses MySQL as a backend.