Package org.aksw.rml.jena.service
Class RmlSymbols
java.lang.Object
org.aksw.rml.jena.service.RmlSymbols
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.jena.sparql.util.SymbolSymbol to provide eventual resolution of the constant RDF termrml:CurrentWorkingDirectoryto aobject.invalid reference
java.nio.Pathstatic final org.apache.jena.sparql.util.SymbolSymbol to provide aRmlSourceResolver.static final org.apache.jena.sparql.util.SymbolSymbol to provide eventual resolution of the constant RDF termrml:MappingDirectoryto aobject.invalid reference
java.nio.Path -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
symMappingDirectory
public static final org.apache.jena.sparql.util.Symbol symMappingDirectorySymbol to provide eventual resolution of the constant RDF termrml:MappingDirectoryto aobject. The following values for the symbol are valid and should be supported by implementations:invalid reference
java.nio.Path- A
object.
invalid reference
java.nio.Path - A
Stringobject. Will be passed to.invalid reference
java.nio.Path#of(String, String...)
- A
-
symCurrentWorkingDirectory
public static final org.apache.jena.sparql.util.Symbol symCurrentWorkingDirectorySymbol to provide eventual resolution of the constant RDF termrml:CurrentWorkingDirectoryto aobject. The following values for the symbol are valid and should be supported by implementations:invalid reference
java.nio.Path- A
object.
invalid reference
java.nio.Path - A
Stringobject. Will be passed to.invalid reference
java.nio.Path#of(String, String...)
- A
-
symD2rqDatabaseResolver
public static final org.apache.jena.sparql.util.Symbol symD2rqDatabaseResolverSymbol to provide aRmlSourceResolver. The source resolver is a callback that can modify the state of aResourcethat describes the source. For example, can be used to alter the values for port or host name of aD2rqDatabase.
-
-
Constructor Details
-
RmlSymbols
public RmlSymbols()
-