Class RmlXTerms

java.lang.Object
org.aksw.rmlx.model.RmlXTerms

public class RmlXTerms extends Object
Terms for extensions of RML
  • Field Details

    • NS

      public static final String NS
      See Also:
    • RML_SOURCE_SERVICE_IRI

      public static final String RML_SOURCE_SERVICE_IRI
      IRI for SERVICE invalid input: '<'> {} blocks that contain RML source specifications
      See Also:
    • output

      public static final String output
      The variable for specifying the variable that should be bound to the records of a logical source.
       :x
         a rml:LogicalSource ;
         rml:source "myfile.csv" ;
         asx:rml.output ?output .
       
      See Also:
    • alias

      public static final String alias
      Property IRI to introduce an alias for a reference expression
      See Also:
    • bind

      public static final String bind
      Property IRI to introduce an alias for a SPARQL expression. Variables in expressions can be aliases.
      See Also:
    • filter

      public static final String filter
      Property IRI whose range is the set of SPARQL expressions (as strings).
      See Also:
    • qualifiedBind

      public static final String qualifiedBind
      See Also:
    • definition

      public static final String definition
      Property IRI to introduce a definition for an alias or macro name
      See Also:
  • Constructor Details

    • RmlXTerms

      public RmlXTerms()