Show / Hide Table of Contents

Interface IAnnotationCompressingWriterContext

Interface for writer contexts which store triple annotation compression data.

Inherited Members
ICompressingWriterContext.TriplesDone
IWriterContext.Graph
IWriterContext.Output
IWriterContext.PrettyPrint
IWriterContext.HighSpeedModePermitted
IWriterContext.CompressionLevel
IWriterContext.NodeFormatter
IWriterContext.UriFormatter
IWriterContext.UriFactory
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface IAnnotationCompressingWriterContext : ICompressingWriterContext, IWriterContext

Properties

| Edit this page View Source

Annotations

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>>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Annotations
  • Extension Methods
Back to top Generated by DocFX