Click or drag to resize

CompressingTurtleWriterContext.Collections Property

Represents the mapping from Blank Nodes to Collections.

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

Property Value

Type: Dictionary<INode, OutputRdfCollection>

Implements

ICollectionCompressingWriterContext.Collections
See Also