diff options
| author | krasimir <krasimir@chalmers.se> | 2010-09-17 16:19:40 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-09-17 16:19:40 +0000 |
| commit | d2a17f02d75ce333170c25bca48c9976d777e344 (patch) | |
| tree | dd3d4bfc706d781ac12452c01315e95490de1c53 /examples | |
| parent | 18e09d6483d0bac2b234c4883f573ff9b217d654 (diff) | |
some comments in Mondial.gf
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SUMO/Mondial.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/SUMO/Mondial.gf b/examples/SUMO/Mondial.gf index 612f53fb8..e8eb060cd 100644 --- a/examples/SUMO/Mondial.gf +++ b/examples/SUMO/Mondial.gf @@ -10963,14 +10963,17 @@ abstract Mondial = MidLevelOntology, Geography, Government ** { fun Rwanda : Ind (both Country Nation);
+ -- The nation of SaintKittsAndNevis
fun SaintKittsAndNevis : Ind (both Country Nation);
fun SaintLucia : Ind (both Country Nation);
+ -- The nation of SaintVincentAndTheGrenadines.
fun SaintVincentAndTheGrenadines : Ind (both Country Nation);
fun SanMarino : Ind (both Country EuropeanNation);
+ -- The nation of SaoTomeAndPrincipe.
fun SaoTomeAndPrincipe : Ind (both Country Nation);
fun SaudiArabia : Ind (both Country Nation);
@@ -11021,6 +11024,7 @@ abstract Mondial = MidLevelOntology, Geography, Government ** { fun Senegal : Ind (both Country Nation);
+ -- The nation of SerbiaAndMontenegro.
fun SerbiaAndMontenegro : Ind (both Country Nation);
fun Seychelles : Ind (both Country Nation);
@@ -11069,6 +11073,7 @@ abstract Mondial = MidLevelOntology, Geography, Government ** { fun Tonga : Ind (both Country Nation);
+ -- The nation of TrinidadAndTobago.
fun TrinidadAndTobago : Ind (both Country Nation);
fun Tunisia : Ind (both Country Nation);
|
