public interface RDFReader
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
read()
Reads RDF and returns a
Model |
void |
read(com.hp.hpl.jena.rdf.model.Model model)
Reads RDF and writes the data in the Model provided by the user
|
com.hp.hpl.jena.rdf.model.Model read()
throws RDFReaderException
ModelModel with the data readRDFReaderException - if any.void read(com.hp.hpl.jena.rdf.model.Model model) throws RDFReaderException
model - the model we want to write our data intoRDFReaderException - if any.Copyright © 2016. All rights reserved.