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
| Improve this Doc 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 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><Triple, System.Collections.Generic.List<T><Triple>> |