Filter by Integer
Description
Selects objects by the value of an integer property.
Input
SOURCE [OBJ]
: the list of objects to filter
Output
TRUE [OBJ]
: the objects for which the selection appliesFALSE [OBJ]
: the objects for which the selection does not apply
Parameters
Property
: the integer property to check. Use*
to consider all properties.Use sub-properties
: when set totrue
, the values of all sub-properties are also included. Sub-properties can be defined in the data with therdfs:subPropertyOf
relation.Literal
: the value to compare each object's value againstOperation
: comparison function to use (=
,!=
,<
,>
,<=
,>=
)
Output scores can be aggregated and/or normalized.