Re: SPARQL

"Marcus G. Daniels" <[email protected]> Wed, 05 Dec 2007 19:00:50 -0700
Newsgroups gmane.comp.mozilla.devel.rdf
Message-ID <[email protected]>
Eric Prud'hommeaux wrote:
 > I haven't, but I did stick one in MySQL [SM]. I took the yacker c++
 > output and dinked with the semantic actions 'till it generated the SQL
 > parse tree that I wanted. What sort of query facilities do you have in
 > Firefox? Does it map pretty well to SPARQL?
 >
 > [SM] http://www.w3.org/2005/05/22-SPARQL-MySQL/
 >

So the idea would be to generate C++ that called the SQLite primitives 
in mozStorage?  http://developer.mozilla.org/en/docs/Storage

I was thinking of this in the context of a semantic web virtual machine 
application where it would be useful to reduce query costs as far as 
possible, e.g.  http://neno.lanl.gov/

Thanks,

Marcus