be.ugent.rml.functions.lib.IDLabTestFunctions 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.functions.lib;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class IDLabTestFunctions extends IDLabFunctions {
private static final Logger logger = LoggerFactory.getLogger(IDLabTestFunctions.class);
public static String random() {
return "random_string_here";
}
public static String getNull() {
return null;
}
public static String generateA() {
return "A_by_function";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy