SWRLAPI Example

Parent POM for SWRLAPI Project

License

License

GroupId

GroupId

edu.stanford.swrl
ArtifactId

ArtifactId

swrlapi-example
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

SWRLAPI Example
Parent POM for SWRLAPI Project
Source Code Management

Source Code Management

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

Download swrlapi-example

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.3
1.0.0-beta-52