[topbraid-users] Best way to modify existing data

2014-07-18 Thread Barton Petersen
I'm trying to expose a service to allow modification of some information, say a name. I want to allow them to modify *some* name information. Specifically the ones in the argument list for the service. For example, I want them to be able to modify their contact information. So the service

Re: [topbraid-users] Best way to modify existing data

2014-07-18 Thread Scott Henninger
Barton, could you send an example of the query you are using?  The normal pattern for a DELETE/INSERT is to query what you want to delete and insert the new data.  So let's assume you have an argument arg:newData DELETE {  some_resource some_prop ?oldData }

[topbraid-users] TopBraid 4.5 reaches public beta!

2014-07-18 Thread Nick Abston
Dear users, We are pleased to announce a public beta of TopBraid 4.5 with many new capabilities including: *TopBraid EVN:* Improved collaboration features; extended audit trail (change history) features; support for SKOS-XL for users needing to manage labels as objects, not strings; richer, more

[topbraid-users] Re: Best way to modify existing data

2014-07-18 Thread Barton Petersen
Hey Scott, Thank you very much for the reply. I deleted the apply construct and I'm able to debug the sparql motion successfully! Now, I'm getting the following error when I try to hit it from the webservice url: An internal error has been reported by the SPARQLMotion engine of TopBraid

Re: [topbraid-users] Best TBC Practices re: segregating instances from classes

2014-07-18 Thread Rich Keller
Thanks Irene. It took me a while to reconfigure things, but now I've got the imports working properly as you suggested. Rich On Tuesday, July 15, 2014 10:17:30 AM UTC-7, Irene Polikoff wrote: You only need a statement baseURU1 owl:imports baseURI2. It is better to also have a statement

[topbraid-users] Customize behavior of TreeDataProvider arg:onSelect

2014-07-18 Thread Jack Hodges
The following ui:group defines a javascript function that is called when an item in the tree is selected for viewing. In this body all that is stipulated is the url for the resource. In most of my views I can select what kind of view is used with a match-id or a priority. Is the