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")
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")