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

be.ugent.rml.term.Term Maven / Gradle / Ivy

package be.ugent.rml.term;

import org.eclipse.rdf4j.model.Value;

public interface Term extends Value {

    String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy