direction |
appearance as argument number 1 |
![]() |
(documentation direction ChineseLanguage "(direction ?PROC ?ATTR)的意思是 Process ?PROC 正向 ?ATTR 的方向移动。例如:我们会用这个 Predicate 来代表马斯正在向 North 移动。") | chinese_format.kif 3789-3790 | |
(documentation direction EnglishLanguage "(direction ?PROC ?ATTR) means that the Process ?PROC is moving in the direction ?ATTR. For example, one would use this Predicate to represent the fact that Max is moving North.") | Merge.kif 15803-15806 | |
(domain direction 1 Process) | Merge.kif 15800-15800 | |
(domain direction 2 PositionalAttribute) | Merge.kif 15801-15801 | |
(instance direction CaseRole) | Merge.kif 15798-15798 | |
(instance direction PartialValuedRelation) | Merge.kif 15799-15799 | |
(subrelation direction involvedInEvent) | Merge.kif 15802-15802 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage direction "%1 过程的实体 %n 向 %2") | chinese_format.kif 588-588 | |
(format EnglishLanguage direction "entities in the process %1 are %n moving %2") | english_format.kif 595-595 | |
(termFormat ChineseLanguage direction "方向") | chinese_format.kif 589-589 | |
(termFormat ChineseTraditionalLanguage direction "方向") | domainEnglishFormat.kif 19683-19683 | |
(termFormat EnglishLanguage direction "direction") | domainEnglishFormat.kif 19682-19682 |
antecedent |
![]() |
(=> (and (instance ?T Tornado) (instance ?R Rotating) (instance ?A Air) (instance ?TRAN Translocation) (subProcess ?R ?T) (subProcess ?TRAN ?R) (patient ?TRAN ?A) (direction ?TRAN Horizontal)) (exists (?G ?FUNNEL ?TOP ?BOTTOM ?C ?BASE) (and (instance ?G GeographicArea) (eventLocated ?T ?G) (part ?FUNNEL ?A) (attribute ?FUNNEL ConeSegment) (top ?TOP ?FUNNEL) (bottom ?BOTTOM ?FUNNEL) (instance ?C Cloud) (bottom ?BASE ?C) (meetsSpatially ?TOP ?BASE) (meetsSpatially ?BOTTOM ?G)))) |
Weather.kif 1433-1454 | |
(=> (holdsDuring ?TIME (direction ?PROC ?ATTR1)) (forall (?ATTR2) (=> (holdsDuring ?TIME (direction ?PROC ?ATTR2)) (equal ?ATTR2 ?ATTR1)))) |
Merge.kif 15808-15813 |
consequent |
![]() |
(=> (and (instance ?SAW Saw) (instance ?CUT Cutting) (instrument ?CUT ?SAW) (instance ?OBJ Object) (patient ?CUT ?OBJ)) (exists (?MOTION ?DIR1 ?DIR2 ?TIME ?T1 ?T2 ?PART) (and (instance ?MOTION Motion) (subProcess ?MOTION ?CUT) (instance ?PART CuttingDevice) (part ?PART ?SAW) (meetsSpatially ?PART ?OBJ) (patient ?MOTION ?PART) (instance ?T2 TimeInterval) (instance ?T2 TimeInterval) (equal (WhenFn ?MOTION) ?TIME) (temporalPart ?TIME ?T1) (temporalPart ?TIME ?T2) (instance ?DIR1 DirectionalAttribute) (instance ?DIR2 DirectionalAttribute) (=> (holdsDuring ?T1 (direction ?MOTION ?DIR1)) (holdsDuring ?T2 (and (direction ?MOTION ?DIR2) (or (equal ?DIR1 ?DIR2) (oppositeDirection ?DIR1 ?DIR2)) (not (and (equal ?DIR1 ?DIR2) (oppositeDirection ?DIR1 ?DIR2))))))))) |
Mid-level-ontology.kif 15871-15905 | |
(=> (holdsDuring ?TIME (direction ?PROC ?ATTR1)) (forall (?ATTR2) (=> (holdsDuring ?TIME (direction ?PROC ?ATTR2)) (equal ?ATTR2 ?ATTR1)))) |
Merge.kif 15808-15813 | |
(=> (instance ?CS CyclonicStorm) (exists (?R ?A) (and (instance ?R Rotating) (instance ?A Air) (instance ?TRAN Translocation) (subProcess ?R ?T) (subProcess ?TRAN ?R) (patient ?TRAN ?A) (direction ?TRAN Horizontal)))) |
Weather.kif 557-567 |
![]() |
![]() |