public class RioStorer
extends org.semanticweb.owlapi.util.AbstractOWLStorer
OWLStorer that writes statements to Sesame RDFHandlers,
including RDFWriter implementations based on the given
RioRDFDocumentFormatFactory.| Constructor and Description |
|---|
RioStorer(org.semanticweb.owlapi.model.OWLDocumentFormatFactory ontologyFormat,
org.eclipse.rdf4j.rio.RDFHandler rioHandler,
org.eclipse.rdf4j.model.Resource... contexts) |
RioStorer(org.semanticweb.owlapi.model.OWLDocumentFormatFactory ontologyFormat,
org.eclipse.rdf4j.model.Resource... contexts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStoreOntology(org.semanticweb.owlapi.model.OWLDocumentFormat ontologyFormat) |
org.eclipse.rdf4j.rio.RDFHandler |
getRioHandler() |
void |
setRioHandler(org.eclipse.rdf4j.rio.RDFHandler rioHandler) |
public RioStorer(org.semanticweb.owlapi.model.OWLDocumentFormatFactory ontologyFormat,
org.eclipse.rdf4j.rio.RDFHandler rioHandler,
org.eclipse.rdf4j.model.Resource... contexts)
ontologyFormat - formatrioHandler - RDF handlercontexts - contextspublic RioStorer(org.semanticweb.owlapi.model.OWLDocumentFormatFactory ontologyFormat,
org.eclipse.rdf4j.model.Resource... contexts)
ontologyFormat - formatcontexts - contextspublic boolean canStoreOntology(org.semanticweb.owlapi.model.OWLDocumentFormat ontologyFormat)
public org.eclipse.rdf4j.rio.RDFHandler getRioHandler()
public void setRioHandler(org.eclipse.rdf4j.rio.RDFHandler rioHandler)
rioHandler - the RDF handler to setCopyright © 2021 The University of Manchester. All rights reserved.