public interface RDFWriter
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.hp.hpl.jena.rdf.model.Model model)
Writes a model into a destination.
|
void |
write(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
abstract class that writes a
QueryExecutionFactory to a destination |
void write(com.hp.hpl.jena.rdf.model.Model model)
throws RDFWriterException
write(QueryExecutionFactory qef)model - the modelRDFWriterException - the triple writer exceptionvoid write(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
throws RDFWriterException
QueryExecutionFactory to a destinationqef - a QueryExecutionFactoryRDFWriterException - the triple writer exceptionCopyright © 2016. All rights reserved.