swish-0.6.2.1: A semantic web toolkit.

PortabilityOverloadedStrings
Stabilityexperimental
MaintainerDouglas Burke

Swish.RDF.TurtleFormatter

Description

This Module implements a Turtle formatter (see [1]) for an RDFGraph value.

REFERENCES:

1 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