| Did you know ... | Search Documentation: | 
|  | Predicate {}/1 | 
:- use_module(library(clpq/nf_q)). {}(+Constraints)
{}(+Constraints):- use_module(library(semweb/rdf11)). [semidet]{}(+Where)
[semidet]{}(+Where)->), the 
semantics of the goal remains the same. Preferably, constraints are 
placed before the graph pattern as they often help the RDF 
database to exploit its literal indexes. In the example below, the 
database can choose between using the subject and/or predicate hash or 
the ordered literal table.
    { Date >= "2000-01-01"^^xsd:date },
    rdf(S, P, Date)
The following constraints are currently defined:
>, >====<<
The predicates rdf_where/1 
and {}/1 are identical. The
rdf_where/1 variant is provided 
to avoid ambiguity in applications where {}/1 is used for other 
purposes. Note that it is also possible to write rdf11:{...}.