Filter by Double Input
Description
Selects objects by the value of a double property. Values to compare against are provided as an input to this block.
Input
SOURCE [OBJ]
: the list of objects to filterINPUT [DOUBLE]
: the list of values to compare objects' values against
Output
TRUE [OBJ]
: the objects for which the selection applies (ANY value in input matches)FALSE [OBJ]
: the objects for which the selection does not apply (NO value in input matches)
Parameters
Property
: the double 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.