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

Formal Language: 


KB Term:  Term intersection
English Word: 

  HighRise

Sigma KEE - HighRise
HighRise(high rise)

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


(documentation HighRise EnglishLanguage "HighRise refers to a type of Building that has greater than 10 BuildingLevel") Mid-level-ontology.kif 28405-28406
(subclass HighRise Building) Mid-level-ontology.kif 28404-28404 High rise is a subclass of building

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


(termFormat EnglishLanguage HighRise "high rise") Mid-level-ontology.kif 28407-28407

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


(=>
    (instance ?X HighRise)
    (exists (?LEVELS ?NUM)
        (and
            (instance ?LEVELS Collection)
            (forall (?FLR)
                (=>
                    (and
                        (instance ?FLR BuildingLevel)
                        (part ?FLR ?X))
                    (member ?FLR ?LEVELS)))
            (memberCount ?LEVELS ?NUM)
            (greaterThanOrEqualTo ?NUM 10))))
Mid-level-ontology.kif 28409-28421

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


(=>
    (attribute ?ROOM TowerRoom)
    (exists (?BLDG)
        (and
            (instance ?BLDG HighRise)
            (located ?ROOM ?BLDG))))
Hotel.kif 1109-1114


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