forked from GitHub/gf-core
since Satellite is already subclass of AstronomicalBody we could simplify the signature of NaturalSatellite_Class
This commit is contained in:
@@ -1334,11 +1334,10 @@ abstract Geography = MidLevelOntology ** {
|
|||||||
fun NaturalGas : Class ;
|
fun NaturalGas : Class ;
|
||||||
fun NaturalGas_Class : SubClass NaturalGas CompoundSubstance ;
|
fun NaturalGas_Class : SubClass NaturalGas CompoundSubstance ;
|
||||||
|
|
||||||
-- NaturalSatellite is the class of
|
-- NaturalSatellite is the class of large,
|
||||||
-- large, naturally occurring astronomical bodies orbiting some other
|
-- naturally occurring astronomical bodies orbiting some other AstronomicalBody.
|
||||||
-- AstronomicalBody.
|
|
||||||
fun NaturalSatellite : Class ;
|
fun NaturalSatellite : Class ;
|
||||||
fun NaturalSatellite_Class : SubClass NaturalSatellite (both AstronomicalBody Satellite) ;
|
fun NaturalSatellite_Class : SubClass NaturalSatellite Satellite ;
|
||||||
|
|
||||||
-- NauticalMile represents the international
|
-- NauticalMile represents the international
|
||||||
-- unit used for measuring distance in sea and air navigation. The unit is
|
-- unit used for measuring distance in sea and air navigation. The unit is
|
||||||
|
|||||||
Reference in New Issue
Block a user