mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
SUMO axioms
This commit is contained in:
20
examples/SUMO/axioms/MergeSubAtt.gft
Normal file
20
examples/SUMO/axioms/MergeSubAtt.gft
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
subAttribute (el ? ? ? Law) (el ? ? ? Obligation)
|
||||
|
||||
subAttribute (el ? ? ? Promise) (el ? ? ? Obligation)
|
||||
|
||||
subAttribute (el ? ? ? NakedPromise) (el ? ? ? Promise)
|
||||
|
||||
subAttribute (el ? ? ? Liquid) (el ? ? ? Fluid)
|
||||
|
||||
subAttribute (el ? ? ? Gas) (el ? ? ? Fluid)
|
||||
|
||||
subAttribute (el ? ? ? Plasma) (el ? ? ? Fluid)
|
||||
|
||||
subAttribute (el ? ? ? Wet) (el ? ? ? Damp)
|
||||
|
||||
subAttribute (el ? ? ? Dead) (el ? ? ? Unconscious)
|
||||
|
||||
subAttribute (el ? ? ? Larval) (el ? ? ? NonFullyFormed)
|
||||
|
||||
subAttribute (el ? ? ? Embryonic) (el ? ? ? NonFullyFormed)
|
||||
Reference in New Issue
Block a user