Click or drag to resize

NTriplesParser Constructor (NTriplesSyntax)

Creates a new instance of the parser.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NTriplesParser(
	NTriplesSyntax syntax
)

Parameters

syntax
Type: VDS.RDF.ParsingNTriplesSyntax
NTriples syntax to parse.
See Also