Standalone SWRLTab

Standalone version of SWRLTab that uses the OWLAPI-based version of the SWRLAPI

License

License

GroupId

GroupId

edu.stanford.swrl
ArtifactId

ArtifactId

swrltab
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Standalone SWRLTab
Standalone version of SWRLTab that uses the OWLAPI-based version of the SWRLAPI
Project URL

Project URL

https://github.com/protegeproject/swrltab/wiki
Source Code Management

Source Code Management

https://github.com/protegeproject/swrltab

Download swrltab

How to add to project

<!-- https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/ -->
<dependency>
    <groupId>edu.stanford.swrl</groupId>
    <artifactId>swrltab</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/
implementation 'edu.stanford.swrl:swrltab:1.1.1'
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/
implementation ("edu.stanford.swrl:swrltab:1.1.1")
'edu.stanford.swrl:swrltab:jar:1.1.1'
<dependency org="edu.stanford.swrl" name="swrltab" rev="1.1.1">
  <artifact name="swrltab" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.swrl', module='swrltab', version='1.1.1')
)
libraryDependencies += "edu.stanford.swrl" % "swrltab" % "1.1.1"
[edu.stanford.swrl/swrltab "1.1.1"]

Dependencies

compile (8)

Group / Artifact Type Version
edu.stanford.swrl : swrlapi jar 1.1.1
edu.stanford.swrl : swrlapi-drools-engine jar 1.1.1
net.sourceforge.owlapi : owlapi-osgidistribution jar 4.2.5
org.checkerframework : checker jar 1.9.13
org.checkerframework : checker-qual jar 1.9.13
org.checkerframework : jdk8 jar 1.9.13
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : slf4j-simple jar 1.7.21

Project Modules

There are no modules declared in this project.

SWRLTab

Build Status

The SWRLTab is a SWRLAPI-based environment that provides a set of standalone graphical interfaces for managing SWRL rules and SQWRL queries.

Documentation can be found at the SWRLTab Wiki.

A Protégé Desktop Ontology Editor-based SWRLTab Plugin is also available.

Building and Running

To build and run this project you must have the following items installed:

Get a copy of the latest code:

git clone https://github.com/protegeproject/swrltab.git 

Change into the swrltab directory:

cd swrltab

Build it with Maven:

mvn clean install

On build completion, your local Maven repository will contain generated swrltab-${version}.jar and swrltab-${version}-jar-with-dependencies.jar files. The ./target directory will also contain these JARs.

You can then run the standalone SQWRLTab as follows:

mvn exec:java

You can run the standalone SWRLTab as follows:

java -cp ./target/swrltab-${version}-jar-with-dependencies.jar org.swrltab.ui.SWRLTab 

License

The software is licensed under the BSD 2-clause License.

Questions

If you have questions about this library, please go to the main Protégé website and subscribe to the Protégé Developer Support mailing list. After subscribing, send messages to protege-dev at lists.stanford.edu.

edu.stanford.swrl

Protégé Project

Versions

Version
1.1.1
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.0-beta-52