Click or drag to resize

INamespaceMapperImport Method

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

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

Parameters

nsmap
Type: VDS.RDFINamespaceMapper
Namespace Map to import.
Remarks
Prefixes in the imported Map which are already defined in this Map are ignored, this may change in future releases.
See Also