From notes at mozdev.org Mon Sep 8 15:12:28 2003 From: notes at mozdev.org (notes@mozdev.org) Date: Wed Sep 10 01:08:46 2003 Subject: [Mozquery] Mozquery: New Feedback from Allan Message-ID: <20030908141227.98748.qmail@mozdev.mozdev.org> http://mozquery.mozdev.org/notes.html#1 Nice project, I´m wondering to start one also. I´ll be back soon to check your progress. Keep up the good work! http://www.tienda-virtual-online.com From notes at mozdev.org Wed Sep 10 06:50:17 2003 From: notes at mozdev.org (notes@mozdev.org) Date: Wed Sep 10 02:25:32 2003 Subject: [Mozquery] Mozquery: New Feedback from Daniel Fournier Message-ID: <20030910055017.25291.qmail@mozdev.mozdev.org> http://mozquery.mozdev.org/notes.html#2 For your convenience, here is kind of road map for this project: [1] create a Standford RDF API compliant JavaScript lib on top of the RDF XPCOM services; [2] create a RDF abreviated syntax to quickly write RDF files. This will be a "little language" very easy to learn and implement in JavaScript (and fastly parsed); [3] create a query language for RDF models, taking into account RDF data types (from XML Schema) and JavaScript extension functions to have powerful statement matching and result formatting functionalities; [4] implement a XUL front-end to perform queries on RDF models. Presently, only step [1] is already done and will be soon integrated in the Mozlib library distributed with JS Console extension -- the current RDF lib in Mozlib is not Standford API compliant. Steps [2] and [3] are almost completly designed, but not yet implemented. Nothing yet done on step [4].