hinders |
appearance as argument number 1 |
![]() |
(documentation hinders ChineseLanguage "这是一个概括的 Predicate,(hinders ?PROC1 ?PROC2) 的意思是 ?PROC1 的一个实例 decreasesLikelihood ?PROC2 类的发生。这个比 prevents 要弱,而 hindersSubclass 则是联系 Process 类别之间的关系。") | chinese_format.kif 2151-2153 | |
(documentation hinders EnglishLanguage "A general Predicate, where (hinders ?PROC1 ?PROC2) means that an instance of ?PROC1 decreasesLikelihood of occurrence of ?PROC2. Compare with prevents which is stronger and hindersSubclass which relates classes of Processes.") | Merge.kif 4098-4100 | |
(domain hinders 1 Process) | Merge.kif 4094-4094 | |
(domainSubclass hinders 2 Process) | Merge.kif 4095-4095 | |
(instance hinders BinaryPredicate) | Merge.kif 4091-4091 | |
(instance hinders IrreflexiveRelation) | Merge.kif 4092-4092 | |
(instance hinders PartialValuedRelation) | Merge.kif 4093-4093 | |
(relatedInternalConcept hinders hindersSubclass) | Merge.kif 4096-4096 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage hinders "%1 hinders %2 ") | domainEnglishFormat.kif 3631-3631 | |
(format ChineseTraditionalLanguage hinders "%1 hinders %2 ") | domainEnglishFormat.kif 3630-3630 | |
(format EnglishLanguage hinders "%1 hinders %2") | domainEnglishFormat.kif 3629-3629 | |
(relatedInternalConcept prevents hinders) | Merge.kif 4073-4073 |
antecedent |
![]() |
(=> (hinders ?X ?PROC) (decreasesLikelihood (and (equal (WhenFn ?X) ?T) (eventLocated ?X ?L)) (holdsDuring ?T (exists (?Y) (and (instance ?Y ?PROC) (eventLocated ?Y ?L)))))) |
Merge.kif 4102-4112 |
consequent |
![]() |
(=> (instance ?X AutoAirbag) (hasPurpose ?X (exists (?CAR ?PERSON ?IMP ?INF) (and (instance ?CAR Automobile) (part ?X ?CAR) (instance ?PERSON Human) (contains ?CAR ?PERSON) (instance ?IMP Impacting) (patient ?IMP ?CAR) (instance ?INF Inflating) (patient ?INF ?X) (causes ?IMP ?INF) (hinders ?INF (KappaFn ?INJ (and (instance ?INJ Injuring) (experiencer ?INJ ?PERSON) (exists (?HIT) (and (instance ?HIT Impacting) (destination ?HIT ?CAR) (experiencer ?HIT ?PERSON) (causes ?HIT ?INJ)))))))))) |
Cars.kif 3605-3629 | |
(=> (instance ?X Protecting) (hasPurpose ?X (exists (?OBJ) (and (instance ?OBJ Object) (patient ?X Object) (subclass ?HARM (KappaFn ?H (and (or (instance ?H CriminalAction) (instance ?H Damaging)) (=> (holdsDuring ?T (patient ?H ?OBJ)) (not (holdsDuring ?T (patient ?X ?OBJ))))))) (or (prevents ?X ?HARM) (hinders ?X ?HARM)))))) |
Mid-level-ontology.kif 16082-16103 |
![]() |
![]() |