Skip to content

Commit

Permalink
changed the OWL API version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Feb 13, 2024
1 parent 32e93d5 commit 55a4df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ontologies_linked_data/parser/owlapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RDFFileNotGeneratedException < Parser::ParserException

class OWLAPICommand
def initialize(input_file, output_repo, opts = {})
@owlapi_wrapper_jar_path = LinkedData.bindir + "/owlapi-wrapper-1.4.1.jar"
@owlapi_wrapper_jar_path = LinkedData.bindir + "/owlapi-wrapper-1.4.2.jar"
@input_file = input_file
@output_repo = output_repo
@master_file = opts[:master_file]
Expand Down

0 comments on commit 55a4df1

Please sign in to comment.