1 package com.ontotext.ordi.mapper.model; 2 3 import org.openrdf.model.URI; 4 5 public interface DataSource { 6 7 URI getName(); 8 9 String getConnectionString(); 10 }