added GeographyEng

This commit is contained in:
krasimir
2010-09-21 18:40:11 +00:00
parent cce52f3646
commit 2654d1e5aa
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
concrete GeographyEng of Geography = MidLevelOntologyEng ** open DictLangEng, DictEng, ParadigmsEng in {
lin
NaturalSatellite = AdjCN (PositA natural_A) (UseN satellite_N) ;
Planet = UseN planet_N ;
Satellite = UseN satellite_N ;
}

View File

@@ -2,6 +2,7 @@
concrete SUMOEng of SUMO =
BasicEng,
MidLevelOntologyEng,
GeographyEng,
EconomyEng,
EngineeringEng,
MondialEng,