Click or drag to resize

BaseStoreParserContext Constructor (ITripleStore)

Creates a new Base Store Parser Context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseStoreParserContext(
	ITripleStore store
)

Parameters

store
Type: VDS.RDFITripleStore
Triple Store.
See Also