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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Rope
Rope(rope)

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


(documentation Rope EnglishLanguage "Any Rope that is designed to be used in RockClimbing. This can include dynamic and static rope.") Mid-level-ontology.kif 31128-31129
(documentation Rope EnglishLanguage "Any String that is a Collection of strings woven together.") Mid-level-ontology.kif 31111-31112
(subclass Rope String) Mid-level-ontology.kif 31110-31110 Rope is a subclass of string

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


(subclass ClimbingRope Rope) Mid-level-ontology.kif 31127-31127 Climbing rope is a subclass of rope
(termFormat EnglishLanguage Rope "rope") Mid-level-ontology.kif 31114-31114 Climbing rope is a subclass of rope

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


(=>
    (instance ?R Rope)
    (exists (?S1 ?S2)
        (and
            (instance ?S1 String)
            (instance ?S2 String)
            (not
                (equal ?S1 ?S2))
            (part ?S1 ?R)
            (part ?S2 ?R))))
Mid-level-ontology.kif 31116-31125


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