public class OWLAPIRDFFormat
extends org.eclipse.rdf4j.rio.RDFFormat
RDFFormat constants for OWL formats that can be translated into RDF.| Modifier and Type | Field and Description |
|---|---|
static OWLAPIRDFFormat |
MANCHESTER_OWL
The Manchester OWL Syntax file
format.
|
static OWLAPIRDFFormat |
OWL_FUNCTIONAL
The OWL Functional Syntax file format.
|
static OWLAPIRDFFormat |
OWL_XML
The OWL/XML file format.
|
| Constructor and Description |
|---|
OWLAPIRDFFormat(String name,
Collection<String> mimeTypes,
Charset charset,
Collection<String> fileExtensions,
boolean supportsNamespaces,
boolean supportsContexts,
org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat) |
OWLAPIRDFFormat(String name,
Collection<String> mimeTypes,
Charset charset,
Collection<String> fileExtensions,
boolean supportsNamespaces,
boolean supportsContexts,
org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat) |
OWLAPIRDFFormat(String name,
String mimeType,
Charset charset,
Collection<String> fileExtensions,
boolean supportsNamespaces,
boolean supportsContexts,
org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat) |
OWLAPIRDFFormat(String name,
String mimeType,
Charset charset,
Collection<String> fileExtensions,
boolean supportsNamespaces,
boolean supportsContexts,
org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat) |
OWLAPIRDFFormat(String name,
String mimeType,
Charset charset,
String fileExtension,
boolean supportsNamespaces,
boolean supportsContexts,
org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat) |
OWLAPIRDFFormat(String name,
String mimeType,
Charset charset,
String fileExtension,
boolean supportsNamespaces,
boolean supportsContexts,
org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat) |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLDocumentFormat |
getOWLFormat() |
getAcceptParams, getStandardURI, hasStandardURI, supportsContexts, supportsNamespacesequals, getCharset, getDefaultFileExtension, getDefaultMIMEType, getFileExtensions, getMIMETypes, getName, hasCharset, hasDefaultFileExtension, hasDefaultMIMEType, hasFileExtension, hashCode, hasMIMEType, matchFileName, matchMIMEType, toStringpublic static final OWLAPIRDFFormat MANCHESTER_OWL
The file extension .omn is recommended for Manchester OWL Syntax documents. The media
type is text/owl-manchester and encoding is in UTF-8.
public static final OWLAPIRDFFormat OWL_XML
The file extension .owx is recommended for OWL/XML documents. The media type is
application/owl+xml and encoding is in UTF-8.
public static final OWLAPIRDFFormat OWL_FUNCTIONAL
The file extension .ofn is recommended for OWL Functional Syntax documents. The media
type is text/owl-functional and encoding is in UTF-8.
public OWLAPIRDFFormat(String name, String mimeType, Charset charset, String fileExtension, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
name - namemimeType - mime typecharset - charsetfileExtension - file extensionsupportsNamespaces - supports namespacessupportsContexts - supports contextsowlFormat - owl formatpublic OWLAPIRDFFormat(String name, String mimeType, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
name - namemimeType - mime typecharset - charsetfileExtensions - file extensionssupportsNamespaces - supports namespacessupportsContexts - supports contextsowlFormat - owl formatpublic OWLAPIRDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
name - namemimeTypes - mime typescharset - charsetfileExtensions - file extensionssupportsNamespaces - supports namespacessupportsContexts - supports contextsowlFormat - owl formatpublic OWLAPIRDFFormat(String name, String mimeType, Charset charset, String fileExtension, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
name - namemimeType - mime typecharset - charsetfileExtension - file extensionsupportsNamespaces - supports namespacessupportsContexts - supports contextsowlFormat - owl formatpublic OWLAPIRDFFormat(String name, String mimeType, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
name - namemimeType - mime typecharset - charsetfileExtensions - file extensionssupportsNamespaces - supports namespacessupportsContexts - supports contextsowlFormat - owl formatpublic OWLAPIRDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
name - namemimeTypes - mime typescharset - charsetfileExtensions - file extensionssupportsNamespaces - supports namespacessupportsContexts - supports contextsowlFormat - owl formatCopyright © 2021 The University of Manchester. All rights reserved.