Package org.aksw.r2rml.jena.jdbc.impl
Class NaturalMappings
java.lang.Object
org.aksw.r2rml.jena.jdbc.impl.NaturalMappings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.jena.sparql.function.user.UserDefinedFunctionDefinition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeMappercreateNodeMapper(int sqlType) static NodeMappercreateNodeMapper(int sqlType, SqlTypeMapper sqlTypeMapper) static Set<SqlDatatype>getDefaultDatatypes(org.apache.jena.datatypes.TypeMapper typeMapper) static <K,V> void Put the same value for multiple keysstatic voidregisterSqlToXsdTypeMaps(Map<Integer, String> sqlToXsd) Natural mappings according to https://www.w3.org/TR/r2rml/#natural-mapping
-
Field Details
-
udfd_timestamp
public static final org.apache.jena.sparql.function.user.UserDefinedFunctionDefinition udfd_timestamp
-
-
Constructor Details
-
NaturalMappings
public NaturalMappings()
-
-
Method Details
-
putValue
Put the same value for multiple keys -
createNodeMapper
-
createNodeMapper
-
getDefaultDatatypes
-
registerSqlToXsdTypeMaps
Natural mappings according to https://www.w3.org/TR/r2rml/#natural-mapping- Parameters:
sqlToXsd- The map to which the mappings are added
-