Class TemplatePredicate


  • public class TemplatePredicate
    extends Term<org.eclipse.rdf4j.model.IRI>
    Represents a Quad predicate template.
    Author:
    Michele Mostarda (mostarda@fbk.eu)
    • Constructor Detail

      • TemplatePredicate

        public TemplatePredicate​(String value,
                                 boolean isVar)
        Constructor.
        Parameters:
        value - internal value.
        isVar - if true it the given value will be resolved with the variable value.
    • Method Detail

      • getValueInternal

        protected org.eclipse.rdf4j.model.IRI getValueInternal​(String value)
        Specified by:
        getValueInternal in class Term<org.eclipse.rdf4j.model.IRI>
      • toString

        public String toString()
        Overrides:
        toString in class Term<org.eclipse.rdf4j.model.IRI>