Skip to content

swrlapi issue using owlapi and openllet #91

@Ines-Akaichi

Description

@Ines-Akaichi

Hi everyone,

I want to use OWLAPI, SWRLAPI and Openllet in a project.
I started by using the OWLAPI 5.51 with openllet 2.6.5 and that wasn't an issue.
As soon as I added SWRLAPI 2.1.3, everything broke. It seems there is a dependency issue.
I tried old versions with thr OWLAPI, but that didn't solve the issue.

I am using java 17 and Maven. I use the following dependencies:

   <dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-distribution</artifactId>
    <version>5.5.1</version>
        <scope>compile</scope>
   </dependency>
   
      <!-- Pellet reasoner -->
	  <dependency>
	    <groupId>com.github.galigator.openllet</groupId>
	     <artifactId>openllet-owlapi</artifactId>
	     <version>2.6.5</version>
	 </dependency>

     <dependency>
	 <groupId>edu.stanford.swrl</groupId>
	  <artifactId>swrlapi</artifactId>
	  <version>2.1.3</version>
	  <scope>compile</scope>
	</dependency> 

Any idea how can I make this work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions