de.fuberlin.wiwiss.pubby
Class ModelTranslator

java.lang.Object
  extended by de.fuberlin.wiwiss.pubby.ModelTranslator

public class ModelTranslator
extends java.lang.Object

Translates an RDF model from the dataset into one fit for publication on the server by replacing URIs, adding the correct prefixes etc.


Constructor Summary
ModelTranslator(com.hp.hpl.jena.rdf.model.Model model, Configuration configuration)
           
 
Method Summary
 com.hp.hpl.jena.rdf.model.Model getTranslated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelTranslator

public ModelTranslator(com.hp.hpl.jena.rdf.model.Model model,
                       Configuration configuration)
Method Detail

getTranslated

public com.hp.hpl.jena.rdf.model.Model getTranslated()