Gets the Context Information for this Triple.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ITripleContext Context { get; set; }
Public Property Context As ITripleContext
Get
Set
Property Value
Type:
ITripleContextRemarks
Context may be null where no Context for the Triple has been defined.
See Also