L-space-NS 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" % "{version}"
L-space provides additional modules for remote traversals, parsing io, rest-api templates and tinkerpop-adapters.
lspace-ns
: parsers for linked datalspace-ns-service
: api-service for ns.l-space.eu
libraryDependencies += "eu.l-space" %% "{lspace-xxx}" % "{version}"
examples
on how to use the project modules in various environments and
sample-environments (e.g. Jupyter-notebook with samples)