BaseTripleStore Constructor |
Creates a new Base Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseTripleStore(
BaseGraphCollection graphCollection
)
Protected Sub New (
graphCollection As BaseGraphCollection
)
Parameters
- graphCollection
- Type: VDS.RDFBaseGraphCollection
Graph Collection to use.
See Also