Constructor Triple
Triple(string)
Initializes a new instance of the Triple class from a triple string
public Triple(string tripleTxt)
Parameters
tripleTxt
stringTriple string to parse
Remarks
The tripleTxt
string is normalized before parsing to allow for
common non-canonical forms of triples.