Class OWLAPIABoxIterator

  • All Implemented Interfaces:
    Iterator<RDFFact>

    public class OWLAPIABoxIterator
    extends Object
    implements Iterator<RDFFact>
    A read only iterator that will translateAndClassify OWLAPI data assertions into ABox assertions in ontop's API. This is used in our Statement classes (e.g., QuestOWLStatement and SemanticIndexManager to iterate over the input and then insert it into the semantic index database.
    Author:
    Mariano Rodriguez Muro