Creates a new NTriples writer
Namespace: BrightstarDB.RdfAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public NTriplesWriter( TextWriter writer ) |
| Visual Basic |
|---|
Public Sub New ( writer As TextWriter ) |
| Visual C++ |
|---|
public: NTriplesWriter( TextWriter^ writer ) |
| F# |
|---|
new : writer : TextWriter -> NTriplesWriter |
Parameters
- writer
- Type: System.IO..::..TextWriter
The text writer that the NTriples representation will be written to