NamespaceMapperGetNamespaceUri Method |
Returns the Namespace URI associated with the given Prefix.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual Uri GetNamespaceUri(
string prefix
)
Public Overridable Function GetNamespaceUri (
prefix As String
) As Uri
Parameters
- prefix
- Type: SystemString
The Prefix to lookup the Namespace URI for.
Return Value
Type:
UriURI for the Namespace.
Implements
INamespaceMapperGetNamespaceUri(String)See Also