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