hdt
Version:
Native bindings to access HDT compressed triple files.
74 lines (51 loc) • 2.16 kB
Markdown
# HDT-it! GUI tool for the HDT triple format
Overview
=================
HDT-it is a tool that can generate
and consume RDF files in HDT format. It demonstrates the capabilities
of HDT by allowing to search basic triple patterns against HDT files, and
also visualizes the 3D adjacency matrix of the underlying RDF graph to
provide an overview of the dataset distribution.
Download executable
=================
An executable version of the tool is available for multiple platforms in http://www.rdfhdt.org/downloads/
Compiling
=================
Dependencies:
- HDT-Lib
- QT4 (http://doc.qt.io/qt-4.8/)
Compilation:
1.Compile the main hdt-lib library. To compile the library run `make` under the directory `hdt-lib`, this will generate the library and tools.
2. Execute Qmake in libcds-v1.0.12:
$ cd libcds-v1.0.12/qmake
$ qmake
$ make
3.Execute Qmake in hdt-lib
$ cd hdt-lib/qmake
$ qmake
$ make
4.Execute Qmake in hdt-it
$ cd hdt-it
$ qmake
$ make
The application should be available in a new hdt-it subfolder (e.g. hdt-it/unix or hdt-it/win32)
Licensing
=================
Copyright (C) 2012, Mario Arias, Javier D. Fernandez, Miguel A. Martinez-Prieto
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Visit our Web Page: www.rdfhdt.org
Contacting the authors:
- Mario Arias: mario.arias@deri.org
- Javier D. Fernandez: jfergar@infor.uva.es
- Miguel A. Martinez-Prieto: migumar2@infor.uva.es