INamespaceMapper.AddNamespace Method |
Adds a Namespace to the Namespace Map.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid AddNamespace(
string prefix,
Uri uri
)
Sub AddNamespace (
prefix As String,
uri As Uri
)
Parameters
- prefix
- Type: System.String
Namespace Prefix. - uri
- Type: System.Uri
Namespace Uri.
See Also