JTP API Documentation

jtp.ui
Class RDFQueryUtils

java.lang.Object
  |
  +--jtp.ui.RDFQueryUtils

public class RDFQueryUtils
extends Object


Constructor Summary
RDFQueryUtils()
           
 
Method Summary
static void addNamespaceMappingsFromKb(String url, com.hp.hpl.jena.rdf.model.Model model, Map nsToUriMap)
           
static void addShortenedNamespace(String uri, Map nsToUriMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFQueryUtils

public RDFQueryUtils()
Method Detail

addShortenedNamespace

public static void addShortenedNamespace(String uri,
                                         Map nsToUriMap)

addNamespaceMappingsFromKb

public static void addNamespaceMappingsFromKb(String url,
                                              com.hp.hpl.jena.rdf.model.Model model,
                                              Map nsToUriMap)
                                       throws com.hp.hpl.jena.rdf.model.RDFException
com.hp.hpl.jena.rdf.model.RDFException

JTP API Documentation