1 | | = Google Api = |
| 1 | = GnoGno PLUS Fresnel = |
| 2 | |
| 3 | we could integrate the ideas of FRESNEL into gnowsis |
| 4 | |
| 5 | [http://www.w3.org/2005/04/fresnel-info/ Fresnel] is a simple, browser-independent vocabulary for specifying how RDF graphs are presented. |
| 6 | |
| 7 | We could take fresnel and use it as a way to represent graphs (read-only) in gnowsis. The problem with fresnel is, that it focuses on read-only display (like XSLT) but not on editing (like XForms). So as gnogno is at the moment targeted at editing it is not so simple. |
| 8 | |
| 9 | But there is a lot of code out there, so to make a simple thing run should be straightforward: |
| 10 | |
| 11 | Here some notes by Emmanuel Pietriga: |
| 12 | |
| 13 | Yes. I've just released a third implementation of FSL. So, we now have: |
| 14 | - a full FSL engine that works on Jena 2.3 models, |
| 15 | - a full FSL engine that works on Sesame 2-alpha1 models, |
| 16 | - a full FSL engine that works on IsaViz in-memory models and whose primary purpose is to help people learn FSL and debug FSL expressions visually (see screenshot at [4]). |
| 17 | |
| 18 | All are implemented in Java and can be found in the latest IsaViz build, or as a separate small JAR file. You can get compiled versions from [5] or the very latest source code from [6]. |
| 19 | |
| 20 | The API documentation for these implementations is at [7], and as I am writing an extensive suite of unit tests for them, I am also finalizing the API and writing a Web page with simple examples of how to use the Jena and Sesame FSL engines (online by the end of the week). |
| 21 | |
| 22 | [4] [http://www.w3.org/2001/11/IsaViz/images/fslDebugger.png fresnel debugger pic] |
| 23 | |
| 24 | [5] http://www.lri.fr/~pietriga/IsaViz/ |
| 25 | |
| 26 | [6] http://dev.w3.org/cvsweb/java/classes/org/w3c/IsaViz/fresnel/ |
| 27 | |
| 28 | [7] http://www.lri.fr/~pietriga/2005/11/fsl/apidocs/ |
| 29 | |
| 30 | |
| 31 | here is the main FRESNEL SVN: |
| 32 | http://simile.mit.edu/repository/fresnel/trunk/ |
| 33 | |
| 34 | = Google Desktop Api = |