Package org.aksw.jena_sparql_api.restriction


package org.aksw.jena_sparql_api.restriction
  • Class
    Description
     
    This class represents restrictions to be used on variables.
    Interface for associating restrictions with (query) variables.
    This class combines two concepts: - Construction of expressions - Binding variables to values (thus constraining the set of possible values for variables) Furthermore, we can distinguish between bindings inferred from expressions, such as (?p = rdf:type) -> (?p -> rdf:type) and bindings stated by the user A monotone container for assigning constraints to expressions.
    A set of restrictions corresponding to the union of restrictions.
    A disjunction of restrictions.
    Restrictions for explicit values