Click or drag to resize

BaseStoreParserContext.Namespaces Property

Gets the Namespace Map for the parser context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INamespaceMapper Namespaces { get; }

Property Value

Type: INamespaceMapper

Implements

IStoreParserContext.Namespaces
See Also