Term matchers
A number of functions in sophia accept parameters to select certain terms;
the most prominent example is Graph::triples_matching,
which we encountered in the previous chapter.
This capacity to select, or “match”, certain terms,
is captured by the trait TermMatcher.
A number of types implement those traits.
(more coming soon)