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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Hammock
Hammock

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


(documentation Hammock EnglishLanguage "Hammock is a type of Bed made of rope or canvas and is suspended between two stationary objects") Mid-level-ontology.kif 4397-4398
(subclass Hammock Bed) Mid-level-ontology.kif 4396-4396

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


(termFormat EnglishLanguage Hammock "hammock") Mid-level-ontology.kif 4399-4399

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


(=>
    (instance ?X Hammock)
    (and
        (material Fabric ?X)
        (exists (?POLE1 ?POLE2 ?GROUND)
            (and
                (orientation ?POLE1 ?POLE2 Near)
                (connected ?POLE1 ?X)
                (connected ?POLE2 ?X)
                (instance ?GROUND LandArea)
                (located ?X ?GROUND)
                (orientation ?X ?GROUND Above)))))
Mid-level-ontology.kif 4401-4412
(=>
    (instance ?X Hammock)
    (hasPurpose ?X
        (exists (?PROC)
            (and
                (instance ?PROC LyingDown)
                (eventLocated ?PROC ?X)))))
Mid-level-ontology.kif 4414-4420


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