Package org.aksw.rmlx.model
Class RmlXTerms
java.lang.Object
org.aksw.rmlx.model.RmlXTerms
Terms for extensions of RML
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty IRI to introduce an alias for a reference expressionstatic final StringProperty IRI to introduce an alias for a SPARQL expression.static final StringProperty IRI to introduce a definition for an alias or macro namestatic final StringProperty IRI whose range is the set of SPARQL expressions (as strings).static final Stringstatic final StringThe variable for specifying the variable that should be bound to the records of a logical source.static final Stringstatic final StringIRI for SERVICE invalid input: '<'> {} blocks that contain RML source specifications -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NS
- See Also:
-
RML_SOURCE_SERVICE_IRI
IRI for SERVICE invalid input: '<'> {} blocks that contain RML source specifications- See Also:
-
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
Property IRI to introduce an alias for a reference expression- See Also:
-
bind
Property IRI to introduce an alias for a SPARQL expression. Variables in expressions can be aliases.- See Also:
-
filter
Property IRI whose range is the set of SPARQL expressions (as strings).- See Also:
-
qualifiedBind
- See Also:
-
definition
Property IRI to introduce a definition for an alias or macro name- See Also:
-
-
Constructor Details
-
RmlXTerms
public RmlXTerms()
-