dotNetRDF API Documentation

NodeFactory.CreateUriNode Method

Creates a URI Node for the given URI

public IUriNode CreateUriNode(
   Uri uri
);

Parameters

uri
URI

Return Value

Implements

INodeFactory.CreateUriNode

See Also

NodeFactory Class | VDS.RDF Namespace