An InputFormat class behaves like a TextInputFormat, except that it returns a FunctionalSyntaxRecordReader instead of a LineRecordReader.
A RecordReader implementation which takes care of reading whole OWL axiom expressions in functional syntax from a given file split.
Same as TextInputFormat, except that objects of this class will call a different record reader (ManchesterSyntaxRecordReader).
A RecordReader implementation which takes care of reading whole OWL axiom expressions in functional syntax from a given file split. The main functionality that distinguishes a FunctionalSyntaxRecordReader from a LineRecordReader is that it checks whether a read line contains the beginning of a multi-line literal like, for example
Annotation(:description "A longer description running over several lines")