Click or drag to resize

RdfXmlWriterContext.TriplesDone Property

Stores the Triples that should be excluded from standard output as they are part of collections.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseTripleCollection TriplesDone { get; }

Property Value

Type: BaseTripleCollection

Implements

ICollectionCompressingWriterContext.TriplesDone
See Also