rdf4h-3.0.1: A library for RDF processing in Haskell

Safe HaskellNone
LanguageHaskell98

Text.RDF.RDF4H.NTriplesParser

Description

A parser for RDF in N-Triples format http://www.w3.org/TR/rdf-testcases/#ntriples.

Synopsis

Documentation

data NTriplesParser Source #

NTriplesParser is an RdfParser implementation for parsing RDF in the NTriples format. It requires no configuration options. To use this parser, pass an NTriplesParser value as the first argument to any of the parseString, parseFile, or parseURL methods of the RdfParser type class.

Constructors

NTriplesParser 

data ParseFailure Source #

Represents a failure in parsing an N-Triples document, including an error message with information about the cause for the failure.