public class RDFImporter extends Object
| Constructor and Description |
|---|
RDFImporter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
importFile(MatrixContext<String,String> context,
File file,
String query) |
static void |
importRepository(MatrixContext<String,String> context,
org.openrdf.repository.Repository repo,
String query) |
static void |
importURL(MatrixContext<String,String> context,
String url,
String query) |
static void |
importXML(MatrixContext<String,String> context,
String url,
String query) |
static org.openrdf.repository.Repository |
read(File file) |
static void |
read(org.openrdf.repository.Repository repository,
File file) |
static void |
read(org.openrdf.repository.Repository repository,
URL url) |
static org.openrdf.repository.Repository |
read(URL url) |
static void |
readCSV(org.openrdf.repository.Repository repository,
File file) |
public RDFImporter()
public static final void readCSV(org.openrdf.repository.Repository repository, File file) throws org.openrdf.repository.RepositoryException, org.openrdf.rio.RDFParseException, IOException
org.openrdf.repository.RepositoryExceptionorg.openrdf.rio.RDFParseExceptionIOExceptionpublic static final org.openrdf.repository.Repository read(File file) throws org.openrdf.repository.RepositoryException, org.openrdf.rio.RDFParseException, IOException
org.openrdf.repository.RepositoryExceptionorg.openrdf.rio.RDFParseExceptionIOExceptionpublic static final void read(org.openrdf.repository.Repository repository, File file) throws org.openrdf.repository.RepositoryException, org.openrdf.rio.RDFParseException, IOException
org.openrdf.repository.RepositoryExceptionorg.openrdf.rio.RDFParseExceptionIOExceptionpublic static final org.openrdf.repository.Repository read(URL url) throws org.openrdf.repository.RepositoryException, org.openrdf.rio.RDFParseException, IOException
org.openrdf.repository.RepositoryExceptionorg.openrdf.rio.RDFParseExceptionIOExceptionpublic static final void read(org.openrdf.repository.Repository repository, URL url) throws org.openrdf.repository.RepositoryException, org.openrdf.rio.RDFParseException, IOException
org.openrdf.repository.RepositoryExceptionorg.openrdf.rio.RDFParseExceptionIOExceptionpublic static void importXML(MatrixContext<String,String> context, String url, String query)
public static void importRepository(MatrixContext<String,String> context, org.openrdf.repository.Repository repo, String query)
public static void importFile(MatrixContext<String,String> context, File file, String query)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.