Re: [topbraid-users] issue inserting new triples via SPARQL endpoint

2020-11-17 Thread Justin Lien
Hi Holger, I actually just figured it out; it was user error. I was accidentally hitting to the query endpoint instead of the update endpoint. Everything works as expected now. Thank you! Justin On Tuesday, November 17, 2020 at 6:07:00 PM UTC-5 Holger Knublauch wrote: > To clarify, how are

Re: [topbraid-users] issue inserting new triples via SPARQL endpoint

2020-11-17 Thread Holger Knublauch
To clarify, how are you running this query - are you making web service calls or do you go through the Web UI? Maybe the prefix definitions are missing and the parsing fails? Can you make the INSERT DATA variation work from the web UI? Holger On 11/18/2020 2:13 AM, Justin Lien wrote: Hi

Re: [topbraid-users] issue inserting new triples via SPARQL endpoint

2020-11-17 Thread Justin Lien
Hi Holger, Thanks for your response. I tried removing the WHERE line but unfortunately I'm still receiving the same error as before. Justin On Monday, November 16, 2020 at 7:25:13 PM UTC-5 Holger Knublauch wrote: > Hi Justin, > > INSERT DATA is not followed by a WHERE clause - just try

Re: [topbraid-users] issue inserting new triples via SPARQL endpoint

2020-11-16 Thread Holger Knublauch
Hi Justin, INSERT DATA is not followed by a WHERE clause - just try removing that WHERE line - none of the variables there are used in the INSERT clause anyway. https://www.w3.org/TR/2013/REC-sparql11-update-20130321/#insertData It probably fails to parse this on its first attempt and then

[topbraid-users] issue inserting new triples via SPARQL endpoint

2020-11-16 Thread Justin Lien
Hello, I'm attempting to insert new triples via the SPARQL endpoint using the following query: INSERT DATA { GRAPH { update_test:concepts skos:hasTopConcept update_test:one . update_test:one skos:prefLabel "one" . } } WHERE { ?s ?p ?o } and receive the following error:

Re: [topbraid-users] ISSUE: XLSX Importer Fails when columns have no header

2020-08-04 Thread Tim Smith
Hi Irene, With that explanation, the performance makes sense. This is certainly an edge case. Unfortunately the spreadsheets are provided by a large automation vendor and are a standard part of their documentation. IMHO, it's rather irresponsible to publish them without proper column headers

Re: [topbraid-users] ISSUE: XLSX Importer Fails when columns have no header

2020-08-04 Thread Irene Polikoff
If you are using ‘Semantic Tables’ importer in TBC, it will always look for some value in each column of the first row and will use it as the column name. If it does not find values in the first row, then it will try to find the next available row with all values. This is to accommodate

Re: [topbraid-users] ISSUE: XLSX Importer Fails when columns have no header

2020-08-04 Thread Irene Polikoff
Importer will always look for some value in each column of the first row and will use it as the column name. If it does not find values in the first row, then it will try to find the next available row with all values. This is to accommodate situations where a first row(s) may be empty. It

Re: [topbraid-users] ISSUE: XLSX Importer Fails when columns have no header

2020-08-04 Thread dprice
Apologies Tim … I didn’t look closely enough at your screenshots. > On 4 Aug 2020, at 21:30, Tim Smith wrote: > > Hi David, > > Actually, I don't use EDG for SS import at all. It is too limiting, > especially when the need is repetitive. Thus I'm using TBC directly and I > would have

Re: [topbraid-users] ISSUE: XLSX Importer Fails when columns have no header

2020-08-04 Thread Tim Smith
Hi David, Actually, I don't use EDG for SS import at all. It is too limiting, especially when the need is repetitive. Thus I'm using TBC directly and I would have expected TBC to properly handle spreadsheets with missing column headers. I am writing my own construct queries and will use SWP or

Re: [topbraid-users] ISSUE: XLSX Importer Fails when columns have no header

2020-08-04 Thread dprice
Hi Tim, You’re doing something that is not supported by EDG out-of-the-box. The EDG SS importers requires headers that are mapped to properties of the selected class into which to map each row. The fact that the import SS by pattern pops up with “Spreadsheet columns” and “Target Property” is a

Re: [topbraid-users] ISSUE: TBC 6.4.0 production - cannot create multiple SPARQL views

2020-07-31 Thread Holger Knublauch
Hi Tim, this works fine for me. From the error messages, could it be that you are reusing an old workspace, or different system ontologies? It cannot find an import of technical-assets and this seems to mess up the system. I struggle to see how any of this could be related to opening a new

[topbraid-users] ISSUE: TBC 6.4.0 production - cannot create multiple SPARQL views

2020-07-31 Thread Tim Smith
Hi, After installing the latest 6.4.0 release and running from a new workspace, I am unable to open additional SPARQL views using the SPARQL Star icon in the single view that opens automatically. This was working fine in the 6.4.0 Beta release. I've tried creating two new workspaces and one

Re: [topbraid-users] Issue: EDG 6.3.1 - Unable to export to any file format other than TriG

2020-05-27 Thread Richard Cyganiak
> On 26 May 2020, at 15:39, Tim Smith wrote: > > In addition, another graph is missing that causes the following error: > > Failed to initialize SWP graph registry - please refresh files > > The stack trace is below. What's interesting is that, typically, missing > graphs do not cause

Re: [topbraid-users] Issue: EDG 6.3.1 - Unable to export to any file format other than TriG

2020-05-26 Thread Tim Smith
Hi Taryn, The file you mentioned is present in the workspace. I have traced the problem to a project I imported from a previous development effort with TQ. Ralph, Natasa, and I had created a Custom Configuration for TBL. I believe this was a supported method for adding parameters to the TBL

Re: [topbraid-users] Issue: EDG 6.3.1 - Unable to export to any file format other than TriG

2020-05-19 Thread Taryn Madey
Hi Tim. I'm not able to recreate this issue. Is it possible you accidentally deleted \teamwork.topbraidlive.org\ui\teamwork.sms.ttl? If that isn't the issue, can I request additional information from you off list? Thanks! Taryn On Tue, May 19, 2020 at 3:40 PM Tim Smith wrote: > Hi, > > When

Re: [topbraid-users] Issue: Column Headers scroll out of view in Logical Entities Table

2020-05-19 Thread Tim Smith
Thanks Irene! I'm looking forward to 6.4. I also just noticed the same phenomenon in the Data Asset tab where the first row containing the Search Box scrolls with the table. Maybe it's the same code so the fix mentioned previously has fixed it for all tables? If so, great! If not, let me know

Re: [topbraid-users] Issue: EDG 6.3.1 Taxonomy tree collapses with addition of new nodes

2020-05-19 Thread Irene Polikoff
Thanks, I will forward your feedback to the dev team. > On May 19, 2020, at 3:36 PM, Tim Smith wrote: > > Hi, > > When I have a taxonomy model expanded and I add a node above the lowest > expansion point, the tree is collapsed to the level where I added the node. > > For example, consider

[topbraid-users] Issue: EDG 6.3.1 - Unable to export to any file format other than TriG

2020-05-19 Thread Tim Smith
Hi, When I attempt to export to a file from within EDG, the export fails with the following error. This happens for all formats other than TriG and does not seem to be dependent on Asset Collection type. Note that I am using the TBC version of EDG not the server version. Hopefully this is a

[topbraid-users] Issue: EDG 6.3.1 Taxonomy tree collapses with addition of new nodes

2020-05-19 Thread Tim Smith
Hi, When I have a taxonomy model expanded and I add a node above the lowest expansion point, the tree is collapsed to the level where I added the node. For example, consider the taxonomy below: [image: image.png] If I right-click on My Concepts and add a new top level concept, Top Concept 2,

Re: [topbraid-users] Issue: Column Headers scroll out of view in Logical Entities Table

2020-05-19 Thread Irene Polikoff
Thanks for the report Tim. This has been fixed for 6.4 - the image below does not have a lot of content in the table, but you can see the data rows folding under the header. > On May 19, 2020, at 1:25 PM, Tim Smith wrote: > > Hi, > > When looking at an instance of Logical Data model, there

[topbraid-users] Issue: Column Headers scroll out of view in Logical Entities Table

2020-05-19 Thread Tim Smith
Hi, When looking at an instance of Logical Data model, there is a section that lists the Logical Entities within the model as a table. When I scroll the table, the column headers scroll with it, making it hard to know what the columns are or what filter criteria was used. In addition, I cannot

[topbraid-users] Issue: Create Class/Property Dialog closes in EDG

2020-04-30 Thread Tim Smith
Hi, When I create a new property or class in EDG, the dialog pops up and I fill in the fields. If the default for the ID is not what I need, I click and drag the mouse across the field to select all of it as shown below. If I *release* the mouse button when the mouse is on the pop-up,

Re: [topbraid-users] Issue: Creating Inverse Property Shapes leaves an error

2020-04-29 Thread Tim Smith
Hi Holger, I looked through my graphs and I did find what I think would be the output if the OWL-to-SHACL converter was executed on the system graphs. There are a lot of sh: rows. Specifically, the following looks suspect: *sh:PropertyShape-path* rdf:type sh:PropertyShape ;

Re: [topbraid-users] Issue: Creating Inverse Property Shapes leaves an error

2020-04-27 Thread Holger Knublauch
You may be up to something. The rdfs:range of sh:inversePath is indeed rdfs:Resource, so if (for some reason) an OWL-to-SHACL converter was executed over the SHACL system graph itself then such a constraint might have been created. Please keep us informed if you find such a constraint and how

Re: [topbraid-users] Issue: Creating Inverse Property Shapes leaves an error

2020-04-27 Thread Tim Smith
I will take a look. There is no hand-written SHACL but there is always the possibility of some errant owl axiom that was converted into such a constraint. I am using 6.3.1. On Mon, Apr 27, 2020 at 7:46 PM Holger Knublauch wrote: > Same here. I guess you are using 6.3? Could it be that you

Re: [topbraid-users] Issue: Creating Inverse Property Shapes leaves an error

2020-04-27 Thread Holger Knublauch
Same here. I guess you are using 6.3? Could it be that you have owl:imported some file that defines additional constraints, e.g. that the values of sh:inversePath must be sh:class rdfs:Resource? If this doesn't help, feel free to send me a TriG file with your graph and subgraphs so that I can

Re: [topbraid-users] Issue: Creating Inverse Property Shapes leaves an error

2020-04-27 Thread Irene Polikoff
Hmm… I can’t reproduce. May be Holger has some ideas. > On Apr 27, 2020, at 4:16 PM, Tim Smith wrote: > > Hi, > > When I use EDG to give a name to an inverse relationship, much the way > edg:columnOf works for edg:DatabaseTable, I get an error that persists after > creation even though the

Re: [topbraid-users] issue importing html local file Vs from the web

2019-11-21 Thread Simon Opper
Hi Richard I had the path incorrect and needed to go directly to the folder within the project using http://localhost:8083/tbl/lib/localFiles/fire.html All is working fine now. Many thanks for your assistance ! Regards

Re: [topbraid-users] issue importing html local file Vs from the web

2019-11-21 Thread Simon Opper
Hi Richard Thanks for the email. Aghh Re spelling. My mistake sorry. But alas... it still throws an exception. I've tested a range of websites. I'm running Windows 10, TBCME 6.2.2. When the URL http://localhost:8083/tbl/lib/generaltesting/localFiles/fire.html is viewed in the browser I get

Re: [topbraid-users] issue importing html local file Vs from the web

2019-11-19 Thread Richard Cyganiak
Hi Simon, Just checking, does the URL work if you access it in a web browser? If not, that needs to be fixed first. I note that you said "localFiles" in one place and "localFIles" in another, with a different capitalisation of the "i". Depending on your operating system, this may be a

Re: [topbraid-users] issue importing html local file Vs from the web

2019-11-19 Thread Simon Opper
Hi Holger Thanks for the email. I couldn't get your suggestion to work. I tried: creating folder (under a project folder) e.g. generaltesting\localFiles.www and placed the html file there. In a xhtml sml module I used :ImportXHTML_1 a sml:ImportXHTML ; sm:nodeX 18 ; sm:nodeY 151 ;

Re: [topbraid-users] issue importing html local file Vs from the web

2019-11-13 Thread Holger Knublauch
On 14/11/2019 11:45, Holger Knublauch wrote: Hi Simon, On 14/11/2019 06:52, Simon Opper wrote: Hi folks I'm having an issue importing/converting a local html file using sparql motion scripts as opposed to a web file at a URL. A web html file works fine in my tests. I can use the

Re: [topbraid-users] issue importing html local file Vs from the web

2019-11-13 Thread Holger Knublauch
Hi Simon, On 14/11/2019 06:52, Simon Opper wrote: Hi folks I'm having an issue importing/converting a local html file using sparql motion scripts as opposed to a web file at a URL. A web html file works fine in my tests. I can use the importXHTML module on a web URL fine  e.g.

[topbraid-users] issue importing html local file Vs from the web

2019-11-13 Thread Simon Opper
Hi folks I'm having an issue importing/converting a local html file using sparql motion scripts as opposed to a web file at a URL. A web html file works fine in my tests. I can use the importXHTML module on a web URL fine e.g. .examplesite.com/htmlfile But if I try point it at a local

RE: [topbraid-users] ?issue

2019-09-09 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
for damage of any kind resulting from the risks inherent to the electronic transmission of messages. From: topbraid-users@googlegroups.com On Behalf Of dprice Sent: Monday, September 9, 2019 3:22 PM To: topbraid-users@googlegroups.com Subject: Re: [topbraid-users] ?issue Hi Michel, Y

Re: [topbraid-users] ?issue

2019-09-09 Thread dprice
Hi Michel, You’ve spelled it wrong in the instance LoadLevel vs. Loadlevel so rdf:type ex4:Loadlevel is pointing to something that is not defined. Not making data by hand editing text, which seems the likely underlying issue, will improve your changes of it being error-free. Use Model, Find

[topbraid-users] ?issue

2019-09-09 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
Tbc is not showing type of LoadLevel in: # baseURI: https://w3id.org/def/example4 # imports: http://www.w3.org/2004/02/skos/core # imports: http://www.w3.org/ns/shacl# # imports: https://w3id.org/def/basicsemantics-owl # prefix: ex4 @prefix bs: .

Re: [topbraid-users] Issue when using parameters on SWP service

2018-10-31 Thread William Ramos
Sorry for the confusion, this time it is outside of the SERVICE block, but now the service gives me an error: > An internal error has been reported by SWP engine of TopBraid Live > > Could not find registered ui:Element for > http://example.org/getTaxonomies#taxonomies >

Re: [topbraid-users] Issue when using parameters on SWP service

2018-10-31 Thread William Ramos
Hi, Holger; I tried that resulting in the following code: http://company.com:80/edg/tbl/sparql ; { rdf:nil teamwork:graphsUnderTeamControl (

RE: [topbraid-users] issue TBC embeding of html in rdf:HTML lexicals

2017-11-30 Thread Bohms, H.M. (Michel)
29, 2017 11:32 PM To: topbraid-users@googlegroups.com Subject: Re: [topbraid-users] issue TBC embeding of html in rdf:HTML lexicals The error indicates a character encoding problem. This sometimes happens after editing TTL by hand (with the "wrong" editor). Could you try to enter this wi

Re: [topbraid-users] issue TBC embeding of html in rdf:HTML lexicals

2017-11-29 Thread Holger Knublauch
The error indicates a character encoding problem. This sometimes happens after editing TTL by hand (with the "wrong" editor). Could you try to enter this with TBC and do the save from there? To enter an rdf:HTML literal, either enter it as a string and then select Change Datatype > rdf:HTML

Re: [topbraid-users] Issue when generating Ontology via Import XSD Schema Files

2017-05-01 Thread Holger Knublauch
Hi Dimitrios, I can confirm the behavior, and did not come up with a "quick" work-around. I have filed this as an enhancement request in our internal bug tracker for the time being. We will let you know in case this is fixed. Meanwhile I am afraid you'd need to post-process these files or

[topbraid-users] Issue when generating Ontology via Import XSD Schema Files

2017-05-01 Thread Dimitrios Tzannetos
Hi everyone. I have been experimenting with Semantic XML in order to create RDF instances that correspond to the contents of an XML file. I discovered an issue when trying to generate a Schema Ontology file with matching Semantic XML annotations using the appropriate XSD files. It seems that

Re: [topbraid-users] Issue with EVN and .htm files in the workspace

2015-06-03 Thread Holger Knublauch
On 6/3/2015 22:39, J.REZZOUK wrote: Hello, In EVN we discovered that under certain circumstances the Includes (Includes vocabularies in the current Ontology by reference) functionality was very time consuming. This is due to the presence of .*htm *files in the workspace. My understanding is

[topbraid-users] Issue accessing RSS feed with SSL and invalid cert - how do I by-pass the cert check?

2011-05-19 Thread ArifD
Hi, I am running trying to import a news feed and I get the following exception: 11:32:18.193: - Import news feed News Error: java.io.IOException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: