Click or drag to resize

NamespaceMapper.GetPrefix 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
)

Parameters

uri
Type: System.Uri
The Namespace URI to lookup the Prefix for.

Return Value

Type: String
String prefix for the Namespace.

Implements

INamespaceMapper.GetPrefix(Uri)
See Also