Click or drag to resize

ICollectionCompressingWriterContext.Collections Property

Gets the mapping from Blank Nodes to Collections.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
Dictionary<INode, OutputRdfCollection> Collections { get; }

Property Value

Type: Dictionary<INode, OutputRdfCollection>
See Also