[topbraid-users] Dynamically obtain server/domain name on SWON service

2019-10-23 Thread William Ramos
Hi, community; I have a SWON service where I'm generating a value as a URL which should be based on the server where the SWON service is running. The company where I work has three different servers/domains: dev.company.com test.company.com prod.company.com So, for example if I'm running the

[topbraid-users] Capturing events on taxonomy's edits

2019-08-07 Thread William Ramos
Hi, community. I'm looking for a way to detect whenever a taxonomy is updated and then invoke a SPARQLmotion script to generate a file based on those edits. *Could someone please help me with the steps required to do so?* Also... days ago, I was reading some information about it on the

[topbraid-users] On querying taxonomies with imported/included taxonomies

2019-07-17 Thread William Ramos
Hi, community; I have a SPARQL query that I utilize on a SWON application to retrieve the first children/node of all taxonomies; like this: SELECT ?nodeURI WHERE { rdf:nil ( ?projectGraph ?teamGraph ) .

[topbraid-users] Manipulating the section on SPARQL Web Pages

2019-03-20 Thread William Ramos
Hi, there; I'm working with an SPARQL Web page and I have the need to add some additional meta tags, scripts and css files to it. Per my companye guidelines I need to add them on the block, however the SWP page automatically generates a block like this: *Could you please let

[topbraid-users] Optimal way to generate CSV output

2019-03-07 Thread William Ramos
Hi, there, I need to generate a spreadsheet report based on queries to some taxonomies. My first thought was to *utilize the SWP* technology since I already used it to generate HTML (default) and XML output successfully by adding the following parameter: ?_format=xml However in this case I

Re: [topbraid-users] Getting taxonomies specific metadata.

2019-03-01 Thread William Ramos
this same question not too long ago! Please see the > link below: > > > https://groups.google.com/forum/#!searchin/topbraid-users/.tch$20%7Csort:date/topbraid-users/VKat2lr5Dmc/Y0wg4adzAgAJ > > Thanks! > > Aaron > ᐧ > > On Mon, Feb 18, 2019 at 1:34 PM William Ramos

[topbraid-users] Getting taxonomies specific metadata.

2019-02-18 Thread William Ramos
Hi, community; Within the EDG application on the "Taxonomies" view we can see some details as follows: I need to retrieve the "*Created by*" and "*Last change date*" from a given taxonomy. *Is there a built-in mechanism, functionality or special graph/taxonomy that I can query in order to

[topbraid-users] Invoke a SPARQLMotion script after editing/updating a taxonomy

2019-01-22 Thread William Ramos
Hi, there; I have a SPARQLMotion script that, when executed it will export a taxonomy to an RDF output file. I would like to invoke this script every time such taxonomy is edited/updated in order to have the RDF output file always up to date. Is it possible to achieve this with TBC or EDG?

[topbraid-users] SPARQLMotion: issues with (Import RDF From URL) and (Import RDF From Workspace) modules

2018-12-20 Thread William Ramos
Hi, community; I'm doing a basic SPARQL Motion script where I'm using the following modules and structure (two scenarios): 1) First scenario: (Import RDF From URL) -> (Export To RDF File) -> (Serialize SPARQL Results) On the first one (Import RDF From URL), if I utilize a "public" URL like:

[topbraid-users] About SPARQL Motion and "Import RDF From URL" module

2018-12-19 Thread William Ramos
Hi, community; I'm doing a basic SPARQL Motion script where I'm using the following modules and structure: (Import RDF From URL) -> (Export To RDF File) -> (Serialize SPARQL Results) On the first one (Import RDF From URL), if I utilize a "public" URL like:

[topbraid-users] Re: Comma separated values on SWP service parameters

2018-11-26 Thread William Ramos
Hi, community; in a similar topic... Now I'm trying to dynamically create a JSON object having the comma separated values as keys. On the first SELECT statement below as suggested by Holger I'm able to separate and iterate over the different values given as the parameter. Then, the ?q

[topbraid-users] Getting a node depth/level

2018-11-20 Thread William Ramos
Hi, community - on my project, we are trying to determine the level/depth of a given node in order to put this on a JSON service. By checking the EDG application, under a taxonomy (for example *geo*) by checking the "Taxonomy statistics" under "Reports" we can see a chart similar to this: ...

[topbraid-users] On retrieving the property label for a given node

2018-11-15 Thread William Ramos
Hi, Community; On the topbraid application's vocabulary editor, when selecting a node we can see the properties listed as follow: *Context:* under the example Geography taxonomy (*urn:x-evn-master:geo*), on the node: ** By using the

[topbraid-users] Re: Comma separated values on SWP service parameters

2018-11-02 Thread William Ramos
Thanks for the response and the example, it is very helpful. Regards. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[topbraid-users] Comma separated values on SWP service parameters

2018-11-02 Thread William Ramos
Hi, community. By creating a SWON service, is it possible to have a parameter on the service URL similar to *=name,status *where the value of "*include*" can be a series of separated comma values which we could save as separate variables for later use them in a SPARQL statement in order to be

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

2018-11-01 Thread William Ramos
Hi, Holger, thanks for the response. I was attempting a different approach with no success. About the error log I put above, yes it looks mis-formatted/broken but that's how it appears on the EDG application, after noticing that, I noted that on the Composer tool the error looks well

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] Proper syntax for SWON/JSON object

2018-10-30 Thread William Ramos
Thanks, Richard; that's exactly what I was looking for. Regards. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [topbraid-users] How to retrieve taxonomies' status value/label

2018-10-30 Thread William Ramos
Thanks, Holger, this is very useful. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-users+unsubscr...@googlegroups.com. For more options,