diff options
| author | krasimir <krasimir@chalmers.se> | 2010-07-21 11:58:51 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-07-21 11:58:51 +0000 |
| commit | b128872e2d3af3fcf83e4cc4b7d56799e40904cf (patch) | |
| tree | 2af3c484aa622e975d4bc905e87ae20282229490 /examples | |
| parent | 712b113c9a9df516780e81c025d6a70afdb2812f (diff) | |
declare Provice as subclass of StateOrProvince in Mondial.gf
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SUMO/Mondial.gf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/SUMO/Mondial.gf b/examples/SUMO/Mondial.gf index da580f3f1..612f53fb8 100644 --- a/examples/SUMO/Mondial.gf +++ b/examples/SUMO/Mondial.gf @@ -10683,6 +10683,7 @@ abstract Mondial = MidLevelOntology, Geography, Government ** { fun Portugal : Ind (both Country EuropeanNation);
fun Province : Class ;
+ fun Province_Class : SubClass Province StateOrProvince ;
fun Qatar : Ind (both Country Nation);
|
