ICollectionCompressingWriterContext.Collections Property |
Gets the mapping from Blank Nodes to Collections.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxDictionary<INode, OutputRdfCollection> Collections { get; }
ReadOnly Property Collections As Dictionary(Of INode, OutputRdfCollection)
Get
Property Value
Type:
Dictionary<INode,
OutputRdfCollection>
See Also