com.cefriel.util.ChimeraRmlConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-chimera-rmlmapper Show documentation
Show all versions of camel-chimera-rmlmapper Show documentation
Chimera Component for the Apache Camel framework that enables RML based mappings through a fork of the rmlmapper library
/*
* Copyright (c) 2019-2022 Cefriel.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cefriel.util;
public class ChimeraRmlConstants {
public static final String PREFIX_BASE_IRI = "prefix_base_iri";
public static final String RML_MAPPINGS = "rml_mappings";
public static final String RML_FUNCTION = "rml_function";
public static final String RML_CONFIG = "rml_config";
public static final String RML_BASECONFIG = "rml_baseConfig";
public static final String RML_LABEL = "rml_label";
public static final String RML_INITIALIZER = "rml_initializer";
public static final String CONCURRENCY_LOGICAL_SOURCE = "logical_source";
public static final String CONCURRENCY_TRIPLES_MAPS = "triples_maps";
public static final int DEFAULT_NUM_THREADS = 4;
}