pseifer / dltypes-example

Example project for dltypes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScaSpa Example

This is a minimal example project for the dltypes Scala compiler plugin.

Setup (Example)

  1. Build dltypes-lib
  2. Build dltypes
  3. Copy the assembled plugin into the lib/ folder of this project
  4. Build the example with sbt compile
  5. (Optional) To execute the example program, setup the triple store [1]

[1] ScaSpa currently only supports the Stardog triple store. Information on how to get a licence, install and setup Stardog can be found in the documentation on the Stardog website.

The example uses the LUBM ontology.

About

Example project for dltypes.

License:Apache License 2.0


Languages

Language:Scala 100.0%