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
Public Interface ITripleContext
The ITripleContext type exposes the following members.
Properties
| Name | Description |
---|
| Item |
A Property which exposes the arbitrary properties of the Context as an Key Based Index.
|
TopMethods
| Name | Description |
---|
| HasProperty |
A Method which will indicate whether the Context contains some arbitrary property.
|
TopRemarks
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