Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Access to Sindice semantic web search engine |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.0.5 |
SHA1 sum: | 14d8dc84af821cc23b999f6e34236f070503743b |
Author: | Samer Abdallah <s.abdallah@ucl.ac.uk> |
Download URL: | https://github.com/samer--/prolog/raw/master/sindice/release/sindice-0.0.5.tgz |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.0.1 | f0080ce9faabd84379d8891693c57549bce21956 | 1 | https://github.com/samer--/prolog/raw/master/sindice/release/sindice-0.0.1.tgz |
0.0.2 | 944833f2085b6e6359ae5656025561d2521f11f3 | 1 | https://github.com/samer--/prolog/raw/master/sindice/release/sindice-0.0.2.tgz |
0.0.3 | 9883568e8da5cb3634769ac9d40a30667ca70508 | 5 | https://github.com/samer--/prolog/raw/master/sindice/release/sindice-0.0.3.tgz |
0.0.5 | 14d8dc84af821cc23b999f6e34236f070503743b | 21 | https://github.com/samer--/prolog/raw/master/sindice/release/sindice-0.0.5.tgz |
This package provides an interface to the Sindice semantic web search engine.
The simplest way to use this module is to call si_with_result/5. The last argument is an ordinary Prolog goal that will be called with the 4th argument bound to the URI of a search result stored in a temporary named graph. Progress is bound to a term Current/Total which says how far through the result set we are. Multi-page result sets are managed transparently.
?- use_module(library(sindice)). ?- si_with_result(keyword(coltrane),[],Progress,Res,si_facet(Res,Facet)). ?- si_with_result(keywords([coltrane,monk]),[fields([cache])],Progress,Res,si_facet(Res,cache(Cache))).
Pack contains 3 files holding a total of 11.8K bytes.