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.query.Dataset |
readDataset()
readDataset.
|
void |
readDataset(com.hp.hpl.jena.query.Dataset dataset)
readDataset.
|
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.com.hp.hpl.jena.query.Dataset readDataset()
throws RDFReaderException
readDataset.
Dataset object.RDFReaderException - if any.void readDataset(com.hp.hpl.jena.query.Dataset dataset)
throws RDFReaderException
readDataset.
dataset - a Dataset object.RDFReaderException - if any.Copyright © 2015. All rights reserved.