swish-0.9.2.0: A semantic web toolkit.

Copyright(c) 2003 Graham Klyne 2009 Vasili I Galchin
2011 2012 2014 Douglas Burke
LicenseGPL V2
MaintainerDouglas Burke
Stabilityexperimental
PortabilityOverloadedStrings
Safe HaskellNone
LanguageHaskell98

Swish.RDF.Formatter.N3

Description

This Module implements a Notation 3 formatter for an RDFGraph value.

REFERENCES:

TODO:

  • Initial prefix list to include nested formulae; then don't need to update prefix list for these.
  • correct output of strings containing unsupported escape characters (such as \q)
  • more flexible terminator generation for formatted formulae (for inline blank nodes.)

Synopsis

Documentation

type NodeGenLookupMap = Map RDFLabel Word32 Source #

Node name generation state information that carries through and is updated by nested formulae.

formatGraphAsText :: RDFGraph -> Text Source #

Convert the graph to text.

formatGraphAsLazyText :: RDFGraph -> Text Source #

Convert the graph to text.

formatGraphAsBuilder :: RDFGraph -> Builder Source #

Convert the graph to a Builder.

formatGraphIndent Source #

Arguments

:: Builder

indentation text

-> Bool

are prefixes to be generated?

-> RDFGraph

graph

-> Builder 

Convert the graph to a builder using the given indentation text.

formatGraphDiag Source #

Arguments

:: Builder

indentation

-> Bool

are prefixes to be generated?

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

Format graph and return additional information