eu.ostrzyciel.jelly.convert.rdf4j.rio.JellyParserFactory.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.rio
import org.eclipse.rdf4j.rio.{RDFFormat, RDFParserFactory}
final class JellyParserFactory extends RDFParserFactory:
override def getRDFFormat: RDFFormat = JELLY
override def getParser: JellyParser = JellyParser()