summaryrefslogtreecommitdiff
path: root/examples/SUMO/EconomyEng.gf
blob: 87cf579848fb6d6497f6d30037fda63335612caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
concrete EconomyEng of Economy = MidLevelOntologyEng ** open DictLangEng, DictEng, ParadigmsEng in {

lin
  Apple = UseN apple_N ;
  Avocado = UseN avocado_N ;
  Coconut = UseN coconut_N ;
  DateFruit = ApposCN (UseN date_N) (MassNP (UseN fruit_N)) ;
  Fodder = UseN fodder_N ;
  Hay = UseN hay_N ;
  Opium = UseN opium_N ;
  Pea = UseN pea_N ;

}