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