eu.ostrzyciel.jelly.convert.rdf4j.rio.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jelly-rdf4j_2.13 Show documentation
Show all versions of jelly-rdf4j_2.13 Show documentation
Jelly parsers, serializers, and other utilities for RDF4J.
The newest version!
package eu.ostrzyciel.jelly.convert.rdf4j
import eu.ostrzyciel.jelly.core.Constants.*
import org.eclipse.rdf4j.rio.RDFFormat
package object rio:
/**
* The Jelly RDF format for RDF4J Rio.
*/
val JELLY = new RDFFormat(
jellyName,
jellyContentType,
null,
jellyFileExtension,
false,
false,
true
)