public abstract class AbstractRDFWriter extends Object implements RDFWriter
| Constructor and Description |
|---|
AbstractRDFWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.hp.hpl.jena.rdf.model.Model model)
Writes a model into a destination.
|
public void write(com.hp.hpl.jena.rdf.model.Model model)
throws RDFWriterException
RDFWriterwrite(QueryExecutionFactory qef)write in interface RDFWritermodel - the modelRDFWriterException - the triple writer exceptionCopyright © 2016. All rights reserved.