public class OWLAPIRDFFormat
extends org.openrdf.rio.RDFFormat
RDFFormat constants for OWL formats that can be translated
into RDF.| Modifier and Type | Field | 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 | Description |
|---|---|
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) |
|
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,
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) |
| Modifier and Type | Method | Description |
|---|---|---|
org.semanticweb.owlapi.model.OWLDocumentFormat |
getOWLFormat() |
equals, getCharset, getDefaultFileExtension, getDefaultMIMEType, getFileExtensions, getMIMETypes, getName, hasCharset, hasDefaultFileExtension, hasDefaultMIMEType, hasFileExtension, hashCode, hasMIMEType, matchFileName, matchFileName, matchMIMEType, 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 - mimeTypecharset - charsetfileExtension - fileExtensionsupportsNamespaces - supportsNamespacessupportsContexts - supportsContextsowlFormat - owlFormatpublic OWLAPIRDFFormat(String name, String mimeType, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
name - namemimeType - mimeTypecharset - charsetfileExtensions - fileExtensionssupportsNamespaces - supportsNamespacessupportsContexts - supportsContextsowlFormat - owlFormatpublic OWLAPIRDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
name - namemimeTypes - mimeTypescharset - charsetfileExtensions - fileExtensionssupportsNamespaces - supportsNamespacessupportsContexts - supportsContextsowlFormat - owlFormatpublic OWLAPIRDFFormat(String name, String mimeType, Charset charset, String fileExtension, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
name - namemimeType - mimeTypecharset - charsetfileExtension - fileExtensionsupportsNamespaces - supportsNamespacessupportsContexts - supportsContextsowlFormat - owlFormatpublic OWLAPIRDFFormat(String name, String mimeType, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
name - namemimeType - mimeTypecharset - charsetfileExtensions - fileExtensionssupportsNamespaces - supportsNamespacessupportsContexts - supportsContextsowlFormat - owlFormatpublic OWLAPIRDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
name - namemimeTypes - mimeTypescharset - charsetfileExtensions - fileExtensionssupportsNamespaces - supportsNamespacessupportsContexts - supportsContextsowlFormat - owlFormatCopyright © 2018 The University of Manchester. All rights reserved.