Re: SPARQL
Axel Hecht <[email protected]> Thu, 06 Dec 2007 11:56:53 +0530
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Message-ID | <[email protected]> |
Marcus G. Daniels wrote: > Hi, > > Has anyone thought about putting a triple store / SPARQL query processor > into Firefox? > I thought about it, but I'm not too fond of that API myself. There is a more js-friendly API approach I took recently on http://hg.mozilla.org/users/axel_mozilla.com/rdf2/?file/cdbb088c4a5b Note that the RDF engine in mozilla is phasing out, so there's not much backing for big changes. Axel