Share via


Triple Class

The Triple object is used to store information about a specific RdfTriple.

Namespace:  Microsoft.Imm.Sdk.Rdf
Assembly:  Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)

Syntax

[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class Triple : ICloneable

Remarks

This is mostly used as part of a TripleCollection object that is representing a specific RdfGraph. Triple objects can be read from or added to a TripleCollection and then RDF XML or a DataTable can be extraced from the TripleCollection

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Imm.Sdk.Rdf..::.Triple

See Also

Triple Members

Microsoft.Imm.Sdk.Rdf Namespace