Copyright | Travis Whitaker 2016 |
---|---|
License | MIT |
Maintainer | pi.boy.travis@gmail.com |
Stability | Provisional |
Portability | Portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
An encoder for
RDF 1.1 N-Quads.
Builder
s are used to support efficient incremental output.
Synopsis
- encodeRDFGraph :: RDFGraph -> Builder
- encodeRDFGraphs :: Foldable f => f RDFGraph -> Builder
- encodeTriple :: Triple -> Builder
- encodeQuad :: Quad -> Builder