/* A set of examples with structural attributes. */ /* The partial ordering of the values is defined */ /* with taxonomy trees. See the file taxonomy.pl */ example(1,pos,[red,square]). example(2,pos,[blue,rectangle]). example(3,neg,[pink,triangle]). example(4,neg,[blue,ellipse]). example(5,pos,[orange,square]).