Hi Andrew, On Feb 2, 2009, at 4:50 PM, AndrewB wrote:
> > Hello Mr. Knublauch > The company I work for owns a TBCME and a TBL license. We will > be using Jenna for much of our math but If I ask my higher ups to > submit something like a feature request do you think there would be > any way we could imbed statistial funcitons into the ontology/sparql, > or possibly in sparql motion? Sure. Paying customers get preferred treatment when it comes to new feature requests. What I would need though is a precise list of additional functions that you would need. > > > Also I came across some pdf on the web where a guy references a > outside function and it somehow connects to a javascript file on his > web server and does the math there. Cool but ugly solution. The next beta will include an extension of SPIN that allows anyone to define new SPARQL functions using JavaScript. However, for the time being this would not help you very much because the JavaScript code would not be allowed to query the triple store (Jena Graph) at execution time. So for complex operations it would need to get all values as arguments and then do the math on them. I would be interested to hear why you would consider such an interpreted (e.g. JavaScript) solution ugly - it would make it possible for anyone to create and share SPARQL functions on the semantic web. Holger --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
