Click or drag to resize

CompressingTurtleWriterContextCollections 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: DictionaryINode, OutputRdfCollection

Implements

ICollectionCompressingWriterContextCollections
See Also