summaryrefslogtreecommitdiff
path: root/examples/SUMO/EconomyEng.gf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-06-06 11:06:44 +0000
committerkrasimir <krasimir@chalmers.se>2010-06-06 11:06:44 +0000
commit455d9558417a759fae3ccbe5cde5c9f5064a08d2 (patch)
tree29da2938fa553f993624fc4fcf781d742a8ae4e9 /examples/SUMO/EconomyEng.gf
parentae79d4e4b2632b7b9ee9e5a24455d0ca41dc4387 (diff)
changes in SUMO: formatting and fixes for lots of lots of small problems
Diffstat (limited to 'examples/SUMO/EconomyEng.gf')
-rw-r--r--examples/SUMO/EconomyEng.gf13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/SUMO/EconomyEng.gf b/examples/SUMO/EconomyEng.gf
new file mode 100644
index 000000000..87cf57984
--- /dev/null
+++ b/examples/SUMO/EconomyEng.gf
@@ -0,0 +1,13 @@
+concrete EconomyEng of Economy = MidLevelOntologyEng ** open DictLangEng, DictEng, ParadigmsEng in {
+
+lin
+ Apple = UseN apple_N ;
+ Avocado = UseN avocado_N ;
+ Coconut = UseN coconut_N ;
+ DateFruit = ApposCN (UseN date_N) (MassNP (UseN fruit_N)) ;
+ Fodder = UseN fodder_N ;
+ Hay = UseN hay_N ;
+ Opium = UseN opium_N ;
+ Pea = UseN pea_N ;
+
+}