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
)
Function ResolveQName (
qname As String
) As Uri
Parameters
- qname
- Type: SystemString
QName.
Return Value
Type:
Uri[Missing <returns> documentation for "M:VDS.RDF.IGraph.ResolveQName(System.String)"]
See Also