swish-0.6.5.2: A semantic web toolkit.

PortabilityOverloadedStrings
Stabilityexperimental
MaintainerDouglas Burke
Safe HaskellSafe-Infered

Swish.RDF.TurtleFormatter

Contents

Description

This Module implements a Turtle formatter for an RDFGraph value. See http://www.w3.org/TR/turtle/ "Turtle, Terse RDF Triple Language", W3C Working Draft 09 August 2011 (http://www.w3.org/TR/2011/WD-turtle-20110809/)

Synopsis

Documentation

formatGraphDiagSource

Arguments

:: Builder

indentation

-> Bool

are prefixes to be generated?

-> RDFGraph 
-> (Builder, NodeGenLookupMap, Int, [String]) 

Format graph and return additional information

Auxillary routines

quoteText :: Text -> BuilderSource

Convert text into a format for display in Turtle. The idea is to use one double quote unless three are needed, and to handle adding necessary \ characters, or conversion for Unicode characters.