Class RmlSymbols

java.lang.Object
org.aksw.rml.jena.service.RmlSymbols

public class RmlSymbols extends Object
  • Field Details

    • symMappingDirectory

      public static final org.apache.jena.sparql.util.Symbol symMappingDirectory
      Symbol to provide eventual resolution of the constant RDF term rml:MappingDirectory to a
      invalid reference
      java.nio.Path
      object. The following values for the symbol are valid and should be supported by implementations:
      • A
        invalid reference
        java.nio.Path
        object.
      • A String object. Will be passed to
        invalid reference
        java.nio.Path#of(String, String...)
        .
    • symCurrentWorkingDirectory

      public static final org.apache.jena.sparql.util.Symbol symCurrentWorkingDirectory
      Symbol to provide eventual resolution of the constant RDF term rml:CurrentWorkingDirectory to a
      invalid reference
      java.nio.Path
      object. The following values for the symbol are valid and should be supported by implementations:
      • A
        invalid reference
        java.nio.Path
        object.
      • A String object. Will be passed to
        invalid reference
        java.nio.Path#of(String, String...)
        .
    • symD2rqDatabaseResolver

      public static final org.apache.jena.sparql.util.Symbol symD2rqDatabaseResolver
      Symbol to provide a RmlSourceResolver. The source resolver is a callback that can modify the state of a Resource that describes the source. For example, can be used to alter the values for port or host name of a D2rqDatabase.
  • Constructor Details

    • RmlSymbols

      public RmlSymbols()