Click or drag to resize

BaseGraphTriples Property

Gets the set of Triples described in this Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual BaseTripleCollection Triples { get; }

Property Value

Type: BaseTripleCollection

Implements

IGraphTriples
See Also