rdf4h-3.0.3: A library for RDF processing in Haskell

Safe HaskellNone
LanguageHaskell98

Text.RDF.RDF4H.ParserUtils

Synopsis

Documentation

_parseURL :: (Text -> Either ParseFailure (RDF rdfImpl)) -> String -> IO (Either ParseFailure (RDF rdfImpl)) Source #

Parse contents at URL into an RDF.

justTriples :: [Maybe Triple] -> [Triple] Source #

Keep the (Just t) triples (eliminating the Nothing comments), and unbox the triples, leaving a list of triples.

data Parser Source #

Constructors

Parsec 
Attoparsec