Click or drag to resize

TripleStore Constructor (BaseGraphCollection)

Creates a new Triple Store using the given Graph collection which may be non-empty.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TripleStore(
	BaseGraphCollection graphCollection
)

Parameters

graphCollection
Type: VDS.RDFBaseGraphCollection
Graph Collection.
See Also