Class GZippedTurtleParser
Parser for loading GZipped Turtle.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public class GZippedTurtleParser : BaseGZipParser, IRdfReader
Constructors
| Edit this page View SourceGZippedTurtleParser()
Creates a new GZipped Turtle parser.
Declaration
public GZippedTurtleParser()
GZippedTurtleParser(TurtleSyntax, bool)
Creates a new GZipped Turtle parser.
Declaration
public GZippedTurtleParser(TurtleSyntax syntax, bool validateIris = true)
Parameters
Type | Name | Description |
---|---|---|
TurtleSyntax | syntax | Turtle Syntax. |
bool | validateIris | Whether or not to validate IRIs while parsing. |