A triple sink that writes the received triples out in NTriples format

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class NTriplesWriter : ITripleSink
Visual Basic
Public Class NTriplesWriter
	Implements ITripleSink
Visual C++
public ref class NTriplesWriter : ITripleSink
F#
type NTriplesWriter =  
    class
        interface ITripleSink
    end

Remarks

Due to the limitations of the NTriples syntax, the Graph URI portion of the RDF statments will not be represented in the output file.

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Rdf..::..NTriplesWriter

See Also