Query Language

left top right

Primitive Queries

(empty? field-name)
(exists? field-name)
(contains? word field-name)
(contains? word)

Means of Combination

(and q1 q2 ...)
(or q1 q2 ...)
(not q)

Example

(and (not (empty? keywords))
     (contains? Northeastern)
     (contains? University)
     (contains? computer subject))

Peter Beebee & Jim Miller

http://www.w3.org/ W3C