Click or drag to resize

ITripleContext Interface

An Interface for classes which provide Context Information for Triples thus allowing you to create Quads with arbitrary extra information attached to Triples via your Context Objects.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ITripleContext

The ITripleContext type exposes the following members.

Properties
  NameDescription
Public propertyItem
A Property which exposes the arbitrary properties of the Context as an Key Based Index.
Top
Methods
  NameDescription
Public methodHasProperty
A Method which will indicate whether the Context contains some arbitrary property.
Top
Remarks
A Triple Context is simply a name-value pair collection of arbitrary data that can be attached to a Triple. Internal representation of this is left to the implementor.
See Also