(<=>
(modalAttribute ?F1 Legal)
(not
(exists (?F2)
(and
(modalAttribute ?F2 Law)
(not
(consistent ?F1 ?F2)))))) |
Mid-level-ontology.kif 14068-14075 |
The statement a formula has the modal force of legal if and only if there doesn't exist another formula such that the statement the other formula has the modal force of law and the other formula is not a consistent of the formula |
(=>
(and
(instance ?CAO CivilAffairsOperation)
(located ?CAO ?NATION)
(instance ?NATION Nation)
(instance ?LAW
(RegionalLawFn ?NATION))
(realization ?CAO ?CONTENT))
(consistent ?LAW ?CONTENT)) |
MilitaryProcesses.kif 2244-2252 |
|
(=>
(instance ?ACTION CriminalAction)
(exists (?LAW ?CONTENT ?CRIME)
(and
(modalAttribute ?LAW Law)
(containsInformation ?LAW ?CONTENT)
(realization ?ACTION ?CRIME)
(not
(consistent ?CONTENT ?CRIME))))) |
Mid-level-ontology.kif 14080-14087 |
|
(=>
(instance ?C Correcting)
(exists (?D ?S ?SP ?CP)
(and
(instance ?D Disagreeing)
(subProcess ?C ?D)
(instance ?S Stating)
(subProcess ?S ?D)
(containsInformation ?S ?SP)
(containsInformation ?C ?CP)
(refers ?CP ?SP)
(not
(consistent ?CP ?SP))))) |
Mid-level-ontology.kif 29975-29987 |
|
(=>
(instance ?DIS Disagreeing)
(exists (?A1 ?A2 ?STATE1 ?STATE2 ?STMT1 ?STMT2)
(and
(subProcess ?STATE1 ?DIS)
(subProcess ?STATE2 ?DIS)
(agent ?STATE1 ?A1)
(agent ?STATE2 ?A2)
(not
(equal ?A1 ?A2))
(containsInformation ?STATE1 ?STMT1)
(containsInformation ?STATE2 ?STMT2)
(not
(consistent ?STMT1 ?STMT2))))) |
Merge.kif 13203-13216 |
- If a process is an instance of disagreeing,
- then there exist an agent, another agent,, , another process,, , a third process,, , a proposition and another proposition such that the other process is a subprocess of the process and the third process is a subprocess of the process and the agent is an agent of the other process and the other agent is an agent of the third process and the agent is not equal to the other agent and the other process contains information the proposition and the third process contains information the other proposition and the other proposition is not a consistent of the proposition
|