Click or drag to resize

TripleContext Property

Gets the Context Information for this Triple.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ITripleContext Context { get; set; }

Property Value

Type: ITripleContext
Remarks
Context may be null where no Context for the Triple has been defined.
See Also