public final class RDFReader extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.jena.rdf.model.Model |
readRDFModel(InputStream in)
Read and RDF file in RDF/XML notation and generates the RDF model.
|
public static org.apache.jena.rdf.model.Model readRDFModel(InputStream in)
in
- the input stream to read fromCopyright © 2024. All rights reserved.