Click or drag to resize

BaseGraph.NamespaceMap 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

IGraph.NamespaceMap
See Also