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
)
Sub Import (
nsmap As INamespaceMapper
)
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