Standalone SWRLTab

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

Лицензия

Лицензия

Группа

Группа

edu.stanford.swrl
Идентификатор

Идентификатор

swrltab
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Standalone SWRLTab
Standalone version of SWRLTab that uses the OWLAPI-based version of the SWRLAPI
Ссылка на сайт

Ссылка на сайт

https://github.com/protegeproject/swrltab/wiki
Система контроля версий

Система контроля версий

https://github.com/protegeproject/swrltab

Скачать swrltab

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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