Click or drag to resize

UriFactory Class

A static helper class for interning URIs to reduce memory usage.
Inheritance Hierarchy
SystemObject
  VDS.RDFUriFactory

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static class UriFactory

The UriFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClear
Clears all interned URIs.
Public methodStatic memberCreate
Creates a URI interning it if interning is enabled via the Options.InternUris.
Top
See Also