Sesame 2 Windows client is a tool for RDF servers of SparQL endpoints. Basically you can connect yourself to a SparQl endpoint and start querying the system.
The client is written in mono, so while it’s a Windows client, you can actually run it under Linux also. You just have to have mono installed.
Under Ubuntu you must run:
sudo apt-get install mono-runtime
Also some libs are required – Sesame 2 client requires Winforms
sudo apt-get install libmono-winforms2.0-cli
Download Sesame 2 Windows client from http://sourceforge.net/projects/sesamewinclient/files/Sesame%202%20Windows%20Client/
Unpack the file Release/ directory from the file to /opt/sesameclient/
sudo mkdir /opt/sesameclient
sudo unzip SWC-0.11.2-bin-mono.zip Release/* -d /opt/sesameclient/
(replace 0.11.2 vith your current file version)
and you can now run it :
mono /opt/sesameclient/SesameWindowsClient.exe