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

Formal Language: 



KB Term:  Term intersection
English Word: 

  HighRise

Sigma KEE - HighRise
HighRise

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 26492-26493
(subclass HighRise Building) Mid-level-ontology.kif 26491-26491 HighRise ist eine teilkategorie von Building

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


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

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 26496-26508

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


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


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