jar

xyz.ottr.lutra : lutra-wottr

Maven & Gradle

Jun 13, 2023

xyz.ottr.lutra: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.

Table Of Contents

Latest Version

Download xyz.ottr.lutra : lutra-wottr JAR file - Latest Versions:

All Versions

Download xyz.ottr.lutra : lutra-wottr JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window lutra-wottr-0.6.18.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xyz.ottr.lutra.wottr

├─ xyz.ottr.lutra.wottr.WOTTR.class - [JAR]

├─ xyz.ottr.lutra.wottr.WottrFormat.class - [JAR]

xyz.ottr.lutra.wottr.writer

├─ xyz.ottr.lutra.wottr.writer.WInstanceWriter.class - [JAR]

├─ xyz.ottr.lutra.wottr.writer.WStreamedInstanceWriter.class - [JAR]

├─ xyz.ottr.lutra.wottr.writer.WTemplateWriter.class - [JAR]

├─ xyz.ottr.lutra.wottr.writer.WTermWriter.class - [JAR]

├─ xyz.ottr.lutra.wottr.writer.WTripleWriter.class - [JAR]

├─ xyz.ottr.lutra.wottr.writer.WTypeWriter.class - [JAR]

├─ xyz.ottr.lutra.wottr.writer.WriterUtils.class - [JAR]

xyz.ottr.lutra.wottr.io

├─ xyz.ottr.lutra.wottr.io.RDFIO.class - [JAR]

├─ xyz.ottr.lutra.wottr.io.RDFInputStreamReader.class - [JAR]

├─ xyz.ottr.lutra.wottr.io.RDFReader.class - [JAR]

xyz.ottr.lutra.wottr.util

├─ xyz.ottr.lutra.wottr.util.PrefixMappings.class - [JAR]

├─ xyz.ottr.lutra.wottr.util.RDFNodes.class - [JAR]

xyz.ottr.lutra.wottr.parser

├─ xyz.ottr.lutra.wottr.parser.ModelSelector.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WArgumentParser.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WInstanceParser.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WParameterParser.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WTemplateParser.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WTermParser.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WTripleInstanceParser.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WTripleSerialiser.class - [JAR]

├─ xyz.ottr.lutra.wottr.parser.WTypeParser.class - [JAR]

Advertisement