A parser for RDF NTriples syntax

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Rdf..::..NTriplesParser

See Also