https://github.com/protegeproject/swrlapi-parent
Parent project for SWRLAPI components
https://github.com/protegeproject/swrlapi-parent
Last synced: 5 months ago
JSON representation
Parent project for SWRLAPI components
- Host: GitHub
- URL: https://github.com/protegeproject/swrlapi-parent
- Owner: protegeproject
- License: other
- Created: 2016-03-16T00:06:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T19:54:27.000Z (over 1 year ago)
- Last Synced: 2025-07-30T21:49:50.640Z (11 months ago)
- Size: 104 KB
- Stars: 2
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## SWRLAPI Parent Project
[](https://travis-ci.org/protegeproject/swrlapi-parent)
[](https://maven-badges.herokuapp.com/maven-central/edu.stanford.swrl/swrlapi-parent)
This project contains a Maven POM for [SWRLAPI](https://github.com/protegeproject/swrlapi/wiki)-related components.
It contains version and configuration information that is used by all SWRLAPI projects.
An associated [SWRLAPI Build Project](https://github.com/protegeproject/swrlapi-project.git) uses this POM
when building all SWRLAPI components.
#### Building
To run the build process in this project you must have the following items installed:
+ [Java 11](https://www.oracle.com/java/technologies/downloads/archive/) or later
+ A tool for checking out a [Git](https://git-scm.com/) repository
+ Apache's [Maven](https://maven.apache.org/index.html)
+ A Protégé (5.6.4 or higher) distribution. Download [here](https://protege.stanford.edu/products.php#desktop-protege).
Create a suitable local directory and then clone the project as follows:
git clone https://github.com/protegeproject/swrlapi-parent.git
Change into the SWRLAPI parent directory:
cd swrlapi-parent
And then build the parent project with Maven:
mvn clean install
#### License
The software is licensed under the [BSD 2-clause License](https://github.com/protegeproject/swrltab-project/blob/master/license.txt).
#### Questions
If you have questions about this project, please go to the main
Protégé website and subscribe to the [Protégé Developer Support
mailing list](http://protege.stanford.edu/support.php#mailingListSupport).
After subscribing, send messages to protege-dev at lists.stanford.edu.