Conceptset
Description
Formatting
{ 'Color'.'Orange', 'Color'.'Blue', 'Color'.'Red' }
/* a set of concepts with the colors Orange, Blue and Red */
{ }
/* one empty set = not an unknown set, rather a known set with 0 concepts */
{ 'Color'.'Orange', 'Color'.'Blue' } + { 'Color'.'Orange', 'Color'.'Red' }
= { 'Color'.'Orange', 'Color'.'Blue', 'Color'.'Red' }
/* no duplicates when combining 2 sets with overlapping concepts */Unknown
Remarks
Last updated
Was this helpful?