Binding Pattern And Mapping
Introduction
Sometimes, we want to integrate sources enabling keywords search on documents using a mapping like: \[\mathrm{K}(doc, keyword) \leadsto \triple{doc}{\irin{hasKeyword}}{keyword}\]
where \(\mathrm{K}\) is a relation symbol with binding on the second column.
So, we can not materialize this integration system, because we can not get the list the pair of document and keyword. We can only ask for the documents having a certain keyword. We can find more information in cite:florescuQueryOptimizationPresence.