Incorporating Source Capabilities
Describing the operators : Wrapper exports information about which operators it can execute and on which collections.
Select [publications 1 { bind Author (=)
bind KeywordTitle (=)
}]
project [publications 2 { bind combine Author ()
bind combine Title ()
}]
scan [ ALL ]
Mediators can also accept context-free grammar which describes the functionality of the wrapper.