After running a SPARQL query in the GraphDB workbench, one can make some nice visualizations with Google Charts (in addition to an un-attributed "Pivot Table" tab.)
I have hospital records that are de-identified, but I still need to be as conservative as possible.
If I use either the Google Charts or Pivot Table tab offered in GraphDB, will the results of my query be sent to any computer besides my server and my client, in order to create the visualization?
If you don't know the definitive answer but can suggest a method for doing my own research, I would certainly try it on my own. Maybe something with my browser's developer's tools? I'm hoping to avoid using a packer sniffer application.
I doubt that it is sending your data to some other server to render the chart or the pivot table. Google charts depends on .js being loaded (potentially from remote server), but rendering is done locally (client machine).
However, to make absolutely sure for yourself you can do the following on your server.