Re: [topbraid-users] All rules that determine whether something will have a function factory - where?

2019-07-18 Thread Jack Hodges
; Does this also happen after you do a refresh of the system registries > (System menu in TBC)? And are we talking about TBC or EDG? > > Holger > > > On 18/07/2019 06:13, Jack Hodges wrote: > > I continue to develop logic in spin functions and templates and sometimes > I get a

Re: [topbraid-users] .project file disappeared, can I copy and edit one and still have the project work?

2019-07-23 Thread Jack Hodges
Folder or Archive > or yes, create a new project and copy/move the files over. > > Holger > > > On 18/06/2019 7:13 am, Jack Hodges wrote: > > I am not sure what happened. I am running an older version of TBCME at > home and brought my workspace to work (newer version) and

[topbraid-users] SPARQLMotion IterateOnSelect examples

2019-07-23 Thread Jack Hodges
I have a question. Does anyone have an example of an IterateOverSelect that has a body that performs an insert on the results of the IterateOverSelect variables? My Intent: execute a IterateOnSelect SELECT that produces multiple rows of several bindings, use body of IterateOnSelect to INSERT

Re: [topbraid-users] .project file disappeared, can I copy and edit one and still have the project work?

2019-07-24 Thread Jack Hodges
nd executing > SPARQLMotion scripts, but whatever the relation was I am glad you seem to > have been able to proceed. > > Holger > > > On 24/07/2019 05:42, Jack Hodges wrote: > > I found out why this happened. If you have a SPARQL MOTION script > InsertOverSelect and you add

Re: [topbraid-users] SPARQLMotion IterateOnSelect examples

2019-07-24 Thread Jack Hodges
ceholder for some module that > handles the result graph. > > Depending on your setup, SWP might be a better choice for such > SPARQL-based transformation scripts. > > HTH > Holger > > > On 24/07/2019 05:40, Jack Hodges wrote: > > I have a question. Does anyon

[topbraid-users] Re: Error: No SPARQLMotion scripts found in this model

2019-07-22 Thread Jack Hodges
I know that this is an ancient thread but I didn't want to create a new one if I could find an old reference. I just transferred a project from home to work (only the project) and I imported it into a clean workspace and then tried to open my one SM script to do some work on it. It was fine at

[topbraid-users] Re: Uniqueness constraint across multiple concepts

2020-01-24 Thread Jack Hodges
Did you try writing a SPARQL constraint? On Thursday, January 23, 2020 at 4:59:52 PM UTC-8, cbur...@healthwise.org wrote: > > What if I wanted to create a constraint (in SHACL, perhaps) specifying > that two concepts may not share the same object for a particular property? > I would want a

[topbraid-users] Size limit of Semantic XML in TBCME

2021-01-12 Thread Jack Hodges
I was looking in the archives to see if there is a limit to the size of files using Semantic XML and found only 1 thread from way back (2009). I have to import large datasets into a knowledge graph (offline for now) and, like the original poster, I have no problem with very small files but even

Re: [topbraid-users] Reading and mapping JSON files

2021-06-10 Thread Jack Hodges
I am doing the same thing and want to convert a SPIN Map mapping that I am using with XML and have been asked to use JSON instead. TBCME has a ConvertXMLToRDF SPARQL Motion module that takes plain (but valid) XML and produces a default RDF graph. I then use a SPIN Map to map from that generic

[topbraid-users] XML fromn RDF wizard in TBCME (tutorial anywhere?)

2021-05-18 Thread Jack Hodges
I have created an OWL/RDFS model and populated it with some data (manually). I want to export this data to XML so that I can test an ingest SPARQL MOTION script. There is a TBCME export wizard called XML from RDF which asks for an output file and an instance, and it tries to work but produces

Re: [topbraid-users] TBCME 6.4 crashes in SPINMap Diagram

2021-05-21 Thread Jack Hodges
script in SPARQL MOTION? If so maybe I can use rdflib to convert the data. On Wednesday, May 19, 2021 at 2:42:39 PM UTC-7 Holger Knublauch wrote: > > On 2021-05-20 7:30 am, Jack Hodges wrote: > > I have been having stability issues with TBCME 6.4 where it crashes > several times a d

Re: [topbraid-users] XML fromn RDF wizard in TBCME (tutorial anywhere?)

2021-05-19 Thread Jack Hodges
yet the same approach works for XML. > > Holger > > > On 2021-05-19 3:04 am, Jack Hodges wrote: > > I have created an OWL/RDFS model and populated it with some data > (manually). I want to export this data to XML so that I can test an ingest > SPARQL MOTION script. T

Re: [topbraid-users] Export RDF to custom XML

2021-07-01 Thread Jack Hodges
I am doing something similar to Oleksandr and I know that this is a very old thread but such is life. I 'am' doing round tripping but here is my SM workflow: XML source --> XML-2-RDF module --> RDF-2-RDF using SPIN Map --> Insert to KG --> DO Stuff with resuting KG --> RDF-2-RDF Reversal using

<    1   2   3