[topbraid-users] import rdf using the import file service for ansible provisioning

2019-02-06 Thread Colin Meerveld
Hi, I am creating an ansible provisioning script for Topbraid EDG (1). Most of the work is done but have some problems with importing an ontology. I am trying to use the import file service (2) in EDG 6.1 but get the message "No valid SWP view found". I used the following curl command: curl

[topbraid-users] import rdf using the import file service for ansible provisioning

2019-02-06 Thread Colin Meerveld
Hi, I am creating an ansible provisioning script for Topbraid EDG (1). Most of the work is done but have some problems with importing an ontology. I am trying to use the import file service (2) in EDG 6.1 but get the message "No valid SWP view found". I used the following curl command: curl

Re: [topbraid-users] import rdf using the import file service for ansible provisioning

2019-02-07 Thread Colin Meerveld
> --form key1=value1 --form key2=value2 > > for all the arguments, instead of putting them into the URL. > > Richard > > > On 6 Feb 2019, at 09:27, Colin Meerveld > wrote: > > Hi, > > I am creating an ansible provisioning script for Topbraid EDG (1). Most of

[topbraid-users] SPARQLMotion Convert RDF To XML doesn't seems to work

2020-02-27 Thread Colin Meerveld
Hi, I try to use a SPARQLMotion script to convert (semantic) xml into a XML document. Unfortunately i am not able to let it work. Here are the main Modules: export:ApplyTopSPIN a sml:ApplyTopSPIN ; sm:next export:ConvertRDFToXML ; sml:flatten false ; sml:predicate spin:rule ;

Re: [topbraid-users] SPARQLMotion Convert RDF To XML doesn't seems to work

2020-03-03 Thread Colin Meerveld
Great, this works! Thanks, Colin On Sunday, March 1, 2020 at 10:53:14 PM UTC+1, Holger Knublauch wrote: > > > On 28/02/2020 20:17, Colin Meerveld wrote: > > Works like a charm. Your help is much appreciated! I did tried to add a > sxml:Document during the inference phase

Re: [topbraid-users] SPARQLMotion Convert RDF To XML doesn't seems to work

2020-02-27 Thread Colin Meerveld
ricky to help without seeing details. Are you able to package up a > minimal executable set of files for us to run and reproduce locally? Feel > free to send them to me off-list, if there is private data. > > Holger > > > On 27/02/2020 18:27, Colin Meerveld wrote: > > Hi, &

Re: [topbraid-users] SPARQLMotion Convert RDF To XML doesn't seems to work

2020-02-28 Thread Colin Meerveld
s string substitution of the {?...} > syntax. I believe that should work better. > > HTH > Holger > > > On 28/02/2020 01:50, Colin Meerveld wrote: > > I guess that the data produces by the step is sufficient. Anyhow i tried > to keep the triples by setting sml:replace to

Re: [topbraid-users] SPARQLMotion Convert RDF To XML doesn't seems to work

2020-02-27 Thread Colin Meerveld
y data that was provided as input to a step. The > output of the step then becomes only data that was produced by the step > itself. > > Sent from my iPhone > > On Feb 27, 2020, at 5:44 AM, Colin Meerveld > wrote: > > Hi Holger, > > Thanks for helping! I thought sml:replace r

Re: [topbraid-users] Sparqlmotion working with EDG context

2020-04-24 Thread Colin Meerveld
e access to the > triples from the EDG asset collection. > > Hope that helps, > Richard > > > On 23 Apr 2020, at 07:33, Colin Meerveld > wrote: > > Hi, > > I created a sparqlmotion service to convert RDF to XML. For asserted > triples which are deployed to EDG thi

[topbraid-users] Sparqlmotion working with EDG context

2020-04-23 Thread Colin Meerveld
(e.g. an EDG exposed graph) but don't know how to practically do this. Some assistance would be appreciated. [image: sparqlmotion.jpg] Thanks, Colin Meerveld -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubs

Re: [topbraid-users] Sparqlmotion working with EDG context

2020-06-04 Thread Colin Meerveld
a SPARQLMotion script”. > > Richard > > > On 24 Apr 2020, at 07:41, Colin Meerveld > wrote: > > Hi Richard, > > Great, this works, thank you so much! I never knew that a workspace was > referring to an EDG asset collection as i always thought this was a >

Re: [topbraid-users] Sparqlmotion working with EDG context

2020-06-05 Thread Colin Meerveld
ly I would use SWP over SPARQLMotion for this kind of task. It's > much closer to a traditional programming/scripting language (but with a > very strange syntax, and an RDF/SPARQL-based type system). > > Richard > > > On 4 Jun 2020, at 14:03, Colin Meerveld > > wrote: &