Re: [topbraid-users] SPIN rule using Virtuoso bif: functions not working

2015-01-08 Thread Holger Knublauch
I have tested this query SELECT * WHERE { SERVICE http://194.119.214.82:8891/sparql { GRAPH http://localhost:8891/open-data-trapani { ?that http://any23.org/tmp-musei/Nome ?label2 . ?that http://any23.org/tmp-musei/Latitudine ?lat2 . ?that

[topbraid-users] User-defined SPIN function: no factory

2015-01-08 Thread Rich Keller
Hi. I am getting the following error when performing inferencing: WARN [Thread-25] (E_Function.java:89) - URI http://INSERT-PATH-HERE/data#dailyWITIcalc has no registered function factory The function data:dailyWITIcalc is SPIN function that I created. Presumably it is not properly defined.

Re: [topbraid-users] Some feedback on TBC and SPIN API

2015-01-08 Thread Martynas Jusevicius
Also looking forward to see SPIN API code on GitHub. On Wednesday, January 7, 2015 at 12:13:27 AM UTC+1, Holger Knublauch wrote: On 1/6/2015 19:39, Wim wrote: Hi, I'm enjoying TBC 4.6 a lot (I really like the features and the UI), as well as the SPIN java API which is a great companion

Re: [topbraid-users] User-defined SPIN function: no factory

2015-01-08 Thread Holger Knublauch
First you should make sure that the SPIN function is stored in a file ending with .spin.* so that it will be picked up when the system starts. To make sure it got registered, a restart also helps. Also the function must be an instance of spin:Function, not rdf:type owl:Class (first row of

Re: [topbraid-users] SPIN rule using Virtuoso bif: functions not working

2015-01-08 Thread ing . antonino . lobue
Hi Scott, David, @Scott, when you say to put the functions in the spin in a file I'm not sure how, these functions are Virtuoso Geospatial functions, not mine, so I should just use in the context of Virtuoso endpoint I'm calling via SERVICE. As far as I know I was aware that when using SERVICE