Click or drag to resize

BaseTripleStore.Graphs Property

Gets the Collection of Graphs that comprise this Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseGraphCollection Graphs { get; }

Property Value

Type: BaseGraphCollection

Implements

ITripleStore.Graphs
See Also