Welcome to L-space

Gitter chat

Build Status codecov

Semantic schema repository

Getting started

L-space is available for Scala 2.11.x and 2.12.x. To include lspace-ns add the following to your build.sbt:

libraryDependencies += "eu.l-space" %% "lspace-ns" % "0.0.9.3"

Modules

L-space provides additional modules for remote traversals, parsing io, rest-api templates and tinkerpop-adapters.

  • lspace-ns: Linked Data schema’s
  • lspace-ns-service: api-service for ns.l-space.eu
libraryDependencies += "eu.l-space" %% "{lspace-ns-xxx}" % "0.0.9.3"
libraryDependencies += "eu.l-space" %% "{lspace-ns-xxx-tests}" % "0.0.9.3"

Examples

examples on how to use the project modules in various environments and sample-environments (e.g. Jupyter-notebook with samples https://hub.docker.com/u/lspace/)