be.ugent.rml.StrictMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rmlmapper Show documentation
Show all versions of rmlmapper Show documentation
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
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 - 2025 Weber Informatics LLC | Privacy Policy