SWRLAPI Example

Parent POM for SWRLAPI Project

Лицензия

Лицензия

Группа

Группа

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

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

swrlapi-example
Последняя версия

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

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

SWRLAPI Example
Parent POM for SWRLAPI Project
Система контроля версий

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

https://github.com/protegeproject/swrlapi-example

Скачать swrlapi-example

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
edu.stanford.swrl : swrlapi jar 1.0.3
edu.stanford.swrl : swrlapi-drools-engine jar 1.0.3
net.sourceforge.owlapi : owlapi-osgidistribution jar 4.2.3
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : slf4j-simple jar 1.7.21

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

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

SWRLAPI Example

This project provides a simple example of a Java application that uses the SWRLAPI to create and execute SWRL rules and SQWRL queries.

You can import this project into your favourite IDE using its Maven-based project creation facility.

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/swrlapi-example.git 

Change into the swrlapi-example directory:

cd swrlapi-example

Build it with Maven:

mvn clean install

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

You can then run the application as follows:

mvn exec:java

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.0.3
1.0.0-beta-52