Click or drag to resize

BaseTripleStoreGraphs 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

ITripleStoreGraphs
See Also