Fizzysearch
Shmarql has support for Fizzysearch built-in. This means you can add extra search options to an existing triplestore, like flexible fulltext searches, RDF2Vec searches or semantic embeddings.
Fulltext
When an FTS index has been configured, you can do queries that look like this:
This will then do a fulltext query looking for all triples that have a literal string matching the word "something". It is also possible to use wildcards and boolean queries.
RDF2vec
When a RDF2Vec index has been configured, you can do queries that look like this:
This searches for all entities similar to <https://example.com/entity/xyz>, and then selects the rdfs:label for display.