I use Stardog as a semantic graph database. My database contains, for example, "apple" but not "apples", so if I query for "apples", it cannot find anything.
One possible way to solve this is to add the stem version of all the labels to the database but that is inefficient.
Since Stardog uses SPARQL query language and Lucene, how can I ask Stardog to use stemming in its search?