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:
10
examples/SUMO/axioms/GovernmentHiO.gft
Normal file
10
examples/SUMO/axioms/GovernmentHiO.gft
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
AsymmetricRelation ? (\x,y -> primaryGeopoliticalSubdivision x y)
|
||||
|
||||
AsymmetricRelation ? (\x,y -> chamberOfLegislature x y)
|
||||
|
||||
AsymmetricRelation ? (\x,y -> successorOrganization x y)
|
||||
|
||||
SymmetricRelation ? (\x,y -> diplomaticRelations x y)
|
||||
|
||||
IrreflexiveRelation ? (\x,y -> diplomaticRelations x y)
|
||||
Reference in New Issue
Block a user