The HSP software is free software and is published under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation
HSP has been fully tested in a desktop running Ubuntu 11.04 2.6.38-8- generic x86_64.
Go to the directory where you have downloaded MonetDB and do the following:
After the above parameters are set, then perform Clean & Build for both Release and Debug.
The HSP executable is found at $HSP_HOME/dist/Release/GNU-Linux-x86
To load an RDF file in MonetDB go to the MonetDB client and writecall rdf_shred('filename','graphname','rdf');set schema rdf;
where filename is the absolute path where the file you want to load is stored 'graphname' is the name of the graph where the triples will be stored
You can see the graphs that are loaded in MonetDB and their identifier by running the SQL query below:select * from graph;
If the identifier of the graph is 'X' then you can query the spo, pos, etc. tables where the triples are stored by typing the following SQL query: select * from spoX;
You go to the directory where the HSP executable is found ()dist/Release/GNU-Linux-x86/) and you type f_t --help to see all the options that you can use to run HSP.
The author of the heuristic-based SPARQL planner (HSP) is Petros Tsialiamanis (2008-2011 @ ICS-FORTH).
For feedback and questions please contact: Irini Fundulaki fundul@ics.forth.gr, or Vassilis Christophides christop@ics.forth.gr