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

Formal Language: 



KB Term:  Term intersection
English Word: 

  coilCount

Sigma KEE - coilCount
coilCount

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


(documentation coilCount EnglishLanguage "The number of windings in a WireCoil.") Cars.kif 3099-3099
(domain coilCount 1 WireCoil) Cars.kif 3096-3096
(domain coilCount 2 Integer) Cars.kif 3097-3097
(instance coilCount BinaryPredicate) Cars.kif 3095-3095

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


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

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 3079-3093
(=>
    (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 3101-3118


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

Show without tree


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