Click or drag to resize

BaseGraphNamespaceMap Property

Gets the Namespace Mapper for this Graph which contains all in use Namespace Prefixes and their URIs.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual INamespaceMapper NamespaceMap { get; }

Return Value

Type: INamespaceMapper

Implements

IGraphNamespaceMap
See Also