Click or drag to resize

NestedNamespaceMapper.ReduceToQName Method

Tries to reduce a URI to a QName using this Namespace Map.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool ReduceToQName(
	string uri,
	out string qname
)

Parameters

uri
Type: System.String
URI.
qname
Type: System.String
Resulting QName.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.NestedNamespaceMapper.ReduceToQName(System.String,System.String@)"]

Implements

INamespaceMapper.ReduceToQName(String, String)
See Also