swrlapi-drools-engine icon indicating copy to clipboard operation
swrlapi-drools-engine copied to clipboard

Drools implementation of a SWRLAPI-based OWL 2 RL reasoner and SWRL rule engine

Results 7 swrlapi-drools-engine issues
Sort by recently updated
recently updated
newest added

Due to some reported issue we need to upgrade our Maven jars to 3.8.x but these version of Maven are not compatible with the current version of Drool Jars. The...

I am developping a rdf dataset using skos vocabulary. I use lots of mapping relation skos:exactMatch and skos:closeMatch and other skos:broadMatch, skos:broader and so on... I try to infer some...

Hello, First of all, thanks for you work on the swrlapi. Unfortunately, the dependency towards a rather old version of the owl api (5.0.0) limits my ability to use it...

Hi friends, I have a problem with creating query engine object. It takes too much time to generate an object of query engine (around 1 minute). My code is below:...

package swrlApi; import org.semanticweb.owlapi.apibinding.OWLManager; import org.semanticweb.owlapi.model.OWLOntology; import org.semanticweb.owlapi.model.OWLOntologyCreationException; import org.semanticweb.owlapi.model.OWLOntologyManager; import org.swrlapi.builtins.AbstractSWRLBuiltInLibrary; import org.swrlapi.builtins.SWRLBuiltInLibraryManager; import org.swrlapi.factory.SWRLAPIFactory; import org.swrlapi.parser.SWRLParseException; import org.swrlapi.sqwrl.SQWRLQueryEngine; import org.swrlapi.sqwrl.SQWRLResult; import org.swrlapi.sqwrl.exceptions.SQWRLException; import java.io.File; import java.util.Optional; public class...

When using swrlapi-drools-engine 1.1.3 in [SBT](http://www.scala-sbt.org/), I get unresolved dependencies which are not found: - org.drools#drools-osgi-integration;6.4.0.Final - org.drools#knowledge-api;6.4.0.Final I have tried several former versions of swrlapi-drools-engine which are all affected...

I have written the following code to utilize the SWRLRuleEngine for executing a self-defined rule. When I output the ontology to a file and inspect it in Protege, I notice...