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 HotelUnit固定アーチファクトsubclass では %n
(subclass HotelUnit TemporaryResidence) Hotel.kif 90-90 HotelUnitTemporaryResidencesubclass では %n
(subclass HotelRoom HotelUnit) Hotel.kif 120-120 HotelRoomHotelUnitsubclass では %n
(subclass HotelVilla HotelUnit) Hotel.kif 133-133 HotelVillaHotelUnitsubclass では %n


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