Re: [topbraid-users] ERROR: Not a registered SWP service class - how to fix?

2020-09-03 Thread Tim Smith
lashing declarations in different graphs included into the UI graph, could > also cause this problem. This possibility can be excluded by using the full > URI as the value of _viewClass (%-encoded if it contains # or &). > > Richard > > > > On 3 Sep 2020, at 02:39, Tim

[topbraid-users] ERROR: Not a registered SWP service class - how to fix?

2020-09-02 Thread Tim Smith
Hi, I've been running (and working on) the same set of SWPs for weeks now and this evening I'm getting the "Not a registered SWP..." error message. It's the same file, (*.ui.ttlx), same class, etc... I've had the error before, usually when there is some sort of import problem but no errors

[topbraid-users] ERROR: TBC - !MESSAGE General exception in (= ( ?arg1) 0)

2020-08-24 Thread Tim Smith
Hi, I am attempting to write graphs to disk using an SWP. Unfortunately, while I cannot reproduce it on demand, the actual writing of the triples to a file is only successful about 50% of the time. When it is not successful, TBC chews up my CPUs and consumes memory until it ultimately hits the

Re: [topbraid-users] TBCME: Cannot write to a graph from an SWP

2020-08-17 Thread Tim Smith
p. It will otherwise >> auto-create a transaction for each nested ui:update. >> >> HTH and thanks for taking the time to prepare the bundled example. >> >> Holger >> >> >> On 18/08/2020 05:34, Tim Smith wrote: >> >> Hi, >> &

Re: [topbraid-users] TBCME: Cannot write to a graph from an SWP

2020-08-17 Thread Tim Smith
E clause. > > You may also want to wrap the ui:update with a ui:transaction if you want > to bundle multiple updates into a single save step. It will otherwise > auto-create a transaction for each nested ui:update. > > HTH and thanks for taking the time to prepare the bundled example. >

[topbraid-users] TBCME: Cannot write to a graph from an SWP

2020-08-17 Thread Tim Smith
Hi, I cannot write to an existing graph in the workspace from an SWP. This is a problem that has plagued me since TBC 5.1.4 so perhaps I'm doing something wrong. I've attached a minimal example as a project. The file, swp_write_to_graph.ui.ttlx contains a subclass of ui:Services called

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

2020-08-04 Thread Tim Smith
mpty. It will not try to generate a column name > (e.g., Column B) if none exist. > > Spreadsheet importers in EDG use the same approach. > > With your example, I see that the importer could get confused. We have not > anticipated input like this. > > On Aug 4, 2020, at 2:52 PM, Tim

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

2020-08-04 Thread Tim Smith
) > > 3 - If you have access to TopBraid Composer you can open spreadsheets with > “Semantic Tables”, do some conversion with SPIN/SPARQL/SHACL into > ontology-based triples, and then EDG Import RDF. > > Cheers, > David > > On 4 Aug 2020, at 19:52, Tim Smith wrote:

[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] TDB Performance

2020-07-27 Thread Tim Smith
ort > Import Triples > from this File into current Model > > This uses a streaming importer that by passes validation and a few other > things. > > On my machine for 6.5M triples this took less than 15 minutes. > > In 6.4, this streaming import will also be available in

[topbraid-users] TDB Performance

2020-07-27 Thread Tim Smith
Hi, I recently needed to convert 450+ XML files to triples. Based on my previous experience trying to import a large XML file that took 4 hours to complete, I used SPARQLMotion to convert all 450 files in less than 5 minutes. A HUGE improvement! (I tried the import method and it ran 10 hours

[topbraid-users] Q: EDG - How to track the same column from source to transforms to end-uses?

2020-07-27 Thread Tim Smith
Hi, I have a basic EDG question. I have a spreadsheet with 10 columns. The spreadsheet is imported by a program, some columns are deleted, some new ones are added and some are left unchanged (say 4 are not changed) resulting in a dataset of 15 columns. The 15 column dataset is an output of the

Re: [topbraid-users] Re: Seeking clarity, better documention and better examples for spreadheet import

2020-07-20 Thread Tim Smith
I have also experienced the frustration of using the importer as shared by Simon, especially the repeatability issues. I do all of my imports as straight rdf files that I've created via Insert queries in TBC. On Mon, Jul 20, 2020, 5:36 PM Simon Opper wrote: > P.S. > > I was able to get

Re: [topbraid-users] Q: EDG - How does display property shapes?

2020-07-08 Thread Tim Smith
all these classes be a > subclass of a common parent or by using qualified value shapes. > > and it was pertinent to the user to show them the class of the instance to > tell them what they were seeing. > > > This does not change the nature of the property in the data, so the field

Re: [topbraid-users] Q: EDG - How does display property shapes?

2020-07-07 Thread Tim Smith
. The label should be the same in > both cases, which I believe indicates that you're better off introducing > separate properties. > > Holger > > > On 8/07/2020 10:02, Tim Smith wrote: > > Hi Holger, > > In this case, that is correct. The FVNR class represents a p

Re: [topbraid-users] Q: EDG - How does display property shapes?

2020-07-07 Thread Tim Smith
sh:class constraints > in both cases. > > Regards, > Holger > > > On 8/07/2020 04:52, Tim Smith wrote: > > Hi, > > I am auto-generating classes and property shapes from spreadsheets. I > have an issue where EDG is not displaying the name of the property shape &

[topbraid-users] Q: EDG - How does display property shapes?

2020-07-07 Thread Tim Smith
Hi, I am auto-generating classes and property shapes from spreadsheets. I have an issue where EDG is not displaying the name of the property shape correctly in the declared properties section of a class form. In the example below, note that Sts_Overload is displayed as the property name in both

[topbraid-users] Q: QUDT - How to model Differential Pressure

2020-07-06 Thread Tim Smith
Hi, I have a need to say that a value represents "Differential Pressure" - e.g. the difference between two pressures as measured in a system. I see that there is a quantitykind:Pressure instance. Is there a specific way to attach a modifier to indicate that the value, while a Pressure, is

Re: [topbraid-users] Q: Can INSERT { GRAPH <> { }} be used in EDG?

2020-06-30 Thread Tim Smith
new schema) and insert the results into a target graph. I think I can do the same in EDG by making the target graph the current graph and import everything there,removing the imports when the insert is complete. TIm On Tue, Jun 30, 2020 at 8:28 PM Holger Knublauch wrote: > On 1/07/2020 06:

[topbraid-users] Q: Can INSERT { GRAPH <> { }} be used in EDG?

2020-06-30 Thread Tim Smith
Hi, I am refactoring an ontology and I intended to use INSERT/DELETE queries to make it easier. However, when I execute the following query, I receive the error below: Is the error valid in that I cannot insert into a designated graph from the SPARQL query window? Does this same restriction

Re: [topbraid-users] Re: Loading XML file into semantic xml taking hours

2020-06-18 Thread Tim Smith
y don't have integrated well enough. Are there any other tools you > could use to preprocess the XML? For example define an XSLT to convert to > RDF/XML? > > Holger > > > On 19/06/2020 1:15 pm, Tim Smith wrote: > > Thanks for the heads up Rob. I'll remove it from the wor

Re: [topbraid-users] Re: Loading XML file into semantic xml taking hours

2020-06-18 Thread Tim Smith
n project in a workspace it is parsed on > TBC startup - and this can take a long time too. It may only apply to XSD > files, life is too short to check this > > > > On Friday, 19 June 2020 12:48:06 UTC+10, Tim Smith wrote: >> >> Hi, >> >> I am attemptin

[topbraid-users] Loading XML file into semantic xml taking hours

2020-06-18 Thread Tim Smith
Hi, I am attempting to open an xml file in TBC 6.4 beta on Windows 10. The file is 840,000 rows and ~50MB on disk. -Xmx is set to 28GB. TBC has been chewing CPU for over three hours. Memory consumption fluctuates from ~5GB to ~8GB (up and down) so I don't think it is memory bound. Is there

Re: [topbraid-users] The Many Shapes of SHACL - online event

2020-06-18 Thread Tim Smith
This would have been an excellent talk to hear, however, many IT security teams have banned Zoom from use on their networks and devices due to security concerns. Fortunately, as Marco mentioned, Lotico does record all of their talks. The list can be found here:

Re: [topbraid-users] Error: Cannot attach an Insert or Delete query to the selected resource in TBC

2020-06-10 Thread Tim Smith
the EDG UI that is bundled with TBC-ME, please let us know. > > Holger > > > On 10/06/2020 06:22, Tim Smith wrote: > > Hi, > > Working in TBC 6.3.1/Windows 10, I attempted to attach the queries I had > developed in the SPARQL window. The attempt worked fine for Select and >

[topbraid-users] Q: How to add a property to new Classes?

2020-06-09 Thread Tim Smith
Hi, Some of my classes (not instances) need to have an acronym. In TBC, I would just drag edg:acronym onto the form and populate it. In EDG, this does not work. What I'm going for is to have "acronym" appear in the class definition section of the form view of a class. I tried adding acronym

[topbraid-users] Error: Cannot attach an Insert or Delete query to the selected resource in TBC

2020-06-09 Thread Tim Smith
Hi, Working in TBC 6.3.1/Windows 10, I attempted to attach the queries I had developed in the SPARQL window. The attempt worked fine for Select and Construct queries but would not allow me to attach INSERT or DELETE queries. Can TBC be changed to support attaching update queries? Thanks, Tim

Re: [topbraid-users] Processing a JSON file

2020-06-08 Thread Tim Smith
One thought - can you pre-process the JSON as text? I noticed you are reading it in as a text file to begin with. If the "null" values appear as you have shown them e.g. Location:null is it possible to do a string replace to change 'null' into another value that will be retained in the

[topbraid-users] Q: Instances do not appear in Instance View but do appear in Selection drop-downs

2020-06-01 Thread Tim Smith
Hi, I have created a new Technical Asset Collection, TestTech. In this collection I have created a Software Program instance, prog1. I have imported a data graph that contains instances of Sensor which is a subclass of Processable. When I select Sensor from the class hierarchy, I was expecting

Re: [topbraid-users] Q: How to model a server in EDG?

2020-06-01 Thread Tim Smith
can always extend it to support your requirements. If you find it >> important to capture detailed information about physical boxes separately >> from the software, you can extend the model. We have customers that use EDG >> to describe physical assets where some of the assets are not even r

[topbraid-users] Ontology/LineageGram Documentation Needed

2020-05-29 Thread Tim Smith
Hi, I am finding a number of what appear to be semantic inconsistencies or areas of the ontologies that are not sufficient to model real world environments. See some of my previous postings, e.g. How do I model a process and How do I model a Server for examples. I would like to understand the

[topbraid-users] Q: How to model a server in EDG?

2020-05-28 Thread Tim Smith
Hi, As I'm going through the EDG ontologies to understand how to model my environment, it is not always clear how the classes and properties should be used. For example, I have a server, it could be a VM server or a physical server. There is a Server class as well as a System class. Server

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

2020-05-26 Thread Tim Smith
f 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 I attempt to export to a file from within EDG, the export fails with >> t

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

2020-05-19 Thread Tim Smith
olding under the > header. > > [image: image.png] > > On May 19, 2020, at 1:25 PM, Tim Smith wrote: > > 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 > tab

[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,

[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

Re: [topbraid-users] SPARQL question: return graph where triple is defined

2020-05-18 Thread Tim Smith
This is from the TBC Help page for SPARQL Property functions: SPARQL Property Functions - tops:statementDefinedIn - *Syntax:* (?subject ?predicate ?object) tops:statementDefinedIn ?baseURI - *Description:* Returns the defining ontology base URI for a given statement.

[topbraid-users] Q: How to see natural hierarchies in my graph?

2020-05-18 Thread Tim Smith
Hi, One of the more interesting presentations of Data Assets (Databases, Tables and Columns in particular) is a simple tree that walks the edg:tableOf and edg:columnOf relationships and displays them in as a navigable hierarchy. Is there a way to create such a view in EDG? If I made a super

[topbraid-users] Q: Can I create instances of edg:Person?

2020-05-06 Thread Tim Smith
Hi, I created a Data Graph asset to contain instances of edg:People. These people are involved in processes, activities, etc... so I thought it would be best to put them in a single graph rather than create them throughout a number of graphs. I imported EDG Shapes Core into the Data Graph. I

[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
ht > have been created. Please keep us informed if you find such a constraint > and how it might have come into existence. > > Holger > > > On 28/04/2020 10:07, Tim Smith wrote: > > I will take a look. There is no hand-written SHACL but there is always > t

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

2020-04-27 Thread Tim Smith
r > > > On 28/04/2020 09:14, Irene Polikoff wrote: > > 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:col

[topbraid-users] Q: EDG - How to create an instance in a Data Graph

2020-04-27 Thread Tim Smith
Hi, This should be super-simple but it seems some relationship behind the scenes with GraphQL is complicating matters. I have spent hours and hours importing ontologies that I built in TBC over a number of years into EDG to take advantage of the features of EDG. This was an excruciatingly slow

Re: [topbraid-users] EDG: Feature Request - Use - to execute a SPARQL query in the SPARQL Window

2020-04-23 Thread Tim Smith
Wow! I sure like it when you second a request! Woohoo! Thank you! Tim On Thu, Apr 23, 2020, 8:44 PM Holger Knublauch wrote: > On 23/04/2020 22:40, Tim Smith wrote: > > > Hi, > > > > Would it be possible to enable the use of - to execute a > > SPARQL query

[topbraid-users] Q: Prefix does not always conform to EDG Server settings

2020-04-23 Thread Tim Smith
Hi, I set a default prefix in the Default Namespaces and Prefixes settings of: PREFIX pgont: However, when I view resources on the form in EDG I see this: URI: [image: image.png] ID: [image: image.png] Sometimes, but not always, this shows up in the Class

[topbraid-users] EDG: Feature Request - Use - to execute a SPARQL query in the SPARQL Window

2020-04-23 Thread Tim Smith
Hi, Would it be possible to enable the use of - to execute a SPARQL query in the SPARQL window? That's available in TBC as well as many other query editors for Oracle, SQL Server, Databricks, etc... I find myself hitting Crtl-Enter in EDG all the time :) It would be a "nice to have" but I

[topbraid-users] Q: EDG Class List Panel - How to show only classes in the current graph (no imports)

2020-04-21 Thread Tim Smith
Hi, In the Class List Panel, is it possible to show only classes in the current graph? When I select "Return local results only", I still see a lot of entries that are coming from imports. The screenshot shows a number of entries from the ns/vcard foaf ontologies including restrictions

[topbraid-users] Property not available in edg:mapsToProperty selection widget

2020-04-17 Thread Tim Smith
Hi, I created a small ontology in an Ontology Asset collection consisting of a couple of classes and properties. Then I created a small Data Asset collection consisting of a couple of tables and columns. Then I included/imported the ontology collection into the data asset collection. For the

Re: [topbraid-users] Q: How to connect an Ontology to a Physical model in EDG

2020-04-17 Thread Tim Smith
ps > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to topbraid-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/6C38CA

Re: [topbraid-users] Q: How to connect an Ontology to a Physical model in EDG

2020-04-16 Thread Tim Smith
sh:PropertyShape ; > sh:path edg:mapsToProperty ; > rdfs:isDefinedBy <http://edg.topbraid.solutions/1.0/schema/datamodels> ; > sh:class rdf:Property ; > sh:group edg:TraceableGroup ; > sh:not tosh:SystemNamespaceShape ; > sh:order 90 ; > . > > > > On Apr 16,

Re: [topbraid-users] Q: How to use the SPARQL endpoint to query EDG asset collections

2020-04-16 Thread Tim Smith
the base URIs specified in this setting. It is not used by > the SPARQL endpoint. It is not used by any capability in EDG except for the > RDF file import and export. > > Regards, > > Irene > > On Apr 16, 2020, at 1:49 PM, Tim Smith wrote: > > Hi, > > As I attem

[topbraid-users] Q: How to use the SPARQL endpoint to query EDG asset collections

2020-04-16 Thread Tim Smith
Hi, As I attempt to design a linked data environment, I am considering how to use EDG. A SPARQL endpoint is critical to such an environment. However, using the TBC version of EDG (maybe the server version behaves differently), when I query the SPARQL endpoint using the External Graph URI as

Re: [topbraid-users] Providing a SPARQL endpoint API

2020-01-14 Thread Tim Smith
I don’t know about the current version but older TBC/TBL versions had some support for a SPARQL endpoint. I still use it with TBC 5.1.4. I believe it only supported Select queries which is limiting but it was accessible as a service and thus could be called by a program. I use it for localized

Re: [topbraid-users] contsruct query question for sheets

2019-11-22 Thread Tim Smith
In your example, ?datacell is already a bnode or URI. To use concat(), you would need to convert ?datacell to a string representation. On Fri, Nov 22, 2019, 10:30 AM 'Bohms, H.M. (Michel)' via TopBraid Suite Users wrote: > Hi Richard, > > > > Suppose I want to generate for each sheet cell

Re: [topbraid-users] Re: Importing Schema into EDG Data Assets does not work properly

2019-11-21 Thread Tim Smith
ve to be enable by your DBA. > > > On Wednesday, November 20, 2019 at 6:03:15 PM UTC-5, Tim Smith wrote: >> >> Hi, >> >> >> >> I’m using EDG Version: 6.2.3.v20190722-1623R. When I create a new Data >> Asset collection and try to use the JDBC impor

[topbraid-users] Importing Schema into EDG Data Assets does not work properly

2019-11-20 Thread Tim Smith
Hi, I’m using EDG Version: 6.2.3.v20190722-1623R. When I create a new Data Asset collection and try to use the JDBC importer to bring in a schema from a SQL Server database, two things of note happen. 1. The import fails. This database is setup to use integrated security

[topbraid-users] Re: Instance Classification Question

2018-01-25 Thread Tim Smith
for the chance to upgrade. Thanks again for all the help! Tim On Wednesday, January 24, 2018 at 2:24:13 PM UTC-5, Tim Smith wrote: > > Hi, > > I have a situation where I need to assign class membership based on the > definition of the class. OWL semantics are suffic

[topbraid-users] Re: Instance Classification Question

2018-01-24 Thread Tim Smith
be fun! :) Thanks again for your input, Tim On Wednesday, January 24, 2018 at 2:24:13 PM UTC-5, Tim Smith wrote: > > Hi, > > I have a situation where I need to assign class membership based on the > definition of the class. OWL semantics are sufficient to capture this > definit

[topbraid-users] Re: Instance Classification Question

2018-01-24 Thread Tim Smith
ur input, Tim On Wednesday, January 24, 2018 at 2:24:13 PM UTC-5, Tim Smith wrote: > > Hi, > > I have a situation where I need to assign class membership based on the > definition of the class. OWL semantics are sufficient to capture this > definition but I'm having difficulty

[topbraid-users] Instance Classification Question

2018-01-24 Thread Tim Smith
Hi, I have a situation where I need to assign class membership based on the definition of the class. OWL semantics are sufficient to capture this definition but I'm having difficulty getting the result I'm looking for. If SPIN is better, I'm happy to use it but I don't know how to represent

Re: [topbraid-users] performance evn

2017-12-05 Thread Tim Smith
I often run out of heap space when running TBC so I either run with a high value for -Xmx (14GB or physical RAM-2GB in extreme cases) or use TDB to take advantage of memory mapped files. One way to see if you are memory-bound is to check to see how much memory the TBC process is consuming

Re: [topbraid-users] tbc ttl file questions

2017-07-13 Thread Tim Smith
Ok, now we have the "reason" for needing this functionality: *Michel wrote:* *" I explain why important: we have this concept modelling ontology (CMO) supporting different modelling styles (decomposition, qudt2.0 etc.). I would like to group the mechanisms for the different modelling styles

Re: [topbraid-users] How to use ui:dumpGraph, ui:dumpResultSet

2017-03-19 Thread Tim Smith
e with any SWP element, you can also start typing, e.g. > > > > and then place the cursor where the * is and press CTRL-Space to get a > suggestion of available arguments for that element. > > HTH > Holger > > > > On 18/03/2017 1:40, Tim Smith wrote: > &

[topbraid-users] How to use ui:dumpGraph, ui:dumpResultSet

2017-03-17 Thread Tim Smith
Hi, I need to use the debug functions in SWPs. However, I cannot find documentation of the syntax for these functions. They are mentioned in the TBC SPARQL Web Pages help but the syntax is not defined. - *ui:debug* can be used to surround code blocks that shall only be executed if the

Re: [topbraid-users] TBCME Subversion Integration

2016-05-19 Thread Tim Smith
Here you go... http://www.topquadrant.com/products/installing-svn-in-topbraid-composer/ On Thu, May 19, 2016 at 3:48 PM, Sam Gralnick wrote: > Can anyone provide guidance on adding an SVN > repository integration perspective to TBCME. Please provide links to > appropriate

[topbraid-users] Modifying Graphs in SPARQLMotion

2014-12-29 Thread Tim Smith
Hi, I've created an SM script that extracts a number of triples from various graphs to create what I need to be a working graph that I can update (Insert/Delete) while it sits in memory. The output of the script is the updated graph that is returned via a REST service. I'm running into a

Re: [topbraid-users] http://spinrdf.org/sp#sha256 has no registered function factory

2014-08-25 Thread Tim Smith
* WHERE { BIND (SHA256(This is the input string) AS ?t) . } HTH Holger On 8/25/2014 13:20, Tim Smith wrote: Hi, When I try this in a SPARQL window in TBC-ME 4.5.0: SELECT * WHERE { BIND (sp:sha256(This is the input string) AS ?t) . } I receive this error: WARN [Thread

[topbraid-users] http://spinrdf.org/sp#sha256 has no registered function factory

2014-08-24 Thread Tim Smith
Hi, When I try this in a SPARQL window in TBC-ME 4.5.0: SELECT * WHERE { BIND (sp:sha256(This is the input string) AS ?t) . } I receive this error: WARN [Thread-253] (E_Function.java:89) - URI http://spinrdf.org/sp#sha256 has no registered function factory However, the sha256 function is

Re: [topbraid-users] TopSpin Exception w/ Trace

2014-08-17 Thread Tim Smith
graph. I do not understand yet why our code could create an Exception like in your case, but if you could clarify the named graph architecture then we may better understand what's going on. Thanks, Holger On 8/16/2014 8:56, Tim Smith wrote: Hi, I'm running an SM script that calls

Re: [topbraid-users] TopSpin Exception w/ Trace

2014-08-17 Thread Tim Smith
) at org.topbraidcomposer.core.util.ThreadUtil$1$1.run(ThreadUtil.java:64) at java.lang.Thread.run(Unknown Source) On Sun, Aug 17, 2014 at 10:05 PM, Holger Knublauch hol...@topquadrant.com wrote: On 8/18/2014 11:44, Tim Smith wrote: Hi Holger, That's an interesting feature. I was not aware of it. I don't

Re: [topbraid-users] TopSpin Exception w/ Trace

2014-08-17 Thread Tim Smith
, 2014 at 10:32 PM, Holger Knublauch hol...@topquadrant.com wrote: On 8/18/2014 12:27, Tim Smith wrote: Well, sure enough, there are two old (as in a couple of years) .sdb files in the workspace - one with http://data.pg.com; as the baseURI. Ok good, this explains the original error. I

Re: [topbraid-users] TBC moving slow - any advices?

2014-08-15 Thread Tim Smith
My non-scientific observation is that TBC 4.5 is a bit faster in these aspects over 4.3. It also does not seem to suffer from running slower the longer you use it. I typically have Xmx = 16GB although the memory footprint seems to hover in the 3-4GB range for most of my tasks. On Wed, Aug 13,

[topbraid-users] CONSTRUCT Performance Question

2014-08-08 Thread Tim Smith
Hi, I have a situation where I am going to pull a sub-graph (instances) from one ontology and map it into another. The mapping will be done via CONSTRUCT queries. My question is around how to structure the CONSTRUCTs. Consider I have an instance, S1, which has three outbound relations such as:

[topbraid-users] Using TopSpin

2014-08-07 Thread Tim Smith
Hi, I have a situation where I'm using different spin:rule sets, defined in different files, to generate a final set of triples. My first rule set creates a number of helper instances, relations, etc... as well some triples that need to be in the final output. All of this (i.e. replace=false)

[topbraid-users] Using Property Paths that start as a string

2014-08-07 Thread Tim Smith
Hi, I have a situation where I've created property paths by aggregating the fully qualified URIs into a syntactically valid property path. Example: ^http://ontologies.semanticarts.com/gist#specifies/ http://ontologies.pg.com/pgmo#hasPrimaryMember/

Re: [topbraid-users] Using Property Paths that start as a string

2014-08-07 Thread Tim Smith
Tim, no this is not possible. Property paths need to be constants (and you also cannot use variables in them). Holger On 8/8/14, 8:20 AM, Tim Smith wrote: Hi, I have a situation where I've created property paths by aggregating the fully qualified URIs into a syntactically valid

Re: [topbraid-users] Using Property Paths that start as a string

2014-08-07 Thread Tim Smith
Thanks! That looks like what I need... Tim On Thu, Aug 7, 2014 at 6:55 PM, Holger Knublauch hol...@topquadrant.com wrote: On 8/8/2014 8:27, Tim Smith wrote: Thanks Holger, I was afraid of that. If I generate an entire SPARQL query as a text string, is there a way to execute it? Where

Re: [topbraid-users] Re: Viewing a Resource as an SWP hangs TBC 4.3.1

2014-08-01 Thread Tim Smith
the Oracle database if it has nothing to do with the rest of your graphs. Maybe some .ui. file has a reference to it? In any case, please make sure that Cache all is deactivated in the TBL Administration settings. HTH Holger On 8/1/14, 6:36 AM, Tim Smith wrote: Hi Mark, I thought

[topbraid-users] Re: Viewing a Resource as an SWP hangs TBC 4.3.1

2014-07-31 Thread Tim Smith
Second Update: TBC memory footprint is over 17GB... it will max at 28GB so I'm going to kill it. Additional test: I deployed the same project to a TBL server that does not have the Oracle connector files and it returns the SWP in a second or so. On Thu, Jul 31, 2014 at 3:57 PM, Tim Smith

[topbraid-users] Re: Viewing a Resource as an SWP hangs TBC 4.3.1

2014-07-31 Thread Tim Smith
this from happening? I understand that it might be looking for relevant SWP views but I think it should only search in graphs that are directly related to the open file or its imports. Thanks for your input! On Thu, Jul 31, 2014 at 4:16 PM, Tim Smith smith.ts...@gmail.com wrote: Second Update

Re: [topbraid-users] Re: Viewing a Resource as an SWP hangs TBC 4.3.1

2014-07-31 Thread Tim Smith
(nearly 70 million of them). How do I keep this from happening? I understand that it might be looking for relevant SWP views but I think it should only search in graphs that are directly related to the open file or its imports. Thanks for your input! On Thu, Jul 31, 2014 at 4:16 PM, Tim Smith

[topbraid-users] XML processing 4.3.1 vs 4.4.1

2014-07-16 Thread Tim Smith
I have an XML to RDF processing pipeline that begins with a call to a web service that returns XML. Everything worked in 4.3.1 but using 4.4.1, once I get past the get XML from URL module (e.g.. to a convert XML to RDF or a Save XML... module) TBC errors with the following:

Re: [topbraid-users] XML processing 4.3.1 vs 4.4.1

2014-07-16 Thread Tim Smith
Of *Tim Smith *Sent:* Wednesday, July 16, 2014 2:48 PM *To:* topbraid-users@googlegroups.com *Subject:* [topbraid-users] XML processing 4.3.1 vs 4.4.1 I have an XML to RDF processing pipeline that begins with a call to a web service that returns XML. Everything worked in 4.3.1 but using

Re: [topbraid-users] java.lang.ClassCastException error

2014-07-16 Thread Tim Smith
which can be parsed correctly. If this does not work, please send me the file where this error happens. Thanks Holger On 7/17/2014 1:05, Tim Smith wrote: Hi, I'm running an SM script that contains an sml:ApplyTopSPIN module. The module executes a number of spin:rules. While executing

Re: [topbraid-users] TpoBraid Composer problem

2014-06-02 Thread Tim Smith
I started getting the same error message recently, as well. As Simon mentioned, it happens on start-up. I will pay more attention the next time it happens and look for associated errors. On Mon, Jun 2, 2014 at 8:09 AM, Simon Cox dr.shorth...@gmail.com wrote: I get it just about every time on

[topbraid-users] Importing a Spreadsheet from a URL

2014-05-23 Thread Tim Smith
Hi, I have a need to import a spreadsheet into an SM script from a URL (it's sitting in a content management system) The spreadsheet needs to be imported using the Spreadsheet Ontology. The ImportRDFFromURL module does not support any structure other than RDF/XML and the

[topbraid-users] Failing Gracefully When Oracle Connection Drops...

2014-04-28 Thread Tim Smith
Hi, We now have a number of web services (via SM) that utilize connections to an oracle triple store via a .oracle connection file. For various valid reasons, Oracle will intentionally drop the connection. These include, off-line backups, security controls that require dropping inactive

Re: [topbraid-users] Oracle Connector Performance Question

2014-04-24 Thread Tim Smith
that Oracle could handle better. Holger On 4/24/2014 8:49, Tim Smith wrote: Hi Holger, After several runs and restarts of TBC to ensure a clean environment, the result has not changed. I don't think this query should be a troublesome one for the jena adaptor to translate to SQL so

[topbraid-users] Oracle Connector Performance Question

2014-04-23 Thread Tim Smith
I'm wondering what I should expect for performance of an Oracle triple store sitting behind TBC/L. I've been running a simple test. One nice thing about an Oracle triple store is that you can query it using standard SQL. So I've run three tests multiple times with the same results. Background:

Re: [topbraid-users] Oracle Connector Performance Question

2014-04-23 Thread Tim Smith
. Holger On 4/24/2014 8:32, Tim Smith wrote: I'm wondering what I should expect for performance of an Oracle triple store sitting behind TBC/L. I've been running a simple test. One nice thing about an Oracle triple store is that you can query it using standard SQL. So I've run

[topbraid-users] Accepting Large Payloads in a REST Service- Use POST?

2014-04-17 Thread Tim Smith
Hi - I have a need to create/update resources in our triple store. The data required is bigger than can be defined using attributes of a GET request and I understand GET is supposed to be used to *get* objects not create/update them. My question is if I call the web service using a POST request,

Re: [topbraid-users] Accepting Large Payloads in a REST Service- Use POST?

2014-04-17 Thread Tim Smith
the script and the infrastructure will take care of the rest. -- Scott On 4/17/2014, 10:11 AM, Tim Smith wrote: Hi - I have a need to create/update resources in our triple store. The data required is bigger than can be defined using attributes of a GET request and I understand GET

[topbraid-users] Using SM scripts to Update Existing Objects

2014-04-14 Thread Tim Smith
Hi, I was wondering if there is an example of using a SPARQLMotion script to update an existing resource where it is possible for the resource to be updated by two users at the same time. I'm guessing I need to use the sml:*Lock modules but it is a little confusing when the resource I'm updating

Re: [topbraid-users] How to NOT cache all triples from database back end

2014-04-11 Thread Tim Smith
Graham TopQuadrant Support *PRODUCT SUPPORT:* supp...@topquadrant.com http://www.topquadrant.com/products/support.html On Fri, Apr 11, 2014 at 11:10 AM, Tim Smith smith.ts...@gmail.com wrote: Hi, I'm using TBC 4.3.1 with an Oracle 11g triple store. There are nearly 100M triples

Re: [topbraid-users] How to NOT cache all triples from database back end

2014-04-11 Thread Tim Smith
On 4/11/2014, 11:32 AM, Tim Smith wrote: Hi Mark, So there is no way to tell Composer to not load the entire contents of an Oracle RDF triple store into memory when first opening the Oracle connector file? No queries have been issued at this point. That really can't be the case or TBC

Re: [topbraid-users] How to NOT cache all triples from database back end

2014-04-11 Thread Tim Smith
may need a call if you are still stuck. Regards, Irene *From:* topbraid-users@googlegroups.com [mailto: topbraid-users@googlegroups.com] *On Behalf Of *Tim Smith *Sent:* Friday, April 11, 2014 1:00 PM *To:* topbraid-users@googlegroups.com *Subject:* Re: [topbraid-users] How

Re: [topbraid-users] How to NOT cache all triples from database back end

2014-04-11 Thread Tim Smith
and verify that Cache all enabled is set to false. http://localhost:8083/tbl/swp?_viewClass=tbladmin:ConfigEditor Regards, Holger On 4/12/2014 1:10, Tim Smith wrote: Hi, I'm using TBC 4.3.1 with an Oracle 11g triple store. There are nearly 100M triples in the triple store. I am

Re: [topbraid-users] Using an Oracle Triple Store: How to structure the graphs

2014-04-08 Thread Tim Smith
, databases make most sense for *instance* data, but not for schemas, SPIN files etc. I would just leave those as .ttl files and use project upload to send them from a TBC (editor) machine to a TBL (server). Holger On 4/8/2014 11:22, Tim Smith wrote: We are in the process of moving

Re: [topbraid-users] Using PerformUpdate in an SM script in TBC

2014-04-08 Thread Tim Smith
. HTH Holger On 4/8/2014 11:31, Tim Smith wrote: Hi, Using TBC, I ran PerformUpdate (vs ApplyConstruct) to push created triples into an Oracle triple store. It takes about 15 minutes to create the 1.8 million triples. It was not clear from the TBC documentation as to when the actual

<    1   2   3   >