Class OwlapiOntoDriverProperties

java.lang.Object
cz.cvut.kbss.ontodriver.owlapi.config.OwlapiOntoDriverProperties

public abstract class OwlapiOntoDriverProperties extends Object
  • Field Details

    • MAPPING_FILE_LOCATION

      public static final String MAPPING_FILE_LOCATION
      Represents location of a OWLAPI mapping file.

      This file is used to map logical IRIs of ontologies to their physical locations, e.g. in case they are not accessible online, but are stored in files locally.

      See Also:
    • IRI_MAPPING_DELIMITER

      public static final String IRI_MAPPING_DELIMITER
      Delimits IRI mappings in the mapping file.
      See Also:
    • WRITE_ON_COMMIT

      public static final String WRITE_ON_COMMIT
      When set to true, the driver will write the content of the ontology into its file after commit.
      See Also:
    • DEFAULT_IRI_MAPPING_DELIMITER

      public static final String DEFAULT_IRI_MAPPING_DELIMITER
      Default IRI mapping delimiter.
      See Also:
    • USE_VOLATILE_STORAGE

      public static final String USE_VOLATILE_STORAGE
      Specifies whether an in-memory storage should be used for OWL ontologies.

      When set to true, the ontology created by the driver is not stored. If an ontology file already existed, this setting has no effect and changes made by the driver are written to the file.

      Boolean value expected, default is false.

      See Also: