rdf4h-0.6.1: A library for RDF processing in Haskell.ContentsIndex
Text.RDF.NTriplesParser
Synopsis
data NTriplesParser = NTriplesParser
data ParseFailure
Documentation
data NTriplesParser
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
show/hide Instances
data ParseFailure
Represents a failure in parsing an N-Triples document, including an error message with information about the cause for the failure.
show/hide Instances
Produced by Haddock version 0.9