Re: [topbraid-users] Clarification on calling a SPIN function

2017-08-02 Thread Ralph TQ [Gmail]
In a SPIN function variables are currently resolved in alphabetic order. If you use SWP variables are bound by their names and can be in any order in the REST call. An SWP template can wrap one or more SPARQL queries. Ralph rhodg...@topquadrant.com > On Aug 2, 2017, at 3:58 PM, Jack Hodges

Re: [topbraid-users] Clarification on calling a SPIN function

2017-08-02 Thread Jack Hodges
So if I want to call a SPIN function called 'jack' at a SPARQL endpoint (say with a GET) that is defined with 2 arguments, they would need to be provided in the order they were defined in rather than by their names? Example below: http://localhost:8383/queries/jack?foo="value1"="value2; This