| */
public class DemoAfterthoughtMatcher extends CompoundAfterthoughtMatcher {
public DemoAfterthoughtMatcher() {
super(Arrays.asList(
// OWL
new OwlSameasMatcher(),
// OpenVocab
new OVCategoryMatcher(),
new OVDepictsMatcher(),
new OVSimilarToMatcher(),
new OVStudiesMatcher(),
|