public interface LifterContext
This class represents the context of execution of an RDFLifter. An object of this class is not thread-safe, and it shouldn't be stored for later reuse.
Author:
Manuel Fiorelli
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.rdf4j.model.IRI
    generateIRI(String xRole, Map<String,org.eclipse.rdf4j.model.Value> valueMapping)
    Generates an IRI using the target URIGenerator
    Returns the default namespace of the target
    org.eclipse.rdf4j.model.IRI
    Returns the lexicalization model of the target
  • Method Details

    • getLexicalizationModel

      org.eclipse.rdf4j.model.IRI getLexicalizationModel()
      Returns the lexicalization model of the target
      Returns:
      the lexicalization model of the target
    • generateIRI

      org.eclipse.rdf4j.model.IRI generateIRI(String xRole, Map<String,org.eclipse.rdf4j.model.Value> valueMapping) throws URIGenerationException
      Generates an IRI using the target URIGenerator
      Parameters:
      xRole -
      valueMapping -
      Returns:
      Throws:
      URIGenerationException
    • getDefaultNamespace

      String getDefaultNamespace()
      Returns the default namespace of the target
      Returns:
      the default namespace of the target