Did you know ... | Search Documentation: |
![]() | Packs (add-ons) for SWI-Prolog |
Title: | Access RDF HDT files |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.5 |
SHA1 sum: | e0a0eff87fc3318434cb493690c570e1255ed30e |
Author: | Jan Wielemaker <J.Wielemaker@vu.nl> |
Maintainer: | Jan Wielemaker <J.Wielemaker@vu.nl> |
Packager: | Jan Wielemaker <J.Wielemaker@vu.nl> |
Home page: | https://github.com/JanWielemaker/hdt |
Download URL: | https://github.com/JanWielemaker/hdt/archive/V*.zip |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.1 | fabaf449337b875be05ccbf82cb84bdd0b25be6d | 1 | https://github.com/JanWielemaker/hdt.git |
0.5 | 2e8c53ea2ae4961eeb33135d1d770d88064e7787 | 1 | https://github.com/JanWielemaker/hdt.git |
3c8100b020fa505825f96cd27f6456a873aa6d64 | 2 | https://github.com/JanWielemaker/hdt.git | |
4d3be6578ad7fa088577143027bc60cca1a545eb | 1 | https://github.com/JanWielemaker/hdt.git | |
69d13bfd2247aba9765b36b82de1731bf9324513 | 37 | https://github.com/JanWielemaker/hdt.git | |
9f0dfceb1cdc4e4c44345574447cb87f37855af4 | 2 | https://github.com/JanWielemaker/hdt.git | |
e0a0eff87fc3318434cb493690c570e1255ed30e | 25 | https://github.com/JanWielemaker/hdt.git |
This repository is work in progress to provide access to HDT files from SWI-Prolog based on the C++ library for these files.
HDT files form a natural addition to SWI-Prolog's memory based RDF store to access large amounts of static background knowledge without enlarging the memory footprint.
This repository is organised as a SWI-Prolog pack. To install it, perform the steps below. Installation and usage is tested on Ubuntu and Fedora. This should work on most Unix-like machines. Installation on Windows requires more creativity though.
curl -s http://download.drobilla.net/serd-0.26.0.tar.bz2 | tar -xj && \ cd serd-0.26.0 && \ ./waf configure && \ ./waf && \ sudo ./waf install;
On Ubuntu: `sudo apt-get install libraptor2-dev`
?- pack_install(hdt).
If the installation went well, you can load the HDT library with the following command:
?- [library(hdt)].
Usable, but still experimental.
Pack contains 9 files holding a total of 35.1K bytes.