Click or drag to resize

NamespaceMapperImport Method

Imports the contents of another Namespace Map into this Namespace Map.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Import(
	INamespaceMapper nsmap
)

Parameters

nsmap
Type: VDS.RDFINamespaceMapper
Namespace Map to import.

Implements

INamespaceMapperImport(INamespaceMapper)
Remarks
Prefixes in the imported Map which are already defined in this Map are ignored, this may change in future releases.
See Also