Build Your First Java Matcher with MELT

Matcher Development in Java

  1. Pick a class to start with depending on your needs. If you start from scratch MatcherYAAAJena or MatcherYAAAOwlApi are the best fit depending on whether your prefer Jena or the OWL API. Classes that can be extended for matcher implementation:
    • MatcherURL
    • MatcherYAA
    • MatcherYAAAJena
    • MatcherYAAAOwlApi
  2. Implement the match() method.