public class Csv2Rdf extends Object
| Constructor and Description |
|---|
Csv2Rdf(char[] quoteChars,
String namespace,
String tboxNamespace,
String typeName) |
Csv2Rdf(char separatorChar,
char[] quoteChars,
String namespace,
String tboxNamespace,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model[] |
convertToRdf(InputStream fis) |
com.hp.hpl.jena.rdf.model.Model[] |
convertToRdf(InputStream fis,
WebappDaoFactory wadf,
com.hp.hpl.jena.rdf.model.Model destination) |
public com.hp.hpl.jena.rdf.model.Model[] convertToRdf(InputStream fis) throws IOException
IOExceptionpublic com.hp.hpl.jena.rdf.model.Model[] convertToRdf(InputStream fis, WebappDaoFactory wadf, com.hp.hpl.jena.rdf.model.Model destination) throws IOException
IOExceptionCopyright © 2016. All rights reserved.