Click or drag to resize

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
)

Parameters

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

Return Value

Type: String
String prefix for the Namespace.

Implements

INamespaceMapperGetPrefix(Uri)
See Also