Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - coilCount
coilCount

appearance as argument number 1
-------------------------


(documentation coilCount EnglishLanguage "The number of windings in a WireCoil.") Cars.kif 3175-3175
(domain coilCount 1 WireCoil) Cars.kif 3172-3172 The number 1 argument of coil count is an instance of wire coil
(domain coilCount 2 Integer) Cars.kif 3173-3173 The number 2 argument of coil count is an instance of integer
(instance coilCount BinaryPredicate) Cars.kif 3171-3171 coil count is an instance of binary predicate

appearance as argument number 2
-------------------------


(format EnglishLanguage coilCount "the number of coils in %1 is %n %2") Cars.kif 3174-3174
(termFormat EnglishLanguage coilCount "coil count") domainEnglishFormat.kif 65823-65823

antecedent
-------------------------


(=>
    (and
        (instance ?T ElectricalTransformer)
        (instance ?WC1 WireCoil)
        (instance ?WC2 WireCoil)
        (coilCount ?WC1 ?N1)
        (coilCount ?WC2 ?N2)
        (holdsDuring ?T
            (measure ?WC1
                (MeasureFn Volt ?V1))))
    (and
        (holdsDuring ?T
            (measure ?WC2
                (MeasureFn Volt ?V2)))
        (equal ?V2
            (MultiplicationFn ?V1
                (DivisionFn ?N2 ?N1)))))
Cars.kif 3155-3169
(=>
    (coilCount ?WC ?N)
    (exists (?C ?C2F)
        (and
            (instance ?C Collection)
            (memberCount ?C ?N)
            (forall (?M)
                (=>
                    (member ?M ?C)
                    (and
                        (attribute ?M ?C2F)
                        (instance ?C2F ClosedTwoDimensionalFigure)
                        (part ?M ?WC)
                        (not
                            (exists (?M2)
                                (and
                                    (overlapsSpatially ?M2 ?M)
                                    (member ?M2 ?C))))))))))
Cars.kif 3177-3194


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners