Class ReferenceFormulationWrapper

java.lang.Object
org.aksw.rml.jena.impl.ReferenceFormulationWrapper
All Implemented Interfaces:
ReferenceFormulation

public class ReferenceFormulationWrapper extends Object implements ReferenceFormulation
  • Field Details

  • Constructor Details

  • Method Details

    • source

      public org.apache.jena.sparql.syntax.Element source(org.aksw.rmltk.model.backbone.rml.ILogicalSource logicalSource, org.apache.jena.sparql.core.Var sourceVar)
      Description copied from interface: ReferenceFormulation
      
         <source.xml> xml:parse ?xmlDoc
       
      Specified by:
      source in interface ReferenceFormulation
      Parameters:
      logicalSource - A RML logical source specification
      sourceVar - A SPARQL variable that represents the source.
      Returns:
      A graph pattern for loading the source
    • reference

      public org.apache.jena.sparql.expr.Expr reference(org.apache.jena.sparql.core.Var itemVar, String expr)
      Description copied from interface: ReferenceFormulation
      Access attributes of an item via the given expression
      Specified by:
      reference in interface ReferenceFormulation