n_triple_types library

Classes

NTripleTerm
Class containing one N-Triple term, along with its data, language tag and data type (if they exist)

Enums

NTripleTermType
This enum defines possible types of an N-Triple term.

Typedefs

NTriple = Tuple3<NTripleTerm, NTripleTerm, NTripleTerm>
N-Triple format, which consists of three N-Triple terms.