Term Intersection : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



Term 1: Term 2:

(=>
    (and
        (attribute ?ROOM Oversized)
        (immediateInstance ?ROOM ?HOTELUNIT)
        (subclass ?HOTELUNIT HotelUnit))
    (exists (?NORMAL ?AREA1 ?AREA2 ?U)
        (and
            (immediateInstance ?NORMAL ?HOTELUNIT)
            (instance ?U UnitOfArea)
            (measure ?NORMAL
                (MeasureFn ?AREA1 ?U))
            (measure ?ROOM
                (MeasureFn ?AREA2 ?U))
            (instance ?AREA1 AreaMeasure)
            (instance ?AREA2 AreaMeasure)
            (greaterThan ?AREA2 ?AREA1))))
Hotel.kif 1186-1201
(subclass HotelUnit StationaryArtifact) Hotel.kif 89-89 Hotel unit is a subclass of stationary artifact
(subclass HotelUnit TemporaryResidence) Hotel.kif 90-90 Hotel unit is a subclass of temporary residence
(subclass HotelRoom HotelUnit) Hotel.kif 120-120 Hotel room is a subclass of hotel unit
(subclass HotelVilla HotelUnit) Hotel.kif 133-133 Hotel villa is a subclass of hotel unit


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