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