summaryrefslogtreecommitdiff
path: root/examples/SUMO/GeographyEng.gf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-09-21 18:40:11 +0000
committerkrasimir <krasimir@chalmers.se>2010-09-21 18:40:11 +0000
commitef1a4ebc6edcdd9f5068439a1c5329bdf7bc9e58 (patch)
tree4977a0449655648b208b8b1825d10bed5012bd14 /examples/SUMO/GeographyEng.gf
parent70d8765418023d9a8277097b6a78ee0b0943baef (diff)
added GeographyEng
Diffstat (limited to 'examples/SUMO/GeographyEng.gf')
-rw-r--r--examples/SUMO/GeographyEng.gf8
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 ;
+
+}