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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Chain

Sigma KEE - Chain
Chain(chain)bicycle_chain, chain, pull_chain

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


(documentation Chain EnglishLanguage "A number of interconnected loops of metal that has strength in tension and is used like rope, although it often is much stronger. Note that this class does not include loops of metal not arranged in an interconnected line, such as chain mail armor or a chain link fence, which are connected in a plane. Chain may however be used to make up other artifacts, such as tire chains, in which sections of chain are joined into a grid or other arrangement.") Cars.kif 4384-4389
(subclass Chain Artifact) Cars.kif 4382-4382 Chain is a subclass of artifact

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


(termFormat EnglishLanguage Chain "chain") Cars.kif 4383-4383

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


(=>
    (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

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


(=>
    (instance ?TC TireChain)
    (exists (?C)
        (and
            (instance ?C Chain)
            (part ?C ?TC))))
Cars.kif 4446-4451


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