Interface IAnnotationCompressingWriterContext
Interface for writer contexts which store triple annotation compression data.
Inherited Members
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface IAnnotationCompressingWriterContext : ICompressingWriterContext, IWriterContext
Properties
| Edit this page View SourceAnnotations
Gets the mapping from asserted triples to triples that have the asserted triple as subject.
Declaration
Dictionary<Triple, List<Triple>> Annotations { get; }
Property Value
Type | Description |
---|---|
Dictionary<Triple, List<Triple>> |