Package org.iirds.rdf

Class RDFReader

java.lang.Object
org.iirds.rdf.RDFReader

public final class RDFReader extends Object
Author:
Martin Kreutzer, Empolis Information Management GmbH
  • Method Details

    • readRDFModel

      public static org.apache.jena.rdf.model.Model readRDFModel(InputStream in)
      Read and RDF file in RDF/XML notation and generates the RDF model.
      Parameters:
      in - the input stream to read from
      Returns:
      the model