The ITriple type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DataType |
Get or set the data type URI
| |
| Graph |
Get or set the Graph (context) URI for the triple.
| |
| IsLiteral |
Get or set the flag that indicates if the value of the Object
property is a resource URI or a literal value.
| |
| LangCode |
Get or set the language code component for string literal values.
| |
| Object |
Get or set the object resource URI or the serialized
string form of the object literal value.
| |
| Predicate |
Get or set the predicate resource URI
| |
| Subject |
Get or set the subject resource URI
|