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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ChainLink
ChainLink

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


(documentation ChainLink EnglishLanguage "Any closed form of metal rod or wire intended for use as part of a chain.") Cars.kif 4426-4427
(subclass ChainLink Artifact) Cars.kif 4424-4424

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


(termFormat EnglishLanguage ChainLink "chain link") Cars.kif 4425-4425

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


(=>
    (instance ?CL ChainLink)
    (attribute ?CL RingTorus))
Cars.kif 4433-4435
(=>
    (instance ?CL ChainLink)
    (material Metal ?CL))
Cars.kif 4429-4431

consequent
-------------------------


(=>
    (instance ?C Chain)
    (exists (?CL1 ?CL2 ?CL3)
        (and
            (instance ?CL1 ChainLink)
            (instance ?CL2 ChainLink)
            (instance ?CL3 ChainLink)
            (not
                (equal ?CL1 ?CL2))
            (not
                (equal ?CL2 ?CL3))
            (not
                (equal ?CL3 ?CL1))
            (crosses ?CL1 ?CL2)
            (crosses ?CL2 ?CL3)
            (not
                (crosses ?CL1 ?CL3)))))
Cars.kif 4391-4407


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