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 : IWriterContext
Properties
| Improve this Doc View SourceCollections
Gets the mapping from Blank Nodes to Collections.
Declaration
Dictionary<INode, OutputRdfCollection> Collections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<INode, OutputRdfCollection> |
TriplesDone
Gets the Triples that should be excluded from standard output as they are part of collections.
Declaration
BaseTripleCollection TriplesDone { get; }
Property Value
Type | Description |
---|---|
BaseTripleCollection |