org.openrdf.rio.RDFParserpublic class RioOWLRDFParser
extends org.openrdf.rio.helpers.RDFParserBase
OWLAPIRDFFormat parsers straight to Sesame RDFHandler s.| Constructor | Description |
|---|---|
RioOWLRDFParser(OWLAPIRDFFormat owlFormat) |
|
RioOWLRDFParser(OWLAPIRDFFormat owlFormat,
org.openrdf.model.ValueFactory valueFactory) |
| Modifier and Type | Method | Description |
|---|---|---|
OWLAPIRDFFormat |
getRDFFormat() |
|
void |
parse(InputStream in,
String baseURI) |
|
void |
parse(Reader reader,
String baseURI) |
|
void |
setOntologyManagerFactories(Set<org.semanticweb.owlapi.model.OWLOntologyManagerFactory> factories) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdatatypeHandling, getParseErrorListener, getParseLocationListener, getParserConfig, getRDFHandler, getSupportedSettings, preserveBNodeIDs, setDatatypeHandling, setParseErrorListener, setParseLocationListener, setParserConfig, setPreserveBNodeIDs, setRDFHandler, setStopAtFirstError, setValueFactory, setVerifyData, stopAtFirstError, verifyDatapublic RioOWLRDFParser(OWLAPIRDFFormat owlFormat)
owlFormat - OWL formatpublic RioOWLRDFParser(OWLAPIRDFFormat owlFormat, org.openrdf.model.ValueFactory valueFactory)
owlFormat - OWL formatvalueFactory - value factory@Inject public void setOntologyManagerFactories(Set<org.semanticweb.owlapi.model.OWLOntologyManagerFactory> factories)
factories - factories for ontology managers. This method is used for injection.public OWLAPIRDFFormat getRDFFormat()
public void parse(InputStream in, String baseURI) throws IOException
IOExceptionpublic void parse(Reader reader, String baseURI) throws IOException
IOExceptionCopyright © 2018 The University of Manchester. All rights reserved.