A collection of small utilites for pretty printing nodes, triples
and associated things. The core functionality here is a static
prefix map which is preloaded with known prefixes.
updated by Chris March 2004 to use a PrefixMapping rather than the
specialised tables.
author: Dave Reynolds version: $Revision: 1.22 $ on $Date: 2008/01/02 12:07:44 $
printOut(Iterator it) Print all the Triple values from a find iterator.
public static void
registerPrefix(String prefix, String namespace) Register a new prefix/namespace mapping which will be used to shorten
the print strings for resources in known namespaces.
public static void
registerPrefixMap(Map map) Register a set of new prefix/namespace mapping which will be used to shorten
the print strings for resources in known namespaces.