org.topbraid.sesame2.graph
Class SesameUtil

java.lang.Object
  extended by org.topbraid.sesame2.graph.SesameUtil

public class SesameUtil
extends java.lang.Object


Constructor Summary
SesameUtil()
           
 
Method Summary
static void adjustOWLOntologies(org.openrdf.repository.RepositoryConnection con, java.lang.String baseURI)
          Moves all owl:imports statements found in a given repository under the owl:Ontology with a given URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SesameUtil

public SesameUtil()
Method Detail

adjustOWLOntologies

public static void adjustOWLOntologies(org.openrdf.repository.RepositoryConnection con,
                                       java.lang.String baseURI)
                                throws org.openrdf.repository.RepositoryException
Moves all owl:imports statements found in a given repository under the owl:Ontology with a given URI.

Parameters:
con - the connection to operate on
baseURI - the base URI of the target owl:Ontology
Throws:
org.openrdf.repository.RepositoryException