Skip to content

Commit

Permalink
New version of the owlapi-wrapper JAR (v 1.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Nov 4, 2023
1 parent 5600020 commit 9487c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
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 9487c7f

Please sign in to comment.