Extend the implementation of the class 'ApplyVocabularyMappings' to generate query plans that fully consider all possible vocabulary mapping, or generate a compressed version of the query plan by configuring 'compressVocabularyRewriting'.
In order to generate a compressed version of a query plan, check if adding an l2g operator over a request is necessary by examining the form of the graph pattern.
(Note the current implementation assumes that only concepts and roles are considered in vocabulary mapping.)
Extend the implementation of the class 'ApplyVocabularyMappings' to generate query plans that fully consider all possible vocabulary mapping, or generate a compressed version of the query plan by configuring 'compressVocabularyRewriting'.
In order to generate a compressed version of a query plan, check if adding an l2g operator over a request is necessary by examining the form of the graph pattern. (Note the current implementation assumes that only concepts and roles are considered in vocabulary mapping.)