http://www.w3.org/ns/prov#value | - Operator Result Meaning = Boolean LHS exactly matches the regular expression on the RHS. The expression must match the whole string. != Boolean Inverse of = =~ Boolean LHS contains RHS i.e. the RHS is found somewhere in the field value. < Boolean Numeric < > Boolean Numeric > >= Boolean Numeric >= <= Boolean Numeric <= lc String Unary lower case uc String Unary UPPER CASE EARLIER_THAN BOOLEAN Date
|