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

Formal Language: 


KB Term:  Term intersection
English Word: 

  Entity

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 4487-4488
(subclass ChainLink Artifact) Cars.kif 4485-4485 ChainLink est une sous-classe de artefact

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


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

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


(=>
    (instance ?CL ChainLink)
    (attribute ?CL RingTorus))
Cars.kif 4494-4496
(=>
    (instance ?CL ChainLink)
    (material Metal ?CL))
Cars.kif 4490-4492

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 4452-4468


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