Class OwlapiOntoDriverProperties
java.lang.Object
cz.cvut.kbss.ontodriver.owlapi.config.OwlapiOntoDriverProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Default IRI mapping delimiter.static final String
Delimits IRI mappings in the mapping file.static final String
Represents location of a OWLAPI mapping file.static final String
Specifies whether an in-memory storage should be used for OWL ontologies.static final String
When set to true, the driver will write the content of the ontology into its file after commit. -
Method Summary
-
Field Details
-
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
Delimits IRI mappings in the mapping file.- See Also:
-
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
Default IRI mapping delimiter.- See Also:
-
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:
-