Enum ParsingFlag

Enum Documentation

enum class rdf4cpp::parser::ParsingFlag : uint8_t

Note that the syntax flags are mutually exclusive. If none is used, Turtle is the default. If more than one is used accidentally at the same time, TriG is likely the result (even if it does never get specified).

Values:

enumerator Lax
enumerator NoParsePrefix
enumerator KeepBlankNodeIds
enumerator NoParseBlankNode
enumerator Turtle
enumerator NTriples
enumerator NQuads
enumerator TriG
enumerator RdfXml