Package org.semanticweb.owlapi.formats
Class RioRDFPrefixDocumentFormat
java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat
org.semanticweb.owlapi.formats.RioRDFPrefixDocumentFormat
- All Implemented Interfaces:
Serializable,org.semanticweb.owlapi.formats.PrefixDocumentFormat,org.semanticweb.owlapi.formats.RDFDocumentFormat,RioRDFDocumentFormat,org.semanticweb.owlapi.model.MIMETypeAware,org.semanticweb.owlapi.model.OWLDocumentFormat,org.semanticweb.owlapi.model.PrefixManager
- Direct Known Subclasses:
BinaryRDFDocumentFormat,HDTRDFDocumentFormat,N3DocumentFormat,RDFaDocumentFormat,RioRDFXMLDocumentFormat,RioTurtleDocumentFormat,TrigDocumentFormat,TrixDocumentFormat
public class RioRDFPrefixDocumentFormat
extends org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat
implements org.semanticweb.owlapi.model.MIMETypeAware, RioRDFDocumentFormat
This format is designed to encapsulate any Sesame Rio RDFFormat within
RDFOntologyFormat, and more generally OWLDocumentFormat.
- Since:
- 4.0.0
- Author:
- Peter Ansell [email protected]
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRioRDFPrefixDocumentFormat(org.eclipse.rdf4j.rio.RDFFormat format) Constructor for super-classes to specify whichRDFFormatthey support. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()org.eclipse.rdf4j.rio.RDFFormatbooleanhandlesMimeType(String mimeType) Methods inherited from class org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat
addErrorMethods inherited from class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
clear, containsPrefixMapping, copyPrefixesFrom, copyPrefixesFrom, getDefaultPrefix, getIRI, getPrefix, getPrefixComparator, getPrefixIRI, getPrefixIRIIgnoreQName, getPrefixName2PrefixMap, isPrefixOWLDocumentFormat, prefixNames, setDefaultPrefix, setPrefix, setPrefixComparator, setPrefixManager, unregisterNamespaceMethods inherited from class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, toStringMethods inherited from interface org.semanticweb.owlapi.model.OWLDocumentFormat
asPrefixOWLDocumentFormat, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIsMethods inherited from interface org.semanticweb.owlapi.model.PrefixManager
getPrefixNamesMethods inherited from interface org.semanticweb.owlapi.formats.RDFDocumentFormat
addError
-
Constructor Details
-
RioRDFPrefixDocumentFormat
public RioRDFPrefixDocumentFormat(org.eclipse.rdf4j.rio.RDFFormat format) Constructor for super-classes to specify whichRDFFormatthey support.- Parameters:
format- TheRDFFormatthat this instance supports.
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceorg.semanticweb.owlapi.model.OWLDocumentFormat- Overrides:
getKeyin classorg.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
-
getRioFormat
public org.eclipse.rdf4j.rio.RDFFormat getRioFormat()- Specified by:
getRioFormatin interfaceRioRDFDocumentFormat- Returns:
- Rio format for this format
-
getDefaultMIMEType
- Specified by:
getDefaultMIMETypein interfaceorg.semanticweb.owlapi.model.MIMETypeAware
-
getMIMETypes
- Specified by:
getMIMETypesin interfaceorg.semanticweb.owlapi.model.MIMETypeAware
-
handlesMimeType
- Specified by:
handlesMimeTypein interfaceorg.semanticweb.owlapi.model.MIMETypeAware
-