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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ChainLink

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 4411-4412
(subclass ChainLink Artifact) Cars.kif 4409-4409 ChainLink est une sous-classe de artefact

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


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

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


(=>
    (instance ?CL ChainLink)
    (attribute ?CL RingTorus))
Cars.kif 4418-4420
(=>
    (instance ?CL ChainLink)
    (material Metal ?CL))
Cars.kif 4414-4416

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 4376-4392


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