NTriple typedef

NTriple = Tuple3<NTripleTerm, NTripleTerm, NTripleTerm>

N-Triple format, which consists of three N-Triple terms.

Implementation

typedef NTriple = Tuple3<NTripleTerm, NTripleTerm, NTripleTerm>;