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