Hello! I found some documentation about tbs:loadRemoteResource which can be used to programmatically load the remote resource which is similar to pushing the button in UI to reload (https://archive.topquadrant.com/doc/7.8/user_guide/remote/index.html?highlight=loadremoteresource). However, I can't seem to find an example of how to call this in a dash:js script. I would like to reload certain assets so that they can be found when doing a SPARQL query. We have a data graph setup as the remote asset (graph 1) which is imported by another data graph in EDG (graph 2). It is from graph 2 that I would like to reload the remote asset and be able to retrieve it in SPARQL queries. I tried calling tbs.loadRemoteResources(false, true, 600, 1000000, 10, false, null, true, null, ['http://example.com/CON_123456']) from the script editor to test it out but no luck. I tried different variations of the last argument such as http://example.com/CON_123456 and <http://example.com/CON_123456> with and without enclosing in brackets. I do see it says experimental so maybe it isn't fully implemented yet?
Was thinking maybe I need to call the remote graph first somehow but not entirely sure. Would appreciate the help! Thanks! -- The topics of this mailing list include TopBraid EDG and related technologies such as SHACL. To post to this group, send email to topbraid-users@googlegroups.com --- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/2b1693d1-96e1-4f76-aad1-06b95888006fn%40googlegroups.com.