dotNetRDF API Documentation

NonIndexedGraph Class

Class for representing RDF Graphs when you don't want Indexing

For a list of all members of this type, see NonIndexedGraph Members .

System.Object
   BaseGraph
      Graph
         NonIndexedGraph

[XmlRoot(ElementName=""graph"", Namespace="null", DataType="""", IsNullable=True)]
public class NonIndexedGraph : Graph

Remarks

Gives better load performance but poorer lookup performance

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

NonIndexedGraph Members | VDS.RDF Namespace