Skip to main content

A SPARQL rewriter that performs enhanced searches

Project description

FIZzysearch

A SPARQL rewriter that performs enhanced searches

This is an extension of the work that was started at the 2023 HackaLOD event in Gouda. The package provides a SPARQL rewriting framework which can be used to implement different enhanced search facilities like full-text searches or embeddings based searches. The re-writing can be used as a "front-end" to existing SPARQL endpoints, or integrated as a software library. One of the benefits are enabling easier searches for existing triplestores in which it might be cumbersome to install or configure enhanced search facilities.

✨ This library gives you "fizzy" searches! ✨

(and it was made by the FIZ ISE group)

Example

See it in action by running this command in a terminal:

docker run --rm -it -p 8000:8000 -e FTS_FILEPATH=/fts -e DATA_LOAD_PATHS=https://yogaontology.org/ontology.ttl ghcr.io/epoz/shmarql:latest

This will load up a triplestore with an example ontology, and allow fulltext searches over the literals in that store.

Try this query

SELECT * WHERE {
  ?sub <http://shmarql.com/fts> "Sa*" .
}

This demo is from SHMARQL which uses FIZzysearch to add fulltext searches to the triplestore.

TODO

  • Add a sample FTS implementation as demo

  • Add documentation on how to build the dependencies and where to fetch the SPARQL grammar

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fizzysearch-0.7.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file fizzysearch-0.7.tar.gz.

File metadata

  • Download URL: fizzysearch-0.7.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.9

File hashes

Hashes for fizzysearch-0.7.tar.gz
Algorithm Hash digest
SHA256 4c861b5fd3b2817af5264b4a372e3371acfff70402a5845fb78b46d868496d90
MD5 a801ef3046c695f56256e6e60c0facd6
BLAKE2b-256 1d54ef7203366fceb617eeb44363e562d5614cc4c21d09c881f14005c1c8fdcf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page