Package net.ontopia.topicmaps.utils.rdf
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 RDFUtils()
-
Method Summary
All Methods Static Methods Concrete Methods 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.
-
-
-
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
-
-