diff options
Diffstat (limited to 'examples/SUMO/GeographyEng.gf')
| -rw-r--r-- | examples/SUMO/GeographyEng.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/SUMO/GeographyEng.gf b/examples/SUMO/GeographyEng.gf new file mode 100644 index 000000000..9d94ea579 --- /dev/null +++ b/examples/SUMO/GeographyEng.gf @@ -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 ;
+
+}
|
