Re: [topbraid-users] small encoding issue with n3 export

2010-04-14 Thread Holger Knublauch
Paul, I tried this with a simple test but I don't think even Jena handles this case. The Turtle output looks like # Saved by TopBraid on Fri Apr 09 13:33:11 EST 2010 # baseURI: http://tests.spin.topbraid.org/functions/Wûnseradiel @prefix :

Re: [topbraid-users] Re: Spreadsheet column heading conversion algorithm

2010-04-14 Thread Gerrick Bivins
Thanks Scott. My regex is a little "shakey"! I'll give it a shot. Gerrick On Wed, Apr 14, 2010 at 8:51 AM, Scott Henninger wrote: > Gerrick, smf:regex uses the same regex used in SPARQL, the XQuery 1.0/ > XPath 2.0 standard at > http://www.w3.org/TR/xpath-functions/#regex-syntax > > One problem

Re: [topbraid-users] Named graphs in SDB

2010-04-14 Thread Gokhan Soydan
Jeff, Please put mysql connector jar inside the workspace folder and try again. Gokhan On 4/14/2010 8:57 AM, Schmitz, Jeffrey A wrote: Below is the exception info. I do have mysql-connector-java-5.1.6-bin.jar in my project's main folder. Is there anything else I need to do to properly reg

RE: [topbraid-users] Named graphs in SDB

2010-04-14 Thread Schmitz, Jeffrey A
Below is the exception info. I do have mysql-connector-java-5.1.6-bin.jar in my project's main folder. Is there anything else I need to do to properly register the mysql connector jar? Jeff WARN [ModalContext] (SDBConnection.java:326) - execQuery: SQLExceptionNo operations allowed after con

[topbraid-users] Re: Spreadsheet column heading conversion algorithm

2010-04-14 Thread Scott Henninger
Gerrick, smf:regex uses the same regex used in SPARQL, the XQuery 1.0/ XPath 2.0 standard at http://www.w3.org/TR/xpath-functions/#regex-syntax One problem you are having is that characters such a '.' and '(' have meaning in regex expressions. To specify the character, you need a double-escape.

Re: [topbraid-users] Flex Developer's Guide

2010-04-14 Thread Scott Henninger
Peter; The release notes were in error.  A Flex Developer's Guide is in the works and we will have this for a future release.  In the meantime, some of the examples have been enhanced.  I am attaching a new HELLOWORLD text file to help you get started. Our apologies for the confusion caused by

Re: [topbraid-users] how to get in abbreviated form?

2010-04-14 Thread Scott Henninger
Joseki should be able to handle ttl/n3 files, which will reduce file size. -- Scott On Apr 14, 2010, at 4:44 AM, "Bohms, H.M. (Michel)" wrote: Ok, so for the near future "file size" will stay as reason for us... Anyway, good to hear that this is a TBC issue since our final quering will

RE: [topbraid-users] how to get in abbreviated form?

2010-04-14 Thread Bohms, H.M. (Michel)
Ok, so for the near future "file size" will stay as reason for us... Anyway, good to hear that this is a TBC issue since our final quering will be on top of Joseki/TDB which will then not have the issue (well apart from the potential performance issue you try to prevent...) Thanks! Michel >

Re: [topbraid-users] how to get in abbreviated form?

2010-04-14 Thread Holger Knublauch
Hi Michel, ok now I understand your question. The term abbreviated is overloaded in this world - you are talking about RDF/XML abbreviated, I was talking about qnames. Anyway, TopBraid up to 3.3.0 had some logic in place that would switch from RDF/XML abbrev to RDF/XML serialization when subjec

RE: [topbraid-users] how to get in abbreviated form?

2010-04-14 Thread Bohms, H.M. (Michel)
Within TBC (code view) things look fine (ie abbreviated). The issue is that I cannot get the abreviated out (just RDF non-abreviated as the input). You can see this yourself by exporting as Abbreviated and see that the output is actually non-abbreviated... Thanks for any help, Michel > -O

Re: [topbraid-users] Flex Developer's Guide

2010-04-14 Thread Peter Bruhn Andersen
I still haven't found the Flex Developers Guide. Is at available and could someone at Topquadrant please tell me where it's hidden? /Peter Peter Bruhn Andersen wrote: As a new feature for TopBraid Ensemble a Flex Developer's Guide is mentioned. Where do I find it? Regards, Peter -- You

[topbraid-users] Re: ControlFactory

2010-04-14 Thread Andriy Sokolov
Ok, thanks for reply! Regards, Andriy On 14 Apr., 05:07, Holger Knublauch wrote: > Andriy, > > sorry but this part of the API is not officially supported. You can try to > make it work yourself, but we have no resources to provide support for end > users, and reserve the right to change those