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