mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
SUMO axioms
This commit is contained in:
38
examples/SUMO/axioms/Mid_level_ontologySubAtt.gft
Normal file
38
examples/SUMO/axioms/Mid_level_ontologySubAtt.gft
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
subAttribute (el ? ? ? Drunk) (el ? ? ? Drugged)
|
||||
|
||||
subAttribute (el ? ? ? InternationalLaw) (el ? ? ? Law)
|
||||
|
||||
subAttribute (el ? ? ? Illegal) (el ? ? ? Prohibition)
|
||||
|
||||
subAttribute (el ? ? ? Legal) (el ? ? ? Permission)
|
||||
|
||||
subAttribute (el ? ? ? Satisfaction) (el ? ? ? Happiness)
|
||||
|
||||
subAttribute (el ? ? ? Tranquility) (el ? ? ? Happiness)
|
||||
|
||||
subAttribute (el ? ? ? Excitement) (el ? ? ? Happiness)
|
||||
|
||||
subAttribute (el ? ? ? Anxiety) (el ? ? ? Unhappiness)
|
||||
|
||||
subAttribute (el ? ? ? Anger) (el ? ? ? Unhappiness)
|
||||
|
||||
subAttribute (el ? ? ? Pain) (el ? ? ? Unhappiness)
|
||||
|
||||
subAttribute (el ? ? ? Headache) (el ? ? ? Pain)
|
||||
|
||||
subAttribute (el ? ? ? Puberty) (el ? ? ? NonFullyFormed)
|
||||
|
||||
subAttribute (el ? ? ? Squatting) (el ? ? ? Sitting)
|
||||
|
||||
subAttribute (el ? ? ? Retired) (el ? ? ? Unemployed)
|
||||
|
||||
subAttribute (el ? ? ? Housewife) (el ? ? ? Unemployed)
|
||||
|
||||
subAttribute (el ? ? ? Professor) (el ? ? ? Teacher)
|
||||
|
||||
subAttribute (el ? ? ? Diplomat) (el ? ? ? GovernmentPerson)
|
||||
|
||||
subAttribute (el ? ? ? StoreOwner) (el ? ? ? BusinessPerson)
|
||||
|
||||
subAttribute (el ? ? ? PolicePerson) (el ? ? ? GovernmentPerson)
|
||||
Reference in New Issue
Block a user