The ITriple type exposes the following members.

Properties

  NameDescription
Public propertyDataType
Get or set the data type URI
Public propertyGraph
Get or set the Graph (context) URI for the triple.
Public propertyIsLiteral
Get or set the flag that indicates if the value of the Object property is a resource URI or a literal value.
Public propertyLangCode
Get or set the language code component for string literal values.
Public propertyObject
Get or set the object resource URI or the serialized string form of the object literal value.
Public propertyPredicate
Get or set the predicate resource URI
Public propertySubject
Get or set the subject resource URI

See Also