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

be.ugent.rml.functions.lib.IDLabTestFunctions Maven / Gradle / Ivy

Go to download

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.

There is a newer version: 7.2.0
Show newest version
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