java.lang.Object
it.uniroma2.art.semanticturkey.extension.extpts.loader.Target
it.uniroma2.art.semanticturkey.extension.extpts.loader.RepositoryTarget

public class RepositoryTarget extends Target
A Target for a Loader that wraps an RepositoryConnection. This kind of target is used, for example, when data are loaded from a source capable of producing RDF data natively (e.g. a triple store).
Author:
Manuel Fiorelli
  • Constructor Details

    • RepositoryTarget

      public RepositoryTarget(org.eclipse.rdf4j.rio.RDFHandler targetRDFHandler)
  • Method Details

    • getTargetRepositoryConnection

      public org.eclipse.rdf4j.rio.RDFHandler getTargetRepositoryConnection()