mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -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 =
|
concrete SUMOEng of SUMO =
|
||||||
BasicEng,
|
BasicEng,
|
||||||
MidLevelOntologyEng,
|
MidLevelOntologyEng,
|
||||||
|
GeographyEng,
|
||||||
EconomyEng,
|
EconomyEng,
|
||||||
EngineeringEng,
|
EngineeringEng,
|
||||||
MondialEng,
|
MondialEng,
|
||||||
|
|||||||
Reference in New Issue
Block a user