
io.carml.model.ExpressionMap Maven / Gradle / Ivy
package io.carml.model;
import org.eclipse.rdf4j.model.Value;
public interface ExpressionMap extends Resource {
Value getConstant();
String getReference();
String getTemplate();
TriplesMap getFunctionValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy