mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 22:39:31 -06:00
added GeographyEng
This commit is contained in:
8
examples/SUMO/GeographyEng.gf
Normal file
8
examples/SUMO/GeographyEng.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
concrete SUMOEng of SUMO =
|
||||
BasicEng,
|
||||
MidLevelOntologyEng,
|
||||
GeographyEng,
|
||||
EconomyEng,
|
||||
EngineeringEng,
|
||||
MondialEng,
|
||||
|
||||
Reference in New Issue
Block a user