All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.ostrzyciel.jelly.convert.rdf4j.rio.package.scala Maven / Gradle / Ivy

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,
    true, // supports namespaces if ENABLE_NAMESPACE_DECLARATIONS is true, otherwise ignored
    true,
    true
  )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy