//class dictionary // simplified cd for Triples transportation pattern example // pages 320-325 in AP book. Company = List(Customer). Customer = "customer" List(Item) String String. Item = "item" Producer String. Producer = "producer" String String. List(S) ~ {S} . CustomerTV = String String. ProducerTV = String String. SameLocationV = CustomerTV ProducerTV. Main = .