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
)
Public Sub New (
graphCollection As BaseGraphCollection
)
Parameters
- graphCollection
- Type: VDS.RDFBaseGraphCollection
Graph Collection.
See Also