[topbraid-users] spin in free?

2015-03-04 Thread Bohms, H.M. (Michel)
Is spin also part of tbc free edition? Thx Michel Dr. ir. H.M. (Michel) Bohms Sr. Research Scientist Structural Reliability T +31 (0)88 866 31 07 M +31 (0)63 038 12 20 E michel.bo...@tno.nl Location [cid:image001.gif@01D05690.C83A7

Re: [topbraid-users] exporting spin functions to fuseki

2015-03-04 Thread Jack Hodges
Holger, I finally got jena (and fuseki) to build with the maven pom additions you provided for the spin library. I checked the resulting jena-fuseki-1.0.0-server.jar file and the spin modules are in it. I launched this with 'fuseki-server --update --mem /ds' and then loaded my models into it.

Re: [topbraid-users] exporting spin functions to fuseki

2015-03-04 Thread Jack Hodges
Holger, You and others on the TQ staff have suggested that I use TBL as my SPARQL endpoint and that is a great suggestion. I have created an Eclipse project that uses the Jena library to make a restful call to the local TBL instance. The endpoint and query to are: endpoint: http://localhost:

Re: [topbraid-users] spin in free?

2015-03-04 Thread Holger Knublauch
On 3/5/2015 0:35, Bohms, H.M. (Michel) wrote: Is spin also part of tbc free edition? Yes. Holger -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), Reference Data Manager (RDM

Re: [topbraid-users] exporting spin functions to fuseki

2015-03-04 Thread Holger Knublauch
Jack, are you sure the SPIN functions are registered? You need something like SPINModuleRegistry.get().registerAll(ontModel, null); where ontModel is a Jena Model containing the function definitions (typically stored in .spin.ttl files). Holger On 3/5/2015 2:29, Jack Hodges wrote:

Re: [topbraid-users] exporting spin functions to fuseki

2015-03-04 Thread Holger Knublauch
To exclude complications from the Jena API, could you try the SERVICE keyword instead of ExecutionFactory.sparqlService? I.e. what happens if you run a query such as SELECT * WHERE { SERVICE { GRAPH {