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

be.ugent.rml.records.ReferenceFormulation 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.records;

import be.ugent.rml.NAMESPACES;

public class ReferenceFormulation {
    public static String XPath = NAMESPACES.QL + "XPath";
    public static String CSV = NAMESPACES.QL + "CSV";
    public static String RDB = NAMESPACES.QL + "RDB";
    public static String JSONPath = NAMESPACES.QL + "JSONPath";
    public static String CSS3 = NAMESPACES.QL + "CSS3";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy