public class RioOWLRDFConsumerAdapter extends OWLRDFConsumer implements org.eclipse.rdf4j.rio.RDFHandler
OWLRDFConsumer implementation that implements the Sesame
RDFHandler interface.| Constructor and Description |
|---|
RioOWLRDFConsumerAdapter(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.util.AnonymousNodeChecker checker,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
endRDF() |
void |
handleComment(String comment) |
void |
handleNamespace(String prefix,
String uri) |
void |
handleStatement(org.eclipse.rdf4j.model.Statement st) |
void |
startRDF() |
addAnnotatedSource, addClassExpression, addDataProperty, addDataRange, addObjectProperty, addPrefix, endModel, generateAndLogParseError, getAnnotatedSourceAnnotationMainNodes, getConfiguration, getDataFactory, getLastAddedAxiom, getOntology, getOntologyFormat, getOWLAnonymousIndividual, getOWLOntologyManager, getPendingAnnotations, includeModel, isAnonymousNode, isAnonymousNode, isAnonymousSharedNode, isClassExpression, isParsedAllTriples, isRestriction, logicalURI, remapIRI, remapOnlyIfRemapped, setOntologyFormat, startModel, statementWithLiteralValue, statementWithLiteralValue, statementWithResourceValue, statementWithResourceValue, translateAnnotations, translateClassExpression, translateDataPropertyExpression, translateDataRange, translateIndividual, translateObjectPropertyExpressionpublic RioOWLRDFConsumerAdapter(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.util.AnonymousNodeChecker checker,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
ontology - ontology to updatechecker - node checkerconfiguration - loading configurationpublic void endRDF()
endRDF in interface org.eclipse.rdf4j.rio.RDFHandlerpublic void handleComment(@Nullable String comment)
handleComment in interface org.eclipse.rdf4j.rio.RDFHandlerpublic void handleNamespace(@Nullable String prefix, @Nullable String uri)
handleNamespace in interface org.eclipse.rdf4j.rio.RDFHandlerpublic void handleStatement(@Nullable org.eclipse.rdf4j.model.Statement st)
handleStatement in interface org.eclipse.rdf4j.rio.RDFHandlerpublic void startRDF()
startRDF in interface org.eclipse.rdf4j.rio.RDFHandlerCopyright © 2018 The University of Manchester. All rights reserved.