forked from GitHub/gf-core
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
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 ;
|
|
|
|
}
|