Interface ICollectionCompressingWriterContext
Interface for Writer Contexts which store collection compression data.
Inherited Members
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface ICollectionCompressingWriterContext : ICompressingWriterContext, IWriterContext
Properties
| Edit this page View SourceCollections
Gets the mapping from Blank Nodes to Collections.
Declaration
Dictionary<INode, OutputRdfCollection> Collections { get; }
Property Value
Type | Description |
---|---|
Dictionary<INode, OutputRdfCollection> |