Class RDFUtils

java.lang.Object
net.ontopia.topicmaps.utils.rdf.RDFUtils

public class RDFUtils extends Object
INTERNAL: Various utilities for working with RDF.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    parseRDFXML(InputStream in, org.apache.jena.rdfxml.xmlinput.StatementHandler handler)
    Parses the RDF/XML at the given InputStream into the given StatementHandler.
    static void
    parseRDFXML(URL url, org.apache.jena.rdfxml.xmlinput.StatementHandler handler)
    Parses the RDF/XML at the given URL into the given StatementHandler.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RDFUtils

      public RDFUtils()
  • Method Details

    • parseRDFXML

      public static void parseRDFXML(URL url, org.apache.jena.rdfxml.xmlinput.StatementHandler handler) throws IOException
      Parses the RDF/XML at the given URL into the given StatementHandler.
      Throws:
      IOException
    • parseRDFXML

      public static void parseRDFXML(InputStream in, org.apache.jena.rdfxml.xmlinput.StatementHandler handler) throws IOException
      Parses the RDF/XML at the given InputStream into the given StatementHandler.
      Throws:
      IOException