l

lutra-wottr

This Lutra submodule implements readers and writers for the wOTTR serialisation format (https://spec.ottr.xyz/wOTTR/0.4/). wOTTR is a syntax for writing templates and instances in RDF intended for publishing templates and instances on the web or for storage in a triplestore. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.
Files download
File Operation
lutra-wottr-0.6.19.jar download
lutra-wottr-0.6.19.pom download
lutra-wottr-0.6.19-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.ottr.lutra</groupId>
  <artifactId>lutra-wottr</artifactId>
  <version>0.6.19</version>
</dependency>
Gradle Groovy
implementation 'xyz.ottr.lutra:lutra-wottr:0.6.19'
Gradle Kotlin
implementation("xyz.ottr.lutra:lutra-wottr:0.6.19")
Scala SBT
libraryDependencies += "xyz.ottr.lutra" % "lutra-wottr" % "0.6.19"
Groovy Grape
@Grapes(
  @Grab(group='xyz.ottr.lutra', module='lutra-wottr', version='0.6.19')
)
Apache Ivy
<dependency org="xyz.ottr.lutra" name="lutra-wottr" rev="0.6.19" />
Leiningen
[xyz.ottr.lutra/lutra-wottr "0.6.19"]
Apache Buildr
'xyz.ottr.lutra:lutra-wottr:jar:0.6.19'