rdf4h-1.0.2: A library for RDF processing in Haskell

Safe HaskellNone

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 

Instances

data ParseFailure Source

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