ajobe.org/2004/01/turtle/">Turtle files. This parser is not thread-safe, therefore its public methods are synchronized.
This implementation is based on the 2006/01/02 version of the Turtle specification, with slight deviations:
- Normalization of integer, floating point and boolean values is dependent on the specified datatype handling. According to the specification, integers and booleans should be normalized, but floats don't.
- Comments can be used anywhere in the document, and extend to the end of the line. The Turtle grammar doesn't allow comments to be used inside triple constructs that extend over multiple lines, but the author's own parser deviates from this too.
@author Arjohn Kampman