Class OWLAPIRDFFormat

java.lang.Object
org.eclipse.rdf4j.common.lang.FileFormat
org.eclipse.rdf4j.rio.RDFFormat
org.semanticweb.owlapi.rio.OWLAPIRDFFormat

public class OWLAPIRDFFormat extends org.eclipse.rdf4j.rio.RDFFormat
Extended RDFFormat constants for OWL formats that can be translated into RDF.
Since:
4.0.0
Author:
Peter Ansell p_ansell@yahoo.com
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OWLAPIRDFFormat
    The Manchester OWL Syntax file format.
    static final OWLAPIRDFFormat
    The OWL Functional Syntax file format.
    static final OWLAPIRDFFormat
    The OWL/XML file format.

    Fields inherited from class org.eclipse.rdf4j.rio.RDFFormat

    BINARY, HDT, JSONLD, N3, NDJSONLD, NO_CONTEXTS, NO_NAMESPACES, NO_RDF_STAR, NQUADS, NTRIPLES, RDFA, RDFJSON, RDFXML, SUPPORTS_CONTEXTS, SUPPORTS_NAMESPACES, SUPPORTS_RDF_STAR, TRIG, TRIGSTAR, TRIX, TURTLE, TURTLESTAR
  • Constructor Summary

    Constructors
    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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.semanticweb.owlapi.model.OWLDocumentFormat
     

    Methods inherited from class org.eclipse.rdf4j.rio.RDFFormat

    getAcceptParams, getStandardURI, hasStandardURI, supportsContexts, supportsNamespaces, supportsRDFStar

    Methods inherited from class org.eclipse.rdf4j.common.lang.FileFormat

    equals, getCharset, getDefaultFileExtension, getDefaultMIMEType, getFileExtensions, getMIMETypes, getName, hasCharset, hasDefaultFileExtension, hasDefaultMIMEType, hasFileExtension, hashCode, hasMIMEType, matchFileName, matchMIMEType, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • OWLAPIRDFFormat

      public OWLAPIRDFFormat(String name, String mimeType, Charset charset, String fileExtension, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
      Parameters:
      name - name
      mimeType - mime type
      charset - charset
      fileExtension - file extension
      supportsNamespaces - true if format supports namespaces
      supportsContexts - true if format supports contexts
      owlFormat - owl format
    • OWLAPIRDFFormat

      public OWLAPIRDFFormat(String name, String mimeType, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
      Parameters:
      name - name
      mimeType - mime type
      charset - charset
      fileExtensions - file extensions
      supportsNamespaces - true if format supports namespaces
      supportsContexts - true if format supports contexts
      owlFormat - owl format
    • OWLAPIRDFFormat

      public OWLAPIRDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormatFactory owlFormat)
      Parameters:
      name - name
      mimeTypes - mime types
      charset - charset
      fileExtensions - file extensions
      supportsNamespaces - true if format supports namespaces
      supportsContexts - true if format supports contexts
      owlFormat - owl format
    • OWLAPIRDFFormat

      public OWLAPIRDFFormat(String name, String mimeType, Charset charset, String fileExtension, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
      Parameters:
      name - name
      mimeType - mime type
      charset - charset
      fileExtension - file extension
      supportsNamespaces - true if format supports namespaces
      supportsContexts - true if format supports contexts
      owlFormat - owl format
    • OWLAPIRDFFormat

      public OWLAPIRDFFormat(String name, String mimeType, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
      Parameters:
      name - name
      mimeType - mime type
      charset - charset
      fileExtensions - file extensions
      supportsNamespaces - true if format supports namespaces
      supportsContexts - true if format supports contexts
      owlFormat - owl format
    • OWLAPIRDFFormat

      public OWLAPIRDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, boolean supportsNamespaces, boolean supportsContexts, org.semanticweb.owlapi.model.OWLDocumentFormat owlFormat)
      Parameters:
      name - name
      mimeTypes - mime types
      charset - charset
      fileExtensions - file extensions
      supportsNamespaces - true if format supports namespaces
      supportsContexts - true if format supports contexts
      owlFormat - owl format
  • Method Details

    • getOWLFormat

      public org.semanticweb.owlapi.model.OWLDocumentFormat getOWLFormat()
      Returns:
      A fresh instance of the matching OWLDocumentFormat for this OWLAPIRDFFormat.