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.openrdf.rio.RDFHandler rioHandler,
org.openrdf.model.Resource... contexts) |
RioStorer(org.semanticweb.owlapi.model.OWLDocumentFormatFactory ontologyFormat,
org.openrdf.model.Resource... contexts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStoreOntology(org.semanticweb.owlapi.model.OWLDocumentFormat ontologyFormat) |
org.openrdf.rio.RDFHandler |
getRioHandler() |
void |
setRioHandler(org.openrdf.rio.RDFHandler rioHandler) |
storeOntology, storeOntologypublic 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 © 2016 The University of Manchester. All Rights Reserved.