
it.unibz.inf.ontop.model.term.RDFConstant Maven / Gradle / Ivy
package it.unibz.inf.ontop.model.term;
import it.unibz.inf.ontop.model.type.RDFTermType;
public interface RDFConstant extends NonNullConstant {
@Override
RDFTermType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy