-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
aprakas2 edited this page Oct 10, 2014
·
5 revisions
Obtain Spanqit by cloning this repo:
git clone https://github.com/aprakas2/spanqit.git
For maven users, change into the newly created spanqit directory and run the maven install command:
cd spanqit/
mvn installNote: Spanqit requires JDK 8
You will then be able to add the following dependency to your project(s) pom files:
<dependency>
<groupId>pers.mprakash.rdf</groupId>
<artifactId>Spanqit</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>Note: This won't be necessary once Spanqit is actually in a maven repository.
- Home
- Get Spanqit
- Creating Queries
- Creating Elements
- [Graph Patterns](Graph Patterns)
- Constraints
- [RDF Model](The RDF Model)
- Examples
- [Known Limitations](Known Limitations)
- [Contributing to Spanqit](Contributing to Spanqit)
- Contact