All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ontoware.rdf2go.impl.StaticBinding Maven / Gradle / Ivy

package org.ontoware.rdf2go.impl;

import org.ontoware.rdf2go.ModelFactory;


/**
 * Static binding to Jena 2.7.
 * 
 * @author voelkel
 * 
 */
public class StaticBinding {
	
	public static ModelFactory getModelFactory() {
		return new org.ontoware.rdf2go.impl.jena.ModelFactoryImpl();
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy