Class RDFUtils


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

      • RDFUtils

        public RDFUtils()
    • Method Detail

      • 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