All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.ugent.rml.StrictMode Maven / Gradle / Ivy

package be.ugent.rml;

/**
 * Indicates how the executor will handle IRI-unsafe values.
 */
public enum StrictMode {
    /**
     * The executor will attempt to skip records that cannot be mapped to IRI-safe values.
     */
    BEST_EFFORT,
    /**
     * The executor will throw an exception when a record cannot be mapped to an IRI-safe triple.
     */
    STRICT,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy