Click or drag to resize

IGraphResolveQName Method

Resolves a QName into a URI using the Namespace Map and Base URI of this Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
Uri ResolveQName(
	string qname
)

Parameters

qname
Type: SystemString
QName.

Return Value

Type: Uri

[Missing <returns> documentation for "M:VDS.RDF.IGraph.ResolveQName(System.String)"]

See Also