The concept
keyword points to the current concept in a concept set.
Syntax
concept
Returns
A concept.
Examples
'Colors' where concept:'Type' = "primary"
/* returns all primary colors */
concept:'CountryCode' of [Countries]
/* returns all country codes */