[topbraid-users] PerformUpdate Component behavior

2014-11-26 Thread J.REZZOUK
Hello, I am currently using TBCME 4.4 (Windows 7). I wanted to make multiple INSERT in the session graph using a single PerformUpdate component in a SM script but I discovered that only the last insert was performed. When I use multiple PerformUpdate components with a single Insert operation

[topbraid-users] XML to RDF including XHTML fragments

2014-11-26 Thread J.REZZOUK
Hello, I am currently processing XML documents (TBCME 4.4, Windows 7) and they include well-formed XHTML fragments in a specific element (let's call it //CONTENT). The SM script logic is based on sml:ImportXMLFromURL sml:ConvertXMLToRDF other modules to construct triples I need. Somewhere in

Re: [topbraid-users] PerformUpdate Component behavior

2014-11-26 Thread Scott Henninger
Jamal, it is the case that PerformUpdate will take only one statement per module.  This used to raise an error and we can look into look into why it no longer appears as an error, clarify the documentation, etc. -- Scott On 11/26/2014, 3:24 AM, J.REZZOUK

Re: [topbraid-users] PerformUpdate Component behavior

2014-11-26 Thread Mark Graham
Hi Jamal, As available - can you please provide us with your SM script that you are using? Per our dev review here - this test run will produce an error: INSERT { GRAPH http://example.org/ex1 { http://example.org/ex1df1 http://example.org/ex12 http://example.org/ex11 .

[topbraid-users] TBC hangs on startup - network issue

2014-11-26 Thread Rich Keller
Hi. Just recently I have begun having a problem starting up TBCSE 4.5 on my Mac. The system hangs on startup, during Loading Workbench, but prior to opening the actual TBC GUI. The log errors are below. !ENTRY org.topbraid.eclipsex 1 800 2014-11-26 12:06:24.303 !MESSAGE Nov 26, 2014 12:06:24

Re: [topbraid-users] TBC hangs on startup - network issue

2014-11-26 Thread Holger Knublauch
Hi Rich, there are certain types of files that are loaded into TopBraid automatically, including files ending with .spin.*, .ui.* and .sms.*. If you have any such file that owl:imports a remote file, then it may fail loading that remote file. So one suggestion would be to look into your

Re: [topbraid-users] TBC hangs on startup - network issue

2014-11-26 Thread Scott Henninger
One way to check for remote imports is to run the following URL with TBC-ME running:   http://localhost:8083/tbl/admin/baseURIMgmt Any "missing import" will be identified with a blue information button, which you can mouse-over and find what the name of the

Re: [topbraid-users] XML to RDF including XHTML fragments

2014-11-26 Thread Holger Knublauch
Hi Jamal, I do not see how this could be done. The Semantic XML loader does not have enough information to know that it should treat certain nodes verbatim. Thanks Holger On 11/27/2014 0:18, J.REZZOUK wrote: Hello, I am currently processing XML documents (TBCME 4.4, Windows 7) and they